arm-trusted-firmware/lib/gpt_rme
AlexeiFedorov b0f1c84035 feat(gpt): statically allocate bitlocks array
Statically allocate 'gpt_bitlock' array of fine-grained
'bitlock_t' data structures in arm_bl31_setup.c.
The amount of memory needed for this array is controlled
by 'RME_GPT_BITLOCK_BLOCK' build option and 'PLAT_ARM_PPS'
macro defined in platform_def.h which specifies the size
of protected physical address space in bytes.
'PLAT_ARM_PPS' takes values from 4GB to 4PB supported by
Arm architecture.

Change-Id: Icf620b5039e45df6828d58fca089cad83b0bc669
Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>
2025-02-11 15:10:49 +00:00
..
gpt_rme.c feat(gpt): statically allocate bitlocks array 2025-02-11 15:10:49 +00:00
gpt_rme.mk feat(gpt): statically allocate bitlocks array 2025-02-11 15:10:49 +00:00
gpt_rme_private.h feat(gpt): statically allocate bitlocks array 2025-02-11 15:10:49 +00:00