3ed9591e41
This cmdline argument is now a no-op. Drop it everywhere and add a new CI check to enforce this. Adjust the deprecated "minimal" initramfs variant to use pmos.debug-shell to enable logging instead. It doesn't /support/ dropping to a shell, so the variable takes on a different meaning. But that's ok since it's at least more consistent. [ci:ignore-count] [ci:skip-vercheck] Signed-off-by: Caleb Connolly <caleb@postmarketos.org> Tweaked-by: Oliver Smith <ollieparanoid@postmarketos.org> [ci:skip-build]: kernel builds are very likely to go through now
24 lines
746 B
Text
24 lines
746 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="Sipeed M1s DOCK"
|
|
deviceinfo_manufacturer="Sipeed"
|
|
deviceinfo_codename="sipeed-m1sdock"
|
|
deviceinfo_year="2022"
|
|
deviceinfo_dtb="bouffalolab/bl808-sipeed-m1s"
|
|
deviceinfo_arch="riscv64"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="embedded"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_no_framebuffer="true"
|
|
deviceinfo_swap_size_recommended="1024"
|
|
deviceinfo_kernel_cmdline="console=ttyS0,2000000 loglevel=8 earlycon=sbi"
|
|
deviceinfo_generate_extlinux_config="true"
|
|
deviceinfo_getty="ttyS0;2000000"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|