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 52:
(2 comments)
https://review.coreboot.org/c/coreboot/+/35077/52/src/include/memlayout.h File src/include/memlayout.h:
https://review.coreboot.org/c/coreboot/+/35077/52/src/include/memlayout.h@16... PS52, Line 163: #define TPM_TCPA_LOG(addr, size) \ Macros with multiple statements should be enclosed in a do - while loop
https://review.coreboot.org/c/coreboot/+/35077/52/src/include/memlayout.h@16... PS52, Line 163: #define TPM_TCPA_LOG(addr, size) \ macros should not use a trailing semicolon