* Add plymouth-theme-armbian package * Adjust all bootscripts to adapt plymouth * Auto show logo accroding to BOOT_LOGO * Enable plymouth detail mode when bootlogo=false * Add a new board config var - HAS_VIDEO_OUTPUT This var is used to indicate whether device has a HW video output. If it's set to "no", we will disable kernel bootsplash, plymouth and BUILD_DESKTOP * Rename package to be aligned with others * Disable kernel bootloader, but keep the code for it * Rather keep bootlogo in the kernel for a while, otherwise kernel upgrade will turn bootup into the darkness Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com> Co-authored-by: Igor <igor@armbian.com>
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
# Marvell Armada 388 2GB ECC RAM SoC 4xSATA 2xUSB3.0 GBE SPI
|
|
BOARD_NAME="Helios4"
|
|
BOARDFAMILY="mvebu"
|
|
BOOTCONFIG="helios4_defconfig"
|
|
BOOTCONFIG_NEXT="helios4_defconfig"
|
|
MODULES_LEGACY="marvell_cesa lm75"
|
|
MODULES_CURRENT="marvell_cesa lm75"
|
|
HAS_VIDEO_OUTPUT="no"
|
|
FORCE_BOOTSCRIPT_UPDATE="yes"
|
|
KERNEL_TARGET="legacy,current,edge"
|