e6cdfd8d42
Now as boot-deploy allows us to generate both boot.img and extlinux.conf at the same time, enable generating the config for all msm8226 since it will be used in the future lk2nd release. boot.img is still kept to keep compatibility with current lk2nd releases and to allow system recovery with fastboot when required. [ci:skip-build]: already built successfully in CI
36 lines
1.3 KiB
Text
36 lines
1.3 KiB
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="ASUS ZenWatch 2"
|
|
deviceinfo_manufacturer="ASUS"
|
|
deviceinfo_codename="asus-sparrow"
|
|
deviceinfo_year="2015"
|
|
deviceinfo_dtb_mainline="qcom-apq8026-asus-sparrow"
|
|
deviceinfo_append_dtb_mainline="true"
|
|
deviceinfo_arch="armv7"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="watch"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="false"
|
|
deviceinfo_screen_width="320"
|
|
deviceinfo_screen_height="320"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
# limit to single-core until we have cpufreq to avoid fast overheating
|
|
deviceinfo_kernel_cmdline_mainline="maxcpus=1"
|
|
deviceinfo_kernel_cmdline_downstream="console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=sparrow user_debug=31 maxcpus=4 msm_rtb.filter=0x3F"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_generate_extlinux_config="true"
|
|
deviceinfo_bootimg_qcdt="false"
|
|
deviceinfo_bootimg_mtk_mkimage="false"
|
|
deviceinfo_bootimg_dtb_second="false"
|
|
deviceinfo_flash_pagesize="2048"
|
|
deviceinfo_flash_offset_base="0x00000000"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x01e00000"
|