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>
This commit is contained in:
parent
86c5bcd9d1
commit
01158d3bd7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue