aboutsummaryrefslogtreecommitdiff
path: root/product/rdn1e1
diff options
context:
space:
mode:
authorManoj Kumar <manoj.kumar3@arm.com>2019-10-16 14:21:52 +0100
committersouvikkc <52570545+souvikkc@users.noreply.github.com>2019-10-18 15:09:03 +0100
commitefc0e68be2df614f12142c133606d5e92b86f0ab (patch)
tree91c0575202415e0785112aaf69a5ec250529d53c /product/rdn1e1
parent9d45e0e256000bb07f38bdb814244885c6f4ede7 (diff)
product: add chip address space parameter for platforms using cmn600
This patch adds the chip address space used by N1SDP, SGI575 & RDN1E1 platforms in their respective config_cmn600.c file. It also increases the sys cache size for N1SDP platform to 8TB. Change-Id: I32d3651220f387b8bf98646e432e1f087e4767f9 Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>
Diffstat (limited to 'product/rdn1e1')
-rw-r--r--product/rdn1e1/scp_ramfw/config_cmn600.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/product/rdn1e1/scp_ramfw/config_cmn600.c b/product/rdn1e1/scp_ramfw/config_cmn600.c
index c2588ff2..6ebd6fda 100644
--- a/product/rdn1e1/scp_ramfw/config_cmn600.c
+++ b/product/rdn1e1/scp_ramfw/config_cmn600.c
@@ -102,6 +102,7 @@ const struct fwk_module_config config_cmn600 = {
.snf_count = FWK_ARRAY_SIZE(snf_table),
.mmap_table = mmap,
.mmap_count = FWK_ARRAY_SIZE(mmap),
+ .chip_addr_space = UINT64_C(4) * FWK_TIB,
.clock_id = FWK_ID_ELEMENT_INIT(FWK_MODULE_IDX_CLOCK,
CLOCK_IDX_INTERCONNECT),
.chipinfo_api_id = FWK_ID_NONE_INIT,