summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamrab <samrab@codeaurora.org>2021-03-26 16:33:52 +0530
committerShelley Chen <shchen@google.com>2021-05-19 20:20:54 +0000
commit01158d3bd7a6e13d9780ba97bb039d5af648c0b9 (patch)
tree2ea9e474df100fe57de14c60be0672f2f6ed7769
parent86c5bcd9d1c007ed8a6eec049d1566eb7a9089dc (diff)
downloadcoreboot-01158d3bd7a6e13d9780ba97bb039d5af648c0b9.tar.xz
sc7280: memlayout changes for QCSDI & WMM feature
Change-Id: If5ebcc9a35e0b86321045ef44bb4874144c6402f Signed-off-by: Sudheer Kumar Amrabadi <samrab@codeaurora.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54064 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shelley Chen <shchen@google.com>
-rw-r--r--src/soc/qualcomm/sc7280/memlayout.ld5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/soc/qualcomm/sc7280/memlayout.ld b/src/soc/qualcomm/sc7280/memlayout.ld
index 7b6f5a3d04..ed7fce4898 100644
--- a/src/soc/qualcomm/sc7280/memlayout.ld
+++ b/src/soc/qualcomm/sc7280/memlayout.ld
@@ -22,8 +22,9 @@ SECTIONS
AOPSRAM_END(0x0B100000)
SSRAM_START(0x14680000)
- OVERLAP_VERSTAGE_ROMSTAGE(0x14680000, 100K)
- REGION(qcsdi, 0x14699000, 52K, 4K)
+ OVERLAP_DECOMPRESSOR_VERSTAGE_ROMSTAGE(0x14680000, 100K)
+ REGION(qcsdi, 0x14699000, 48K, 4K)
+ REGION(modem_id, 0x146A5D00, 4, 4)
SSRAM_END(0x146AB000)
BSRAM_START(0x14800000)