diff options
author | Ravi Kumar Bokka <rbokka@codeaurora.org> | 2021-02-09 11:33:46 +0530 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2021-05-19 20:23:55 +0000 |
commit | 1a47c6a2f70b20a53d2a3e193a1993269bd9588c (patch) | |
tree | d270949ed3b80f0b6affcc59d09bcd44866141e9 /src/soc/qualcomm/sc7280/memlayout.ld | |
parent | 01158d3bd7a6e13d9780ba97bb039d5af648c0b9 (diff) |
sc7280: Reserve wlan & wpss dram memory regions
Change-Id: Ic98b5d08a0a7b3f772582bf85d94f901a7c53010
Signed-off-by: Ravi Kumar Bokka <rbokka@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50587
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/soc/qualcomm/sc7280/memlayout.ld')
-rw-r--r-- | src/soc/qualcomm/sc7280/memlayout.ld | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7280/memlayout.ld b/src/soc/qualcomm/sc7280/memlayout.ld index ed7fce4898..8c264fb1ad 100644 --- a/src/soc/qualcomm/sc7280/memlayout.ld +++ b/src/soc/qualcomm/sc7280/memlayout.ld @@ -52,6 +52,8 @@ SECTIONS REGION(dram_aop, 0x80800000, 0x040000, 0x1000) REGION(dram_soc, 0x80900000, 0x200000, 0x1000) BL31(0x80B00000, 1M) + REGION(dram_wlan, 0x80C00000, 0xC00000, 0x1000) + REGION(dram_wpss, 0x9AE00000, 0x1900000, 0x1000) POSTRAM_CBFS_CACHE(0x9F800000, 16M) RAMSTAGE(0xA0800000, 16M) } |