]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(pie/por): support permission indirection and overlay
authorMark Brown <broonie@kernel.org>
Tue, 14 Mar 2023 20:48:43 +0000 (20:48 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 12 Apr 2023 14:03:22 +0000 (15:03 +0100)
commit062b6c6bf23f9656332b0aa3fed59c15f34f9361
tree74d6d9a353e253cc539d7d47a5c6c85d70e17a0a
parent2237e562fd4d68cf4051e51bbff33ebd9ad14ae2
feat(pie/por): support permission indirection and overlay

Arm v8.9 introduces a series of features providing a new way to set memory
permissions. Instead of directly encoding the permissions in the page
tables the PTEs contain indexes into an array of permissions stored in
system registers, allowing greater flexibility and density of encoding.

Enable access to these features for EL2 and below, context switching the
newly added EL2 registers as appropriate. Since all of FEAT_S[12]P[IO]E
are separately discoverable we have separate build time options for
enabling them, but note that there is overlap in the registers that they
implement and the enable bit required for lower EL access.

Change the FVP platform to default to handling them as dynamic options so
the right decision can be made by the code at runtime.

Signed-off-by: Mark Brown <broonie@kernel.org>
Change-Id: Icf89e444e39e1af768739668b505661df18fb234
Makefile
common/feat_detect.c
docs/getting_started/build-options.rst
include/arch/aarch64/arch.h
include/arch/aarch64/arch_features.h
include/arch/aarch64/arch_helpers.h
include/lib/el3_runtime/aarch64/context.h
lib/el3_runtime/aarch64/context_mgmt.c
make_helpers/defaults.mk
plat/arm/board/fvp/platform.mk