3531702772
Near-mainline kernel is feature-complete since quite some time, so lets use that as a default also to simplify boot process, since downstream kernel depends on various blobs loaded into memory by the bootloader. Get rid of quirks required in boot process for mainline kernels also by using a near-mainline u-boot. Prepare for handling rev b devices. Keep Downstream kernel to be able to optimize/compare EPD operation
28 lines
957 B
Text
28 lines
957 B
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="Kobo Clara HD"
|
|
deviceinfo_manufacturer="Kobo"
|
|
deviceinfo_codename="kobo-clara-downstream"
|
|
deviceinfo_year="2018"
|
|
deviceinfo_arch="armv7"
|
|
deviceinfo_dtb="imx6sll-e60k02"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="tablet"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1072"
|
|
deviceinfo_screen_height="1448"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_boot_part_start="49152"
|
|
deviceinfo_getty="ttymxc0;115200"
|
|
deviceinfo_generate_legacy_uboot_initfs="true"
|
|
deviceinfo_no_framebuffer="true"
|
|
|
|
deviceinfo_sd_embed_firmware_step_size="512"
|
|
deviceinfo_sd_embed_firmware="u-boot/kobo-clara/u-boot.imx:2,firmware/kobo-clara/hwcfg+header.bin:1023,firmware/kobo-clara/ntxfw-E60K00+header.bin:1029,u-boot/kobo-clara/u-boot-env.bin:1536"
|