You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
a85f327ad8
BGRT can be used by bootloader to pass logo to OS. But BGRT can only support 24bit or 32bit BMP format. If the bootloader uses other bit format or indexed color format, the image has to be converted before passing it to BGRT. This patch added support to convert other BMP image format into 32bit format required by BGRT. This has been tested with Windows on Leafhill board. The SBL logo was dispalyed properly while booting Windows. Signed-off-by: Maurice Ma <maurice.ma@intel.com>