Vadim Bendebury has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68057 )
Change subject: vboot: change name of the GCVD root pub key file ......................................................................
vboot: change name of the GCVD root pub key file
The file name of the root keys generated by the HSM starts with the root_key_ prefix. This name change is propagated into the test keys directory of vboot reference, coreboot should use the changed file name.
BRANCH=none BUG=none TEST=invoking 'emerge-nissa coreboot' succeeds
Change-Id: Ia98438719adcb4b9b99b8823c8d5c04a0f381a0e Signed-off-by: Vadim Bendebury vbendeb@chromium.org --- M src/security/vboot/Kconfig 1 file changed, 20 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/68057/1
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig index a36510d..3c0af95 100644 --- a/src/security/vboot/Kconfig +++ b/src/security/vboot/Kconfig @@ -429,7 +429,7 @@
config VBOOT_GSCVD_ROOT_PUBKEY string "GSCVD root key (public)" - default "$(VBOOT_SOURCE)/tests/devkeys/arv_root.vbpubk" + default "$(VBOOT_SOURCE)/tests/devkeys/root_key_arv_root.vbpubk"
config VBOOT_GSCVD_PLATFORM_PRIVKEY string "GSCVD platform key (private)"