From 0648267c1a77d3f3f41547ede3a19a832842cf6e Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Tue, 25 Apr 2023 11:43:29 +0200 Subject: mb/facebook/fbg1701: Add config to additional list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ´config´ is removed from measure list (CB:74750) Add 'config' to ram_stage_additional_list[] to have it measured and verified. BUG=NA TEST=boot and verify coreboot logs on facebook FBG1701 Change-Id: Id4119bc3a01e11f14a091facf81964d1a71092c1 Signed-off-by: Frans Hendriks Reviewed-on: https://review.coreboot.org/c/coreboot/+/74752 Tested-by: build bot (Jenkins) Reviewed-by: Himanshu Sahdev Reviewed-by: Martin L Roth --- src/vendorcode/eltan/security/verified_boot/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vendorcode/eltan/security') diff --git a/src/vendorcode/eltan/security/verified_boot/Kconfig b/src/vendorcode/eltan/security/verified_boot/Kconfig index 7741782650..50638db5c2 100644 --- a/src/vendorcode/eltan/security/verified_boot/Kconfig +++ b/src/vendorcode/eltan/security/verified_boot/Kconfig @@ -33,6 +33,7 @@ config VENDORCODE_ELTAN_VBOOT_MANIFEST config VENDORCODE_ELTAN_OEM_MANIFEST_ITEMS int "Manifest Items" + default 13 if INCLUDE_CONFIG_FILE default 12 config VENDORCODE_ELTAN_OEM_MANIFEST_ITEM_SIZE -- cgit v1.2.3