Julius Werner 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 16:
(3 comments)
https://review.coreboot.org/c/coreboot/+/36208/16/src/security/vboot/ec_sync...
File src/security/vboot/ec_sync.c:
https://review.coreboot.org/c/coreboot/+/36208/16/src/security/vboot/ec_sync...
PS16, Line 264: sizeof(struct ec_host_request));
nit: might be nice to align with 'resp...'?
https://review.coreboot.org/c/coreboot/+/36208/16/src/security/vboot/ec_sync...
PS16, Line 285: uint32_t block_size = todo + sizeof(*params);
nit: block_size sounds quite weird because that makes me think of the flash block. maybe xfer_size?
https://review.coreboot.org/c/coreboot/+/36208/16/src/security/vboot/ec_sync...
PS16, Line 432: int in_recovery = !!sd->recovery_reason;
Here too please check the context flag instead.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/36208
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9b1458a45ab3ed5623af50f78036c4f88461b226
Gerrit-Change-Number: 36208
Gerrit-PatchSet: 16
Gerrit-Owner: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Duncan Laurie
dlaurie@chromium.org
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Joel Kitching
kitching@google.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Shelley Chen
shchen@google.com
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Sat, 02 Nov 2019 05:11:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment