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 <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74218 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
This commit is contained in:
parent
82d814a71a
commit
e714fc00f3
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue