pmaports/device/testing/device-samsung-grandpplte/deviceinfo
Yassine Oudjana d0e39c1a0b
testing/device-samsung-grandpplte: handle changes in 6.1.9 kernel upgrade (MR 3839)
linux-postmarketos-mediatek-mt6735 6.1.9 added full display support and hardware acceleration
as well as haptics. Add a phoc configuration file to set the display scale, and a feedbackd
theme to optimize vibration durations. Route console output to UART to leave the splash
screen clean and to help with debugging when necessary.

[ci:skip-build] already built successfully in CI
2023-02-10 14:17:44 -08:00

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="Samsung Galaxy Grand Prime Plus"
deviceinfo_manufacturer="Samsung"
deviceinfo_codename="samsung-grandpplte"
deviceinfo_year="2016"
deviceinfo_arch="aarch64"
deviceinfo_dtb="mediatek/mt6737t-samsung-grandpplte"
deviceinfo_uboot_boardname="grandpplte"
# Device related
deviceinfo_chassis="handset"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="540"
deviceinfo_screen_height="960"
deviceinfo_gpu_accelerated="true"
# Bootloader related
deviceinfo_flash_method="heimdall-bootimg"
deviceinfo_kernel_cmdline="bootopt=64S3,32N2,32N2"
deviceinfo_generate_uboot_fit_images="true"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_dtb_second="false"
deviceinfo_bootimg_override_payload="u-boot-shimmed.bin"
deviceinfo_bootimg_override_initramfs="boot-image.itb"
deviceinfo_flash_offset_base="0x3fffc000"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x04004000"
deviceinfo_flash_offset_second="0x00f04000"
deviceinfo_flash_offset_tags="0x0e004000"
deviceinfo_flash_pagesize="2048"
deviceinfo_flash_heimdall_partition_kernel="boot"
deviceinfo_flash_heimdall_partition_system="system"