Hello Aaron Durbin, Patrick Rudolph, build bot (Jenkins), Patrick Georgi, Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36688
to look at the new patch set (#2).
Change subject: cbfs: Stop checking master header ......................................................................
cbfs: Stop checking master header
The CBFS master header is a legacy structure that just conveys the same information we already have from the FMAP these days. We're still including it to support older CBFS implementations in some payloads, but there's no need for coreboot itself to follow this indirection anymore. This patch simplifies the default CBFS locator to just return the CBFS offset and size from the FMAP directly.
Change-Id: I6b00dd7f276364d62fa1f637efbaee0e80607c49 Signed-off-by: Julius Werner jwerner@chromium.org --- M src/lib/cbfs.c M src/soc/intel/apollolake/mmap_boot.c M src/vendorcode/eltan/security/verified_boot/vboot_check.c 3 files changed, 14 insertions(+), 42 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/36688/2