pmaports/device/testing/device-qcom-msm8916/deviceinfo
Nikita Travkin f182040240
qcom-msm8916: new device (MR 4962)
With the new changes in lk2nd that allow us to support extlinux.conf and
with the U-Boot support with EFI, we can now generate image that would
be generic to these devices.

[ci:skip-build]: already built successfully in CI
2024-03-26 12:03:43 +01:00

30 lines
930 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 PMOS_NO_OUTPUT_REDIRECT"
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"