arm-trusted-firmware/include/lib/xlat_tables
Zelalem Aweke 362182386b feat(rme): add xlat table library changes for FEAT_RME
FEAT_RME adds a new bit (NSE) in the translation table descriptor
to determine the Physical Address Space (PAS) of an EL3 stage 1
translation according to the following mapping:

	TTD.NSE    TTD.NS  |  PAS
	=================================
	  0          0	   |  Secure
	  0	     1	   |  Non-secure
	  1	     0	   |  Root
	  1	     1	   |  Realm

This patch adds modifications to version 2 of the translation table
library accordingly. Bits 4 and 5 in mmap attribute are used to
determine the PAS.

Signed-off-by: Zelalem Aweke <zelalem.aweke@arm.com>
Change-Id: I82790f6900b7a1ab9494c732eac7b9808a388103
2021-10-04 14:09:23 -05:00
..
aarch32 lib/xlat_tables: Add support for ARMv8.4-TTST 2019-01-30 11:17:38 +00:00
aarch64 lib/xlat_tables: Add support for ARMv8.4-TTST 2019-01-30 11:17:38 +00:00
xlat_mmu_helpers.h xlat_tables_v2: add enable_mmu() 2020-03-31 11:51:56 +09:00
xlat_tables.h feat(rme): add xlat table library changes for FEAT_RME 2021-10-04 14:09:23 -05:00
xlat_tables_arch.h Switch AARCH32/AARCH64 to __aarch64__ 2019-08-01 13:45:03 -07:00
xlat_tables_compat.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
xlat_tables_defs.h feat(rme): add xlat table library changes for FEAT_RME 2021-10-04 14:09:23 -05:00
xlat_tables_v2.h feat(rme): add xlat table library changes for FEAT_RME 2021-10-04 14:09:23 -05:00
xlat_tables_v2_helpers.h xlat_tables_v2: use ARRAY_SIZE in REGISTER_XLAT_CONTEXT_FULL_SPEC 2020-03-11 11:31:46 +09:00