Hello Julius Werner, Arthur Heymans, David Hendricks, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37214
to look at the new patch set (#2).
Change subject: lib: Fix FMAP cache on FSP1.0 platforms ......................................................................
lib: Fix FMAP cache on FSP1.0 platforms
On FSP1.0 platforms CAR region is torn down by FspMemoryInit() on exit, since there is no FspTempRamExit() API. Current FMAP cache code correctly assumes CAR is around and usable after. However this assumption is only correct for >= FSP1.0.
This change address the problem by using cache only if CAR region is usable.
TEST=boot test on OCP monolake.
Change-Id: I9f64c26650fa4c397a0e4835e470ab41922e1290 Signed-off-by: Andrey Petrov anpetrov@fb.com --- M src/lib/fmap.c 1 file changed, 14 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/37214/2