Hello build bot (Jenkins), 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 (#3).
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. So, below support routines are moved from vboot_logic.c to vboot_common.c. 1. vboot_save_data() 2. vboot_save_data()
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, 24 insertions(+), 24 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/40562/3