diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-05-03 13:29:22 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-05-04 21:31:47 +0000 |
commit | d6612a420cc351afc5cf8c28fcb435a27fbb7faf (patch) | |
tree | 4f5ee91bf4e18c0e3b9fcd76ac7499df6739f575 /src/security | |
parent | b984695341d5ea5acd3c6b17a80d14b53c24da43 (diff) |
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>
Diffstat (limited to 'src/security')
-rw-r--r-- | src/security/vboot/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |