4266e41791
Signed-off-by: Caleb Connolly <caleb@connolly.tech>
37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Qualcomm SDM845 device"
|
|
deviceinfo_manufacturer="Qualcomm"
|
|
deviceinfo_codename="qualcomm-sdm845"
|
|
deviceinfo_year="2023"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_mesa_driver="msm"
|
|
deviceinfo_chassis="handset"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot-bootpart"
|
|
# Where to flash boot.img, or in our case where to flash the pmOS boot partition.
|
|
# This is a bit confusing.
|
|
deviceinfo_flash_fastboot_partition_kernel="system"
|
|
deviceinfo_flash_fastboot_partition_system="userdata"
|
|
deviceinfo_kernel_cmdline="earlycon console=tty0 console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT"
|
|
deviceinfo_getty="ttyMSM0;115200"
|
|
deviceinfo_generate_systemd_boot="true"
|
|
deviceinfo_boot_filesystem="fat32"
|
|
|
|
# Look ma! no hands!
|
|
# u-boot picks the right DTB for us, no need to specify it in systemd-boot.
|
|
# deviceinfo_dtb=""
|
|
deviceinfo_initfs_compression="zstd:fast"
|
|
|
|
# Required for devices using UFS as storage (instead of e.g. eMMC)
|
|
deviceinfo_rootfs_image_sector_size="4096"
|
|
|