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>
This commit is contained in:
Li, Aaron 2021-11-30 15:25:45 +08:00 committed by mergify[bot]
parent 965292135b
commit 85a678bf76
1 changed files with 2 additions and 0 deletions

View 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.
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