diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-06-17 13:01:58 +0200 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-06-28 04:13:54 +0000 |
commit | c44ffc30846fdfa7cf814316d24dfecd2c22b0ae (patch) | |
tree | 4ce81f5791b3da23460cd0a8a5cf10f21ba61bd9 /configs/config.ocp_deltalake_cbnt | |
parent | c05aa26a1fc472e121ca1b6b6a3510323ae53e34 (diff) |
security/intel/cbnt: Build test CBnT provisioning
This updates the intel-sec-tools submodule pointer to include a fake
acm binary to be included for buildtesting.
Change-Id: Id4a9e177f71306b8c5538a578da229a53d19487a
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55609
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'configs/config.ocp_deltalake_cbnt')
-rw-r--r-- | configs/config.ocp_deltalake_cbnt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/config.ocp_deltalake_cbnt b/configs/config.ocp_deltalake_cbnt new file mode 100644 index 0000000000..4df1043709 --- /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" |