2021-03-04 17:24:52 +00:00
|
|
|
# Reference: <https://postmarketos.org/deviceinfo>
|
2024-04-04 19:53:43 +00:00
|
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
2021-03-04 17:24:52 +00:00
|
|
|
|
|
|
|
deviceinfo_format_version="0"
|
|
|
|
deviceinfo_name="Xiaomi Mi Pad 4"
|
|
|
|
deviceinfo_manufacturer="Xiaomi"
|
|
|
|
deviceinfo_codename="xiaomi-clover"
|
|
|
|
deviceinfo_year="2018"
|
2024-01-06 21:46:27 +00:00
|
|
|
deviceinfo_dtb_clover="qcom/sdm660-xiaomi-clover"
|
|
|
|
deviceinfo_dtb_cloverplus="qcom/sdm660-xiaomi-clover-plus"
|
2021-03-04 17:24:52 +00:00
|
|
|
deviceinfo_append_dtb="true"
|
|
|
|
deviceinfo_arch="aarch64"
|
2024-04-04 19:53:43 +00:00
|
|
|
deviceinfo_flash_kernel_on_update="true"
|
2021-03-04 17:24:52 +00:00
|
|
|
|
|
|
|
# Device related
|
|
|
|
deviceinfo_chassis="tablet"
|
|
|
|
deviceinfo_keyboard="false"
|
|
|
|
deviceinfo_external_storage="true"
|
|
|
|
deviceinfo_screen_width="1200"
|
|
|
|
deviceinfo_screen_height="1920"
|
|
|
|
|
|
|
|
# Bootloader related
|
|
|
|
deviceinfo_flash_method="fastboot"
|
|
|
|
deviceinfo_flash_fastboot_partition_vbmeta="vbmeta"
|
2024-06-18 19:53:59 +00:00
|
|
|
deviceinfo_kernel_cmdline="ignore_loglevel"
|
2021-03-04 17:24:52 +00:00
|
|
|
deviceinfo_generate_bootimg="true"
|
|
|
|
deviceinfo_bootimg_qcdt="false"
|
|
|
|
deviceinfo_bootimg_mtk_mkimage="false"
|
|
|
|
deviceinfo_bootimg_dtb_second="false"
|
|
|
|
deviceinfo_flash_offset_base="0x00000000"
|
|
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
|
|
deviceinfo_flash_offset_ramdisk="0x01000000"
|
|
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
|
|
deviceinfo_flash_offset_tags="0x00000100"
|
|
|
|
deviceinfo_flash_pagesize="4096"
|