summaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/fbg1701/manifest.h
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2023-04-25 11:43:29 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-08-09 22:00:33 +0000
commit0648267c1a77d3f3f41547ede3a19a832842cf6e (patch)
tree17d531a24574ef1d051e3af690e871951e69331d /src/mainboard/facebook/fbg1701/manifest.h
parent472d83bb0af27875f41232ec75e04b082108b0e1 (diff)
mb/facebook/fbg1701: Add config to additional list
´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 <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74752 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Himanshu Sahdev <himanshu.sahdev@intel.com> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/mainboard/facebook/fbg1701/manifest.h')
-rw-r--r--src/mainboard/facebook/fbg1701/manifest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/facebook/fbg1701/manifest.h b/src/mainboard/facebook/fbg1701/manifest.h
index b1043546d9..a89de20f0a 100644
--- a/src/mainboard/facebook/fbg1701/manifest.h
+++ b/src/mainboard/facebook/fbg1701/manifest.h
@@ -18,5 +18,6 @@
#define HASH_IDX_DSDT 8
#define HASH_IDX_POSTCAR_STAGE 9
#define HASH_IDX_PUBLICKEY 10
-#define HASH_IDX_BOOTBLOCK 11 /* Should always be the last one */
+#define HASH_IDX_CONFIG 11
+#define HASH_IDX_BOOTBLOCK 12 /* Should always be the last one */
#endif