693079abb5
We don't need to append the dtb to the kernel image in all cases, with e.g. the u-boot bootloader we can load the dtb seperately from the kernel image. Introduce a new variable deviceinfo_append_dtb, if set to "true", append the dtb, otherwise just copy the dtb file to the boot partition. Fixes #260 [ci:ignore-count]
28 lines
896 B
Text
28 lines
896 B
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="Sony Xperia Z1 Compact"
|
|
deviceinfo_manufacturer="Sony"
|
|
deviceinfo_codename="sony-amami"
|
|
deviceinfo_date=""
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_nonfree="????"
|
|
deviceinfo_dtb_mainline="qcom-msm8974-sony-xperia-amami"
|
|
deviceinfo_append_dtb_mainline="true"
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_arch="armv7"
|
|
deviceinfo_generate_bootimg="true"
|
|
|
|
# Splash screen
|
|
deviceinfo_screen_width="720"
|
|
deviceinfo_screen_height="1280"
|
|
|
|
# Fastboot related
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x01e00000"
|
|
deviceinfo_flash_pagesize="2048"
|