Hello Kyösti Mälkki, Aaron Durbin, Patrick Rudolph, Julius Werner, Frans Hendriks, Stefan Reinauer, Hung-Te Lin, build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Daisuke Nojiri, Philipp Deppenwiese, Joel Kitching, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36545
to look at the new patch set (#6).
Change subject: lib/cbfs: Add fallback to RO region to cbfs_boot_locate ......................................................................
lib/cbfs: Add fallback to RO region to cbfs_boot_locate
With this change cbfs_boot_locate will check the RO (COREBOOT) region if a file can not be found in the active RW region. By doing so it is not required to duplicate static files that are not intended to be updated to the RW regions.
The coreboot image can still be updated by adding the file to the RW region.
This change is intended to support VBOOT on systems with a small flash device.
BUG=N/A TEST=tested on facebook fbg1701
Change-Id: I81ceaf927280cef9a3f09621c796c451e9115211 Signed-off-by: Wim Vervoorn wvervoorn@eltan.com --- M Documentation/security/vboot/index.md M src/lib/cbfs.c M src/security/vboot/Kconfig 3 files changed, 46 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/36545/6