Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36208 )
Change subject: security/vboot: Add vboot callbacks to support EC software sync ......................................................................
Patch Set 13:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36208/13/src/security/vboot/ec_sync... File src/security/vboot/ec_sync.c:
https://review.coreboot.org/c/coreboot/+/36208/13/src/security/vboot/ec_sync... PS13, Line 64: ctx.flags |= VB2_CONTEXT_EC_SYNC_SUPPORTED; Probably need static initialization of ctx, so that flags don't contain unexpected flags set.