25 lines
698 B
Plaintext
25 lines
698 B
Plaintext
|
# 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 msm8953-based device"
|
||
|
deviceinfo_manufacturer="Qualcomm"
|
||
|
deviceinfo_codename="qcom-msm8953"
|
||
|
deviceinfo_year="2016"
|
||
|
deviceinfo_arch="aarch64"
|
||
|
|
||
|
# Device related
|
||
|
deviceinfo_gpu_accelerated="true"
|
||
|
deviceinfo_chassis="embedded"
|
||
|
deviceinfo_external_storage="true"
|
||
|
deviceinfo_keyboard="false"
|
||
|
|
||
|
# Bootloader related
|
||
|
deviceinfo_flash_method="fastboot"
|
||
|
|
||
|
# extlinux.conf
|
||
|
deviceinfo_dtb="qcom/apq8053-* qcom/msm8953-* qcom/sdm450-* qcom/sdm632-*"
|
||
|
deviceinfo_generate_extlinux_config="true"
|
||
|
deviceinfo_boot_filesystem="ext2"
|