From e714fc00f3e914eecbf66991b60c97c5876582b6 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 5 Apr 2023 14:24:59 +0200 Subject: security/vboot: Don't add RO pagetables to RW_A/B Currently this is only used in bootblock and expects a fixed offset. Change-Id: I3c4db6fffe3343f12383fe9585620ffefb01cf81 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/74218 Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan Reviewed-by: Subrata Banik Reviewed-by: Maximilian Brune --- src/security/vboot/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc index 9e42ab124b..ba83c3bd6a 100644 --- a/src/security/vboot/Makefile.inc +++ b/src/security/vboot/Makefile.inc @@ -199,6 +199,7 @@ regions-for-file = $(subst $(spc),$(comma),$(sort \ intel_fit \ intel_fit_ts \ fspt.bin \ + pagetables \ $(call strip_quotes,$(CONFIG_RO_REGION_ONLY)) \ ,$(1)),COREBOOT,\ $(if $(filter \ -- cgit v1.2.3