Hello build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45274
to look at the new patch set (#4).
Change subject: lib/fmap: add ENV_SMM check to setup_preram_cache ......................................................................
lib/fmap: add ENV_SMM check to setup_preram_cache
Add check in setup_preram_cache to return if ENV_SMM is true. This avoids false warning that post-RAM FMAP is accessed too early caused by ENV_ROMSTAGE_OR_BEFORE evaluation in SMI handler.
BUG=b:167321319 BRANCH=None TEST=None
Signed-off-By: Josie Nordrum josienordrum@google.com Change-Id: I3a4c199c42ee556187d6c4277e8793a36e4d493b --- M src/lib/fmap.c 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/45274/4