* Initial commit for kernel boot splash * Add startup files to disable bootlog when system is up / down * Update logo, remove deprecated one * Introduce new u-boot variable bootlogo * Adjust kernel config * Make logo possible on Odroid XU4 - add legacy and current upstream patches - delete xu4 environment since its not used * Cleanup C2,C4, both tested, logo works on mainline, - adding legacy upstream patches for c4 * Enable bootlogo by default on Odroid N2 * Enable logo on RK3399 desktop images * Cleanup the rest of the environment files * Add initrd hook that copy splash file to initrd. * Missing logo bits for one boot scripts * Enable boot logo on Pinebook A64 * Enable bootlogo on Teres * Update config
11 lines
484 B
Plaintext
11 lines
484 B
Plaintext
# Amlogic S922X hexa core 2GB/4GB RAM SoC eMMC GBE USB3 SPI
|
|
BOARD_NAME="Odroid N2"
|
|
BOARDFAMILY="meson-g12b"
|
|
BOOTCONFIG="odroidn2_config"
|
|
MODULES_LEGACY="media_clock firmware #decoder_common #stream_input #amvdec_mh264 #amvdec_h264 #amvdec_h264mvc #amvdec_h265 #amvdec_mmjpeg #amvdec_mpeg12 #amvdec_mmpeg4 #amvdec_mpeg4 #amvdec_vc1 #amvdec_vp9"
|
|
KERNEL_TARGET="legacy,current,dev"
|
|
FULL_DESKTOP="yes"
|
|
FORCE_BOOTSCRIPT_UPDATE="yes"
|
|
ASOUND_STATE="asound.state.meson64"
|
|
BOOT_LOGO="desktop"
|