summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-05-03 13:29:22 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-05-04 21:31:47 +0000
commitd6612a420cc351afc5cf8c28fcb435a27fbb7faf (patch)
tree4f5ee91bf4e18c0e3b9fcd76ac7499df6739f575
parentb984695341d5ea5acd3c6b17a80d14b53c24da43 (diff)
downloadcoreboot-d6612a420cc351afc5cf8c28fcb435a27fbb7faf.tar.gz
coreboot-d6612a420cc351afc5cf8c28fcb435a27fbb7faf.tar.bz2
coreboot-d6612a420cc351afc5cf8c28fcb435a27fbb7faf.zip
security/vboot: Include fspt.bin in the RO region only
fspt.bin is run before verstage so it is of no use in RW_A/B. Change-Id: I6fe29793fa638312c8b275b6fa8662df78b3b2bd Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52853 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r--src/security/vboot/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc
index cecaa2d6e79f..668d3d9dd50e 100644
--- a/src/security/vboot/Makefile.inc
+++ b/src/security/vboot/Makefile.inc
@@ -187,6 +187,7 @@ regions-for-file = $(subst $(spc),$(comma),$(sort \
cmos.default \
intel_fit \
intel_fit_ts \
+ fspt.bin \
$(call strip_quotes,$(CONFIG_RO_REGION_ONLY)) \
,$(1)),COREBOOT,\
$(if $(filter \