diff options
author | Li, Aaron <aaron.li@intel.com> | 2021-11-30 15:25:45 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-12-08 04:08:21 +0000 |
commit | 85a678bf76c5aac2e40255f48ea3209ff95f150a (patch) | |
tree | 1363764cb5fed5543448719196d34868bfa8f35a /UefiPayloadPkg/BuildAndIntegrationInstructions.txt | |
parent | 965292135b9300937aed07f684c445161a64ca35 (diff) | |
download | edk2-85a678bf76c5aac2e40255f48ea3209ff95f150a.tar.gz |
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/BuildAndIntegrationInstructions.txt')
-rw-r--r-- | UefiPayloadPkg/BuildAndIntegrationInstructions.txt | 2 |
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
|