summaryrefslogtreecommitdiffstats
path: root/UefiPayloadPkg
diff options
context:
space:
mode:
authorLi, Aaron <aaron.li@intel.com>2021-11-30 15:25:45 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-08 04:08:21 +0000
commit85a678bf76c5aac2e40255f48ea3209ff95f150a (patch)
tree1363764cb5fed5543448719196d34868bfa8f35a /UefiPayloadPkg
parent965292135b9300937aed07f684c445161a64ca35 (diff)
downloadedk2-85a678bf76c5aac2e40255f48ea3209ff95f150a.tar.gz
edk2-85a678bf76c5aac2e40255f48ea3209ff95f150a.tar.bz2
edk2-85a678bf76c5aac2e40255f48ea3209ff95f150a.zip
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 <guo.dong@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Signed-off-by: Aaron Li <aaron.li@intel.com>
Diffstat (limited to 'UefiPayloadPkg')
-rw-r--r--UefiPayloadPkg/BuildAndIntegrationInstructions.txt2
1 files changed, 2 insertions, 0 deletions
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