3ed9591e41
This cmdline argument is now a no-op. Drop it everywhere and add a new CI check to enforce this. Adjust the deprecated "minimal" initramfs variant to use pmos.debug-shell to enable logging instead. It doesn't /support/ dropping to a shell, so the variable takes on a different meaning. But that's ok since it's at least more consistent. [ci:ignore-count] [ci:skip-vercheck] Signed-off-by: Caleb Connolly <caleb@postmarketos.org> Tweaked-by: Oliver Smith <ollieparanoid@postmarketos.org> [ci:skip-build]: kernel builds are very likely to go through now
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"
|
|
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"
|
|
|