Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37016 )
Change subject: security/intel/txt: Add Intel TXT support
......................................................................
Patch Set 8:
(2 comments)
https://review.coreboot.org/c/coreboot/+/37016/8/src/security/intel/txt/comm...
File src/security/intel/txt/common.c:
https://review.coreboot.org/c/coreboot/+/37016/8/src/security/intel/txt/comm...
PS8, Line 234: if (acm_len % 64 != 0) {
use IS_ALIGNED
https://review.coreboot.org/c/coreboot/+/37016/8/src/security/intel/txt/comm...
PS8, Line 244: if ((uintptr_t)acm_data & ((1UL << log2_ceil(acm_len)) - 1)) {
use IS_ALIGNED
--
To view, visit
https://review.coreboot.org/c/coreboot/+/37016
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iaf4be7f016cc12d3971e1e1fe171e6665e44c284
Gerrit-Change-Number: 37016
Gerrit-PatchSet: 8
Gerrit-Owner: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Arthur Heymans
arthur@aheymans.xyz
Gerrit-CC: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Tue, 28 Jul 2020 16:10:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment