Hello Kyösti Mälkki, Subrata Banik, Aamir Bohra, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38370
to look at the new patch set (#2).
Change subject: rtc/post.c: Fix compilation issue for post.c ......................................................................
rtc/post.c: Fix compilation issue for post.c
cmos_post_code linking will provide an error if some code is using the function in smm stage.
Also as per patch discussion, CMOS uses a split IO transaction and it's not really safe to call cmos_post_code from SMM context. Thus guarding caller function to resolve the issue
Change-Id: Iffdcccaad48e7ad96e068d07046630fbe4297e65 Signed-off-by: Maulik V Vaghela maulik.v.vaghela@intel.com --- M src/console/post.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/38370/2