[coreboot-gerrit] Change in coreboot[master]: vboot/S3_RESUME: should not check VBOOT_STARTS_IN_BOOTBLOCK

Joel Kitching (Code Review) gerrit at coreboot.org
Wed Sep 26 12:09:27 CEST 2018


Joel Kitching has uploaded this change for review. ( https://review.coreboot.org/28750


Change subject: vboot/S3_RESUME: should not check VBOOT_STARTS_IN_BOOTBLOCK
......................................................................

vboot/S3_RESUME: should not check VBOOT_STARTS_IN_BOOTBLOCK

BUG=b:114018226
TEST=None

Change-Id: I6840c45604535089fa8410f03c69702bec91218f
Signed-off-by: Joel Kitching <kitching at google.com>
---
M src/security/vboot/vboot_logic.c
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/28750/1

diff --git a/src/security/vboot/vboot_logic.c b/src/security/vboot/vboot_logic.c
index a0e6a32..e56e590 100644
--- a/src/security/vboot/vboot_logic.c
+++ b/src/security/vboot/vboot_logic.c
@@ -310,7 +310,6 @@
 	 * does verification of memory init and thus must ensure it resumes with
 	 * the same slot that it booted from. */
 	if (IS_ENABLED(CONFIG_RESUME_PATH_SAME_AS_BOOT) &&
-	    IS_ENABLED(CONFIG_VBOOT_STARTS_IN_BOOTBLOCK) &&
 	    vboot_platform_is_resuming())
 		ctx.flags |= VB2_CONTEXT_S3_RESUME;
 

-- 
To view, visit https://review.coreboot.org/28750
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6840c45604535089fa8410f03c69702bec91218f
Gerrit-Change-Number: 28750
Gerrit-PatchSet: 1
Gerrit-Owner: Joel Kitching <kitching at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180926/db0eb1fe/attachment.html>


More information about the coreboot-gerrit mailing list