[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>
34 lines
1 KiB
Text
34 lines
1 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="Google Pixel 3"
|
|
deviceinfo_manufacturer="Google"
|
|
deviceinfo_codename="google-blueline"
|
|
deviceinfo_year="2018"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_drm="true"
|
|
deviceinfo_chassis="handset"
|
|
deviceinfo_screen_width="1080"
|
|
deviceinfo_screen_height="2160"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_flash_offset_base="0x00000000"
|
|
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 options
|
|
deviceinfo_dtb="qcom/sdm845-google-blueline"
|
|
deviceinfo_append_dtb="true"
|
|
deviceinfo_flash_kernel_on_update="true"
|
|
|
|
# Required for devices using UFS as storage (instead of e.g. eMMC)
|
|
deviceinfo_rootfs_image_sector_size="4096"
|