Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36341 )
Change subject: security/vboot: Build vboot library with same .a that depthcharge uses
......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36341/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/36341/1//COMMIT_MSG@9
PS1, Line 9: Switch from fwlib20 to fwlib
I'm confused by this. […]
No, vboot_reference is a in a weird spot right now w/r/t ver1 / 2.0 / 2.1, etc.
vboot_fw.a contains:
${FWLIB_OBJS} ${FWLIB2X_OBJS} ${FWLIB20_OBJS}
vboot_fw20.a contains:
${FWLIB20}: ${FWLIB2X_OBJS} ${FWLIB20_OBJS}
Which means that we can change coreboot to link against vboot_fw.a, which is what depthcharge does right now, so they're using the "same" library instead of different ones, which is weird, confusing, and possibly fraught with peril.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/36341
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I905b781c3596965ec7ef45a2a7eafe15fdd4d9cc
Gerrit-Change-Number: 36341
Gerrit-PatchSet: 3
Gerrit-Owner: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: Aaron Durbin
adurbin@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: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Fri, 25 Oct 2019 22:11:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Aaron Durbin
adurbin@chromium.org
Gerrit-MessageType: comment