Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55609 )
Change subject: [TEST]buildtest cbnt ......................................................................
[TEST]buildtest cbnt
Change-Id: Id4a9e177f71306b8c5538a578da229a53d19487a Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M 3rdparty/intel-sec-tools A configs/config.ocp_deltalake_cbnt 2 files changed, 9 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/55609/1
diff --git a/3rdparty/intel-sec-tools b/3rdparty/intel-sec-tools index 6682883..69a9c4b 160000 --- a/3rdparty/intel-sec-tools +++ b/3rdparty/intel-sec-tools @@ -1 +1 @@ -Subproject commit 6682883ba2dffb6a08ff4589590320e60ddf1f18 +Subproject commit 69a9c4b528bfb6f571024fe785ff9c9902879008 diff --git a/configs/config.ocp_deltalake_cbnt b/configs/config.ocp_deltalake_cbnt new file mode 100644 index 0000000..4df1043 --- /dev/null +++ b/configs/config.ocp_deltalake_cbnt @@ -0,0 +1,8 @@ +CONFIG_VENDOR_OCP=y +CONFIG_INTEL_TXT_BIOSACM_FILE="3rdparty/intel-sec-tools/testdata/fake_acm/biosacm_cbnt_fake.bin" +CONFIG_INTEL_TXT_LOGGING=y +CONFIG_INTEL_CBNT_SUPPORT=y +# CONFIG_INTEL_CBNT_CBNT_PROV_KM_USE_CFG_FILE is not set +# CONFIG_INTEL_CBNT_CBNT_PROV_BPM_USE_CFG_FILE is not set +CONFIG_INTEL_CBNT_KM_PRIV_KEY_FILE="3rdparty/intel-sec-tools/testdata/testkeys/km_priv_key.pem" +CONFIG_INTEL_CBNT_BPM_PRIV_KEY_FILE="3rdparty/intel-sec-tools/testdata/testkeys/bpm_priv_key.pem"