92454681aa
I've upgraded the kernel to 5.1.7 stable for this tablet, boots and working perfectly fine. I have also added support for initramfs touch screen using mainline silead and as well as optimized the kernel configuration a little bit, it should now compile faster on ollieparanoid's computer (where the official binary packages are currently built). [ci:skip-build]: won't finish in time on CI Signed-off-by: Danct12 <danct12@disroot.org>
34 lines
1.1 KiB
Text
34 lines
1.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="CHUWI Hi10 Plus"
|
|
deviceinfo_manufacturer="CHUWI"
|
|
deviceinfo_codename="chuwi-hi10plus"
|
|
deviceinfo_date="2016"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs="silead"
|
|
deviceinfo_arch="x86_64"
|
|
|
|
# Device related
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1920"
|
|
deviceinfo_screen_height="1280"
|
|
deviceinfo_dev_touchscreen="/dev/input/event4"
|
|
deviceinfo_dev_touchscreen_calibration=""
|
|
deviceinfo_dev_keyboard=""
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_kernel_cmdline="add_efi_memmap PMOS_NO_OUTPUT_REDIRECT"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_bootimg_qcdt="false"
|
|
deviceinfo_flash_sparse=true
|
|
deviceinfo_flash_offset_base="0x10000000"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x01000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x00000100"
|
|
deviceinfo_flash_pagesize="2048"
|
|
|