From d6612a420cc351afc5cf8c28fcb435a27fbb7faf Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 3 May 2021 13:29:22 +0200 Subject: security/vboot: Include fspt.bin in the RO region only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fspt.bin is run before verstage so it is of no use in RW_A/B. Change-Id: I6fe29793fa638312c8b275b6fa8662df78b3b2bd Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/52853 Tested-by: build bot (Jenkins) Reviewed-by: Michał Żygowski Reviewed-by: Aaron Durbin --- src/security/vboot/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/security/vboot') diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc index cecaa2d6e7..668d3d9dd5 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 \ -- cgit v1.2.3