mirror of https://github.com/acidanthera/audk.git
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:
parent
965292135b
commit
85a678bf76
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue