aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7180/memlayout.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sc7180/memlayout.ld')
-rw-r--r--src/soc/qualcomm/sc7180/memlayout.ld3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7180/memlayout.ld b/src/soc/qualcomm/sc7180/memlayout.ld
index ce084780c6..65e50d106e 100644
--- a/src/soc/qualcomm/sc7180/memlayout.ld
+++ b/src/soc/qualcomm/sc7180/memlayout.ld
@@ -24,6 +24,7 @@ SECTIONS
SSRAM_START(0x14680000)
OVERLAP_DECOMPRESSOR_VERSTAGE_ROMSTAGE(0x14680000, 100K)
REGION(qcsdi, 0x14699000, 52K, 4K)
+ REGION(modem_id, 0x146ABD00, 4, 4)
SSRAM_END(0x146AE000)
BSRAM_START(0x14800000)
@@ -51,6 +52,8 @@ SECTIONS
REGION(dram_aop, 0x80800000, 0x040000, 0x1000)
REGION(dram_soc, 0x80900000, 0x200000, 0x1000)
BL31(0x80B00000, 1M)
+ REGION(dram_modem_wifi_only, 0x86000000, 32M, 4)
+ REGION(dram_modem_extra, 0x88000000, 108M, 4)
POSTRAM_CBFS_CACHE(0x9F800000, 16M)
RAMSTAGE(0xA0800000, 16M)
}