2f9ef89189
* Rename deviceinfo variable flash_methods to flash_method * Update pmb.config.deviceinfo_attributes / add sanity check * Add test case that parses all deviceinfo files
37 lines
1.2 KiB
Text
Executable file
37 lines
1.2 KiB
Text
Executable file
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Kindle Fire HDX 2013 (7-inch)"
|
|
deviceinfo_manufacturer="Amazon"
|
|
deviceinfo_date=""
|
|
deviceinfo_nonfree="????"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_external_disk="false"
|
|
deviceinfo_external_disk_install="false"
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_arch="armhf"
|
|
|
|
# Device related
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_screen_width="1200"
|
|
deviceinfo_screen_height="1920"
|
|
deviceinfo_dev_touchscreen="/dev/input/event0"
|
|
deviceinfo_weston_pixman_type="2"
|
|
deviceinfo_msm_refresher="true"
|
|
|
|
# Kernel related
|
|
deviceinfo_kernel_cmdline="console=ttyHSL0,115200,n8 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 buildvariant=userdebug"
|
|
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x01e00000"
|
|
deviceinfo_flash_pagesize="2048"
|
|
deviceinfo_flash_offset_base="0x00000000"
|
|
deviceinfo_flash_fastboot_vendor_id="0x1949"
|
|
deviceinfo_flash_fastboot_max_size="510"
|
|
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_bootimg_qcdt="true"
|