View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007243 | UEFI8MP | General | public | 2026-05-19 13:40 | 2026-05-19 13:40 |
| Reporter | roesner | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | V1.3 | ||||
| Target Version | V1.4 | ||||
| Summary | 0007243: dynamic boot logo | ||||
| Description | Currently, 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 | |||||