arm-trusted-firmware/lib/xlat_tables_v2
Amit Nagal 1a38aafbff fix(xlat): set MAX_PHYS_ADDR to total mapped physical region
Currently some platforms set PLAT_XLAT_TABLES_DYNAMIC=0 and
define it unconditionally also in platform Makefiles.
Due to this when PLAT_XLAT_TABLES_DYNAMIC=0 the limits for
MAX_PHYS_ADDR is wrongly set to the whole physical address space size.
Instead of definition the value of PLAT_XLAT_TABLES_DYNAMIC is checked
to set MAX_PHYS_ADDR to total mapped physical region.

Reference: plat/nvidia/tegra/platform.mk

Change-Id: I7bd786aaa4b039951341d0337f694074345f717f
Signed-off-by: Amit Nagal <amit.nagal@amd.com>
2023-11-03 16:33:51 +05:30
..
aarch32 chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
aarch64 chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
ro_xlat_tables.mk chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
xlat_tables.mk chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
xlat_tables_context.c fix(xlat): set MAX_PHYS_ADDR to total mapped physical region 2023-11-03 16:33:51 +05:30
xlat_tables_core.c fix(tree): correct some typos 2023-05-09 15:57:12 +01:00
xlat_tables_private.h feat(rme): add xlat table library changes for FEAT_RME 2021-10-04 14:09:23 -05:00
xlat_tables_utils.c fix(tree): correct some typos 2023-05-09 15:57:12 +01:00