8282d2f353
Due to the fact that wifi variants have different modem configuration (modem on non-lte deviecs is ignored for now but that may change) the lte kernel name should be called "modem-lte" and not just "modem". The deviceinfo proerty was overlooked when converting gt58lte to generic gt58 port. This makes it impossible to install LTE enabled kernel. Fix the property name.
36 lines
1.3 KiB
Text
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 Tab A 8.0 (2015)"
|
|
deviceinfo_manufacturer="Samsung"
|
|
deviceinfo_codename="samsung-gt58"
|
|
deviceinfo_year="2015"
|
|
deviceinfo_dtb_mainline="qcom/msm8916-samsung-gt58"
|
|
deviceinfo_dtb_mainline_modem_lte="qcom/msm8916-samsung-gt58lte-modem"
|
|
deviceinfo_append_dtb="true"
|
|
deviceinfo_modules_initfs="panel-samsung-s6d7aa0-lsl080al03 msm zinitix"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_chassis="tablet"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="768"
|
|
deviceinfo_screen_height="1024"
|
|
deviceinfo_getty="ttyMSM0;115200"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_bootimg_mtk_mkimage="false"
|
|
deviceinfo_bootimg_dtb_second="false"
|
|
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
|