Skip to content

plat/tc: add support for increased DRAM

Davidson Kumaresan requested to merge extended-ram into master

Second bank of DRAM of size 6GB is added at 0x8080000000. A buffer created by the non-secure world can be from this memory. If that buffer is shared with any trusted services, that has to be mapped to S-EL1 translation regime. Hence the VA and PA limit has to be increased to 0xFFFFFFFFFF.

Change-Id: If21e2efe3ecb662dd3a44e90b12d1830e9f7d5fd Signed-off-by: Davidson K davidson.kumaresan@arm.com

Merge request reports