arm-trusted-firmware/plat/arm/board
AlexeiFedorov ec0088bbab feat(gpt): add support for large GPT mappings
This patch adds support for large GPT mappings using
Contiguous descriptors. The maximum size of supported
contiguous block in MB is defined in RME_GPT_MAX_BLOCK
build parameter and takes values 0, 2, 32 and 512 and
by default set to 2 in make_helpers/defaults.mk.
Setting RME_GPT_MAX_BLOCK value to 0 disables use of
Contiguous descriptors.
Function gpt_tlbi_by_pa_ll() and its declaration
are removed from lib/aarch64/misc_helpers.S and
include/arch/aarch64/arch_helpers.h, because the
GPT library now uses tlbirpalos_xxx() functions.

Change-Id: Ia9a59bde1741c5666b4ca1de9324e6dfd6f734eb
Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>
2024-05-14 10:36:42 +02:00
..
a5ds refactor(arm): replace hard-coded HW_CONFIG DT size 2024-04-12 06:28:33 +00:00
arm_fpga build(fpga): correctly handle gcc as linker for LTO 2024-02-24 00:59:06 +03:00
common fix(rotpk): move rotpk definitions out of arm_def.h 2024-01-04 19:06:38 +00:00
corstone700 build(bl32): added check for AARCH32_SP 2023-08-24 14:22:34 -05:00
corstone1000 build(corstone1000): add CORSTONE1000_WITH_BL32 preprocessor flag 2024-02-21 14:37:14 +00:00
fvp feat(gpt): add support for large GPT mappings 2024-05-14 10:36:42 +02:00
fvp_r build: remove MAKE_BUILD_STRINGS function 2024-04-29 12:47:01 +00:00
fvp_ve refactor(arm): replace hard-coded HW_CONFIG DT size 2024-04-12 06:28:33 +00:00
juno refactor(arm): replace hard-coded HW_CONFIG DT size 2024-04-12 06:28:33 +00:00
morello build: remove MAKE_BUILD_STRINGS function 2024-04-29 12:47:01 +00:00
n1sdp refactor(arm): remove unused SP_MIN UART macros 2024-04-02 13:36:31 +01:00
neoverse_rd refactor(neoverse-rd): remove soc_css.mk from common makefile 2024-04-25 09:11:23 +01:00
tc Merge changes from topic "ar/pmuSaveRestore" into integration 2024-05-10 11:46:42 +02:00