e129e3ddb0
- Cleanup kernel cmdline: - earlycon can automatically detect the memory address of the UART controller based on the device tree - the comma before n8 in console=ttyMSM0,115200,n8 is actually invalid so this was not parsed correctly. However, it is the default anyway so we might as well remove it completely - Configure deviceinfo_getty for all devices - Workaround probe issue of display by adding a softdep on the panel module. This allows the display to work when excluding proprietary firmware (just a weird side effect, see comment in modprobe.conf...)
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="Samsung Galaxy A5 (SM-A500F)"
|
|
deviceinfo_manufacturer="Samsung"
|
|
deviceinfo_codename="samsung-a5lte"
|
|
deviceinfo_year="2015"
|
|
# Eventually this should be replaced with a special DTB for a5lte.
|
|
# However, the differences are minimal, so for now a5u-eur works fine.
|
|
deviceinfo_dtb_mainline="qcom/msm8916-samsung-a5u-eur"
|
|
deviceinfo_dtb_mainline_modem="qcom/msm8916-samsung-a5u-eur-modem"
|
|
deviceinfo_append_dtb="true"
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="720"
|
|
deviceinfo_screen_height="1280"
|
|
deviceinfo_getty="ttyMSM0;115200"
|
|
|
|
# MSM DRM cannot take over the framebuffer from the bootloader at the moment
|
|
deviceinfo_no_framebuffer="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_flash_offset_base="0x80000000"
|
|
deviceinfo_flash_offset_kernel="0x00080000"
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x01e00000"
|
|
deviceinfo_flash_pagesize="2048"
|
|
deviceinfo_flash_sparse="true"
|