Merge "chore(tc): enable the full 16GB DRAM for TC3 and TC4 as default" into integration

This commit is contained in:
Manish V Badarkhe 2024-12-05 11:52:01 +01:00 committed by TrustedFirmware Code Review
commit 1286de427f

View file

@ -245,7 +245,7 @@
#elif TARGET_PLATFORM >= 3
#define PLAT_ARM_DRAM2_BASE ULL(0x880000000)
#endif /* TARGET_PLATFORM >= 3 */
#define PLAT_ARM_DRAM2_SIZE ULL(0x180000000)
#define PLAT_ARM_DRAM2_SIZE ULL(0x380000000)
#define PLAT_ARM_DRAM2_END (PLAT_ARM_DRAM2_BASE + PLAT_ARM_DRAM2_SIZE - 1ULL)
#define TC_NS_MTE_SIZE (256 * SZ_1M)