Hello Subrata Banik, Philipp Deppenwiese, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32154
to look at the new patch set (#2).
Change subject: src/lib: Changed the syntax of verify_stage_if_required to accommodate name of the component and added config flags to select them conditionally ......................................................................
src/lib: Changed the syntax of verify_stage_if_required to accommodate name of the component and added config flags to select them conditionally
When VBOOT Stage Verification is enabled, the components are verified after they are loaded into DRAM. This requires identifying them by their name so they can be selectively verified as required.
TEST=Create a coreboot.rom image by enabling CONFIG_VBOOT and CONFIG_VBOOT_STAGE_VERIFICATION. Verify that the image boots to authenticated payload and graphics is displayed via HDMI and Display Port.
Change-Id: I8184a432a32338d1c0aaa362d34de5306ec08eb9 Signed-off-by: Sukerkar, Amol N amol.n.sukerkar@intel.com --- M src/include/cbfs.h M src/lib/Kconfig M src/lib/cbfs.c M src/lib/selfboot.c 4 files changed, 24 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/32154/2