Christopher Meis has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55013 )
Change subject: Update intel-sec-tools to BootGuard support commit Remove --coreboot argument in src/security/intel/cbnt/Makefile.inc ......................................................................
Update intel-sec-tools to BootGuard support commit Remove --coreboot argument in src/security/intel/cbnt/Makefile.inc
Change-Id: Iaf34bdb65a5f067d1d632e35d340b8fc49aaf318 Signed-off-by: Christopher Meis christopher.meis@9elements.com --- M 3rdparty/intel-sec-tools M src/security/intel/cbnt/Makefile.inc 2 files changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/55013/1
diff --git a/3rdparty/intel-sec-tools b/3rdparty/intel-sec-tools index 875763e..ee1b0f8 160000 --- a/3rdparty/intel-sec-tools +++ b/3rdparty/intel-sec-tools @@ -1 +1 @@ -Subproject commit 875763e421ed3a76ec0e0f51c4ed93c6a0038771 +Subproject commit ee1b0f8fb62e1ea42edb33b12219af5b829a6b06 diff --git a/src/security/intel/cbnt/Makefile.inc b/src/security/intel/cbnt/Makefile.inc index 9b00d7d..7215a63 100644 --- a/src/security/intel/cbnt/Makefile.inc +++ b/src/security/intel/cbnt/Makefile.inc @@ -60,7 +60,6 @@ --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) \