build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35077 )
Change subject: security/vboot: Decouple measured boot from verified boot ......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/c/coreboot/+/35077/1/src/security/vboot/misc.h File src/security/vboot/misc.h:
https://review.coreboot.org/c/coreboot/+/35077/1/src/security/vboot/misc.h@1... PS1, Line 135: } else if(ENV_ROMSTAGE) { space required before the open parenthesis '('
https://review.coreboot.org/c/coreboot/+/35077/1/src/security/vboot/misc.h@1... PS1, Line 137: } else { else is not generally useful after a break or return
https://review.coreboot.org/c/coreboot/+/35077/1/src/security/vboot/vboot_cr... File src/security/vboot/vboot_crtm.c:
https://review.coreboot.org/c/coreboot/+/35077/1/src/security/vboot/vboot_cr... PS1, Line 211: if(result != VB2_SUCCESS) { space required before the open parenthesis '('