Attention is currently required from: duntan. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/57296
to look at the new patch set (#2).
Change subject: util/cbftool: Fix the bug in parsing Uefipayload with extended header ......................................................................
util/cbftool: Fix the bug in parsing Uefipayload with extended header
The patch is to fix "Not a usable UEFI firmware volume" issue when creating the CBFS/flash image. This issue is caused by adding FvNameGuid in UefiPayloadEntry.inf of UefiPayload. There is an ext header between header of Fv and header of UefiPayloadEntry in Fv with a FvNameGuid. The ext header causes the address of UefiPayloadEntry to be found incorrectly when parsing Fv.
Signed-off-by: Dun Tan dun.tan@intel.com Change-Id: Id063efb1c8e6c7a96ec2182e87b71c7e8b7b6423 --- M util/cbfstool/cbfs-mkpayload.c M util/cbfstool/fv.h 2 files changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/57296/2