summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Meis <christopher.meis@9elements.com>2021-05-27 13:36:36 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-06-07 11:36:22 +0000
commit1128817ed644e86daa3972e68eb08761fd6b0da9 (patch)
tree7379d6ad9db976bb3bcce1583b7b29b3011bb327
parent66713d0cc980c4c6fc0f1f5ac5a2563f54a8b897 (diff)
downloadcoreboot-1128817ed644e86daa3972e68eb08761fd6b0da9.tar.gz
coreboot-1128817ed644e86daa3972e68eb08761fd6b0da9.tar.bz2
coreboot-1128817ed644e86daa3972e68eb08761fd6b0da9.zip
3rdparty/intel-sec-tools: Update to support Boot Guard
Update intel-sec-tools to commit of BootGuard support. Remove --coreboot argument in src/security/intel/cbnt/Makefile.inc: was removed as argument for cbnt Change-Id: Iaf34bdb65a5f067d1d632e35d340b8fc49aaf318 Signed-off-by: Christopher Meis <christopher.meis@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55013 Reviewed-by: Christian Walter <christian.walter@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
m---------3rdparty/intel-sec-tools0
-rw-r--r--src/security/intel/cbnt/Makefile.inc1
2 files changed, 0 insertions, 1 deletions
diff --git a/3rdparty/intel-sec-tools b/3rdparty/intel-sec-tools
-Subproject 875763e421ed3a76ec0e0f51c4ed93c6a003877
+Subproject 6682883ba2dffb6a08ff4589590320e60ddf1f1
diff --git a/src/security/intel/cbnt/Makefile.inc b/src/security/intel/cbnt/Makefile.inc
index 9b00d7dfafe9..7215a63303d5 100644
--- a/src/security/intel/cbnt/Makefile.inc
+++ b/src/security/intel/cbnt/Makefile.inc
@@ -60,7 +60,6 @@ $(obj)/bpm_unsigned.bin: $(obj)/coreboot.rom $(CBNT_PROV)
--ibbflags=$(CONFIG_INTEL_CBNT_IBB_FLAGS) \
--entrypoint=$(shell printf "%d" 0xfffffff0) \
--ibbhash=$(PK_HASH_ALG_SHA256),$(PK_HASH_ALG_SHA1),$(PK_HASH_ALG_SHA384) \
- --coreboot \
--sinitmin=$(CONFIG_INTEL_CBNT_SINIT_SVN) \
--txtflags=0 \
--powerdowninterval=$(CONFIG_INTEL_CBNT_PD_INTERVAL) \