Tim Wawrzynczak 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:
(2 comments)
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 279: bufsize
bufsize is not initialized. […]
Oops, good catch. Yeah bufsize should be burst.
https://review.coreboot.org/c/coreboot/+/36208/13/src/security/vboot/ec_sync... PS13, Line 303: read_buffer
I believe it is params
Yep, thanks.