From 85a678bf76c5aac2e40255f48ea3209ff95f150a Mon Sep 17 00:00:00 2001 From: "Li, Aaron" Date: Tue, 30 Nov 2021 15:25:45 +0800 Subject: UefiPayloadPkg: Add integration instruction for coreboot common error 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 Reviewed-by: Ray Ni Signed-off-by: Aaron Li --- UefiPayloadPkg/BuildAndIntegrationInstructions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UefiPayloadPkg/BuildAndIntegrationInstructions.txt b/UefiPayloadPkg/BuildAndIntegrationInstructions.txt index 7512486590..61d31f1020 100644 --- a/UefiPayloadPkg/BuildAndIntegrationInstructions.txt +++ b/UefiPayloadPkg/BuildAndIntegrationInstructions.txt @@ -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. This could be done by enabling native graphics or using VGA BIOS option rom. 5. Build the coreboot firmware image. +6. If meet build error "E: Not a usable UEFI firmware volume.", please update Coreboot source tree + to the latest, or refer https://review.coreboot.org/c/coreboot/+/57296 ================================================================================ D. HOW TO INTEGRATE INTO SLIM BOOTLOADER -- cgit