2018-04-09 23:11:32 +01:00
|
|
|
# Reference: <https://postmarketos.org/deviceinfo>
|
|
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
|
|
|
|
deviceinfo_format_version="0"
|
|
|
|
deviceinfo_name="HTC One M8"
|
|
|
|
deviceinfo_manufacturer="HTC"
|
2018-12-25 20:25:32 +01:00
|
|
|
deviceinfo_codename="htc-m8"
|
2020-03-07 17:10:22 +01:00
|
|
|
deviceinfo_year="2014"
|
2021-06-19 15:00:58 +01:00
|
|
|
deviceinfo_arch="armv7"
|
2024-03-13 01:43:10 -04:00
|
|
|
deviceinfo_dtb_mainline="qcom-msm8974pro-htc-m8"
|
|
|
|
deviceinfo_append_dtb_mainline="true"
|
2018-04-09 23:11:32 +01:00
|
|
|
|
|
|
|
# Device related
|
2020-05-17 15:33:49 +02:00
|
|
|
deviceinfo_chassis="handset"
|
2018-04-09 23:11:32 +01:00
|
|
|
deviceinfo_keyboard="false"
|
|
|
|
deviceinfo_external_storage="true"
|
|
|
|
|
|
|
|
# Bootloader related
|
|
|
|
deviceinfo_flash_method="fastboot"
|
2024-02-06 21:44:37 -05:00
|
|
|
deviceinfo_flash_fastboot_partition_rootfs="system"
|
2024-03-13 01:43:10 -04:00
|
|
|
deviceinfo_kernel_cmdline_downstream="console=ttyHSL0,115200,n8 androidboot.hardware=qcom user_debug=31 ehci-hcd.park=3 zcache androidboot.selinux=permissive"
|
2024-06-18 21:53:59 +02:00
|
|
|
deviceinfo_kernel_cmdline_mainline="console=tty0 PMOS_NOSPLASH"
|
2018-04-09 23:11:32 +01:00
|
|
|
deviceinfo_generate_bootimg="true"
|
2024-03-13 01:43:10 -04:00
|
|
|
deviceinfo_bootimg_qcdt_downstream="true"
|
2018-04-09 23:11:32 +01:00
|
|
|
deviceinfo_flash_offset_base="0x00000000"
|
|
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
|
|
deviceinfo_flash_offset_ramdisk="0x02008000"
|
|
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
|
|
deviceinfo_flash_offset_tags="0x01e00000"
|
|
|
|
deviceinfo_flash_pagesize="2048"
|
2021-06-19 15:00:58 +01:00
|
|
|
deviceinfo_flash_sparse="true"
|