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
37 lines
1.4 KiB
Text
37 lines
1.4 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="Huawei Watch"
|
|
deviceinfo_manufacturer="Huawei"
|
|
deviceinfo_codename="huawei-sturgeon"
|
|
deviceinfo_year="2015"
|
|
deviceinfo_dtb_mainline="qcom-apq8026-huawei-sturgeon"
|
|
deviceinfo_append_dtb_mainline="true"
|
|
deviceinfo_arch="armv7"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="watch"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="false"
|
|
deviceinfo_screen_width="400"
|
|
deviceinfo_screen_height="400"
|
|
|
|
# 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="androidboot.hardware=sturgeon user_debug=31 maxcpus=4 msm_rtb.filter=0x3F pm_levels.sleep_disabled=1 selinux=0"
|
|
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_offset_base="0x00000000"
|
|
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_fastboot_partition_rootfs="userdata"
|