# 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 msm8226-based device"
deviceinfo_manufacturer="Qualcomm"
deviceinfo_codename="qcom-msm8226"
deviceinfo_year="2013"
deviceinfo_arch="armv7"

# Device related
deviceinfo_chassis="embedded"
deviceinfo_drm="true"
deviceinfo_external_storage="true"
deviceinfo_getty="ttyMSM0;115200"

# Bootloader related
deviceinfo_boot_filesystem="ext2"
deviceinfo_dtb="msm8226-* qcom-apq8026-* qcom-msm8226-* qcom-msm8926-*"
deviceinfo_flash_method="fastboot"
deviceinfo_generate_extlinux_config="true"
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200 msm.allow_vram_carveout=1 cma=256m msm.vram=192m"

# lk2nd does not support GPT for subpartitions/SD cards yet
deviceinfo_partition_type="msdos"
