c44ffc3084
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>
8 lines
481 B
Text
8 lines
481 B
Text
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"
|