Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35077 )
Change subject: security/vboot: Decouple measured boot from verified boot
......................................................................
Patch Set 70: Code-Review+2
(3 comments)
https://review.coreboot.org/c/coreboot/+/35077/70/src/security/tpm/tspi/crtm...
File src/security/tpm/tspi/crtm.c:
https://review.coreboot.org/c/coreboot/+/35077/70/src/security/tpm/tspi/crtm...
PS70, Line 30: static const char * const fmap_cbfs_names[] = {
: "COREBOOT",
: "FW_MAIN_A",
: "FW_MAIN_B",
: "RW_LEGACY"};
this isn't really compliant with the code style. How about:
static const char *const fmap_cbfs_names[] = {
"COREBOOT",
"FW_MAIN_A",
"FW_MAIN_B",
"RW_LEGACY",
};
https://review.coreboot.org/c/coreboot/+/35077/70/src/security/tpm/tspi/tspi...
File src/security/tpm/tspi/tspi.c:
https://review.coreboot.org/c/coreboot/+/35077/70/src/security/tpm/tspi/tspi...
PS70, Line 235: printk(BIOS_DEBUG, "TPM: Extending digest for"
This string fits in one line without breaking (96-char limit)
https://review.coreboot.org/c/coreboot/+/35077/70/src/security/tpm/tspi/tspi...
PS70, Line 302: "measur" : "logg"
Ehm, I don't think saving two characters is that much of a big deal... Could we have full words in both cases of the ternary operator, please?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/35077
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1fb376b4a8b98baffaee4d574937797bba1f8aee
Gerrit-Change-Number: 35077
Gerrit-PatchSet: 70
Gerrit-Owner: Bill XIE
persmule@hardenedlinux.org
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Bill XIE
persmule@hardenedlinux.org
Gerrit-Reviewer: David Guckian
david.guckian@intel.com
Gerrit-Reviewer: Frans Hendriks
fhendriks@eltan.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: Vanessa Eusebio
vanessa.f.eusebio@intel.com
Gerrit-Reviewer: Werner Zeh
werner.zeh@siemens.com
Gerrit-Reviewer: Wim Vervoorn
wvervoorn@eltan.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Joel Kitching
kitching@google.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: Shawn C
citypw@hardenedlinux.org
Gerrit-Comment-Date: Wed, 25 Mar 2020 20:52:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment