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
30 lines
906 B
Text
30 lines
906 B
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 msm8916-based device"
|
|
deviceinfo_manufacturer="Qualcomm"
|
|
deviceinfo_codename="qcom-msm8916"
|
|
deviceinfo_year="2015"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_chassis="embedded"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_getty="ttyMSM0;115200"
|
|
|
|
# Bootloader related
|
|
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200"
|
|
deviceinfo_flash_method="fastboot"
|
|
|
|
# extlinux.conf
|
|
deviceinfo_dtb_extlinux="qcom/msm8*16-* qcom/msm8*39-* qcom/apq8016-* apq8039-*"
|
|
deviceinfo_generate_extlinux_config_extlinux="true"
|
|
deviceinfo_boot_filesystem_extlinux="ext2"
|
|
|
|
# EFI
|
|
deviceinfo_generate_systemd_boot_efi="true"
|
|
deviceinfo_boot_filesystem_efi="fat32"
|