View Issue Details

IDProjectCategoryView StatusLast Update
0007242UEFI93Generalpublic2026-05-19 13:39
Reporterroesner Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product VersionV1.4 
Target VersionV1.3 
Summary0007242: 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.

Activities

There are no notes attached to this issue.