summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-04-11 11:13:13 +0200
committerTom Rini <trini@konsulko.com>2019-04-26 17:51:51 -0400
commitee8a4a3f9de011de306238a124680e9511c7a5f5 (patch)
treee1e3762d7285c5fc416bd6ddc0b2684b6391800f /common
parent9bdfe290e9796dcbb87e3a079730391886a0099d (diff)
cmd: pxe: Display splashscreen from extlinux.conf input
The objective is to provide a simple way to retrieve a BMP file, and display it as splashscreen, from extlinux.conf file input. For this, we take example on https://www.syslinux.org/wiki/ index.php?title=Menu#The_advanced_menu_system and more particularly on MENU BACKGROUND chapter. For this, add "menu background" support in pxe command. As example, extlinux.conf content will look like: # Generic Distro Configuration file generated by OpenEmbedded menu title Select the boot mode TIMEOUT 20 menu background ../splash.bmp DEFAULT stm32mp157c-ev1-sdcard LABEL stm32mp157c-ev1-sdcard KERNEL /uImage FDT /stm32mp157c-ev1.dtb APPEND root=/dev/mmcblk0p6 rootwait rw earlyprintk console=ttySTM0,115200 Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions