View Issue Details

IDProjectCategoryView StatusLast Update
0007243UEFI8MPGeneralpublic2026-05-19 13:40
Reporterroesner Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product VersionV1.3 
Target VersionV1.4 
Summary0007243: dynamic boot logo
DescriptionCurrently, using a custom boot logo requires building a dedicated UEFI image. This means that every individual customer would need their own custom UEFI build.

This should be avoided. To achieve this, the U-Boot environment should store the eMMC location (block number) and the size of the logo in two variables: logoblock and logosize.

These values are then passed to the UEFI through the existing fs_boardinfo mechanism. The UEFI can then read the logo from the eMMC inside the LogoDxe driver and display it instead of the default F&S logo.

If no logo is found, or if the .bmp logo file is invalid (for example, it must use 24 bpp), the system shall always fall back to the default F&S logo.
Forum Link
Found Driver Version
Fixed Driver Version

Activities

There are no notes attached to this issue.