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>
This commit is contained in:
Arthur Heymans 2021-05-03 13:29:22 +02:00 committed by Felix Held
parent b984695341
commit d6612a420c
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ regions-for-file = $(subst $(spc),$(comma),$(sort \
cmos.default \ cmos.default \
intel_fit \ intel_fit \
intel_fit_ts \ intel_fit_ts \
fspt.bin \
$(call strip_quotes,$(CONFIG_RO_REGION_ONLY)) \ $(call strip_quotes,$(CONFIG_RO_REGION_ONLY)) \
,$(1)),COREBOOT,\ ,$(1)),COREBOOT,\
$(if $(filter \ $(if $(filter \