Hello build bot (Jenkins), Joel Kitching, Furquan Shaikh, Patrick Georgi, Martin Roth, Sridhar Siricilla, Rizwan Qureshi, Angel Pons, Subrata Banik, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40562
to look at the new patch set (#8).
Change subject: security/vboot: Limit vboot verification code access to only verstage ......................................................................
security/vboot: Limit vboot verification code access to only verstage
Make vboot verification code accessible in only verstage. Vboot verification code in vboot_logic.c is being used in verstage. Due to support function vboot_save_data(), so core functionality in vboot_logic.c is made available in romstage. The patch decouples the support function frm vboot_logic.c to limit itself to verstage.
TEST=Verified on hatch
Signed-off-by: Sridhar Siricilla sridhar.siricilla@intel.com Change-Id: Id1ede45c4dffe90afcef210eabaa657cf92a9335 --- M src/security/vboot/Makefile.inc M src/security/vboot/vboot_common.c M src/security/vboot/vboot_logic.c 3 files changed, 26 insertions(+), 23 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/40562/8