[U-Boot] cmd: pxe: Display splashscreen from extlinux.conf input

Tom Rini trini at konsulko.com
Sat Apr 27 14:45:07 UTC 2019


On Thu, Apr 11, 2019 at 11:13:13AM +0200, Patrice Chotard wrote:

> 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 at st.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190427/722f6716/attachment.sig>


More information about the U-Boot mailing list