Yu-Ping Wu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38900 )
Change subject: security/vboot: Correct help text of VBOOT_STARTS_IN_ROMSTAGE ......................................................................
security/vboot: Correct help text of VBOOT_STARTS_IN_ROMSTAGE
Since CB:37231, the vboot working data has been replaced with vboot workbuf, so corrrect the help text of option VBOOT_STARTS_IN_ROMSTAGE accordingly.
BRANCH=none BUG=chromium:1021452 TEST=none
Change-Id: I80783274179ae7582bbb4c8f9d392895623badce Signed-off-by: Yu-Ping Wu yupingso@google.com --- M src/security/vboot/Kconfig 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/38900/1
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig index ea70e65..1f0fee7 100644 --- a/src/security/vboot/Kconfig +++ b/src/security/vboot/Kconfig @@ -114,8 +114,8 @@ depends on !VBOOT_STARTS_IN_BOOTBLOCK help Firmware verification happens during the end of romstage (after - memory initialization). This implies that vboot working data is - allocated in CBMEM. + memory initialization). This implies that vboot workbuf is allocated + in CBMEM.
config VBOOT_MOCK_SECDATA bool "Mock secdata for firmware verification"