[Warning!] deviceinfo_append_dtb: Property is set to its default value (false) and can be removed. [Warning!] deviceinfo_append_dtb_lts: Property is set to its default value (false) and can be removed. [Warning!] deviceinfo_append_dtb_exynos4: Property is set to its default value (false) and can be removed. sed -i '/^deviceinfo_append_dtb\(_.*\)\?="false"/d' device/*/*/deviceinfo [Warning!] deviceinfo_external_storage: Property is set to its default value (false) and can be removed. sed -i '/^deviceinfo_external_storage="false"/d' device/*/*/deviceinfo [Warning!] deviceinfo_disable_dhcpd: Property is set to its default value (false) and can be removed. sed -i '/^deviceinfo_disable_dhcpd="false"/d' device/*/*/deviceinfo [Warning!] deviceinfo_bootimg_qcdt: Property is set to its default value (false) and can be removed. sed -i '/^deviceinfo_bootimg_qcdt="false"/d' device/*/*/deviceinfo Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8035>
40 lines
1.2 KiB
Text
40 lines
1.2 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="SHIFTphone 8"
|
|
deviceinfo_manufacturer="SHIFT"
|
|
deviceinfo_codename="shift-otter"
|
|
deviceinfo_year="2024"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_drm="true"
|
|
deviceinfo_chassis="handset"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1080"
|
|
deviceinfo_screen_height="2400"
|
|
deviceinfo_getty="ttyMSM0;115200"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_header_version="2"
|
|
deviceinfo_flash_offset_base="0x00000000"
|
|
deviceinfo_flash_offset_dtb="0x01f00000"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x01000000"
|
|
deviceinfo_flash_offset_second="0x00000000"
|
|
deviceinfo_flash_offset_tags="0x00000100"
|
|
deviceinfo_flash_pagesize="4096"
|
|
deviceinfo_flash_sparse="true"
|
|
|
|
# Kernel
|
|
deviceinfo_append_dtb="true"
|
|
deviceinfo_dtb="qcom/qcm6490-shift-otter"
|
|
deviceinfo_flash_kernel_on_update="true"
|
|
|
|
# Required for devices using UFS as storage (instead of e.g. eMMC)
|
|
deviceinfo_rootfs_image_sector_size="4096"
|
|
deviceinfo_super_partitions="/dev/sda9 /dev/sda9"
|