This migrates all device package to the new system, which is documented here: https://docs.postmarketos.org/pmaports/main/kernel-cmdline.html. It also replaces old initramfs params (PMOS_NOSPLASH and PMOS_FORCE_PARTITION_RESIZE) from the cmdlines with their modern equivalents, so we can finally get rid of those. Signed-off-by: default avatarClayton Craft <craftyguy@postmarketos.org> [ci:skip-build]: already built successfully in CI Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7830>
26 lines
869 B
Text
26 lines
869 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="Libre Computer AML-S905X-CC-V1.0"
|
|
deviceinfo_manufacturer="Libre Computer"
|
|
deviceinfo_codename="librecomputer-lepotato"
|
|
deviceinfo_year="2019"
|
|
deviceinfo_dtb="amlogic/meson-gxl-s905x-libretech-cc"
|
|
deviceinfo_arch="aarch64"
|
|
deviceinfo_partition_type="msdos"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="embedded"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_drm="true"
|
|
deviceinfo_screen_width="800"
|
|
deviceinfo_screen_height="600"
|
|
|
|
# Bootloader related
|
|
deviceinfo_boot_filesystem="fat32"
|
|
deviceinfo_generate_extlinux_config="true"
|
|
deviceinfo_sd_embed_firmware_step_size="512"
|
|
deviceinfo_sd_embed_firmware="u-boot/librecomputer-lepotato/u-boot.bin.sd-stripped.bin:1"
|
|
deviceinfo_boot_part_start="4096"
|