Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32716 )
Change subject: vboot: Turn vboot_logic_executed() into a static inline ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/32716/4/src/security/vboot/misc.h File src/security/vboot/misc.h:
https://review.coreboot.org/c/coreboot/+/32716/4/src/security/vboot/misc.h@1... PS4, Line 118: __PRE_RAM__
I guess we should replace this with 'if (ENV_ROMSTAGE_OR_BEFORE)'?
Already done? CB:35387