]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiPayloadPkg: Add integration instruction for coreboot common error
authorLi, Aaron <aaron.li@intel.com>
Tue, 30 Nov 2021 07:25:45 +0000 (15:25 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 8 Dec 2021 04:08:21 +0000 (04:08 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3753

When integrate the latest UefiPayload with coreboot 4.14 or older, a
common error would occur like "E: Not a usable UEFI firmware volume."
The change adds an entry for how to solve this issue.

Cc: Guo Dong <guo.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Signed-off-by: Aaron Li <aaron.li@intel.com>
UefiPayloadPkg/BuildAndIntegrationInstructions.txt

index 7512486590550c92f8dc8218204533c27bb3b4f2..61d31f1020bf09b97f4d8624263d7a5f80f78ab3 100644 (file)
@@ -69,6 +69,8 @@ C. HOW TO INTEGRATE INTO COREBOOT
 4. If the graphics console is required in UEFI payload, enable framebuffer initialization in coreboot.\r
    This could be done by enabling native graphics or using VGA BIOS option rom.\r
 5. Build the coreboot firmware image.\r
+6. If meet build error "E: Not a usable UEFI firmware volume.", please update Coreboot source tree\r
+   to the latest, or refer https://review.coreboot.org/c/coreboot/+/57296\r
 \r
 ================================================================================\r
 D. HOW TO INTEGRATE INTO SLIM BOOTLOADER\r