Julius Werner submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Julius Werner: Looks good to me, approved
trogdor: Change Memlayout to increase QcLib region from 512 to 596kB

Change-Id: I49008ea9bc6254c745352b2e8ee965ddc2e8e5e4
Signed-off-by: Ashwin Kumar <ashk@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36277
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
---
M src/soc/qualcomm/sc7180/memlayout.ld
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/soc/qualcomm/sc7180/memlayout.ld b/src/soc/qualcomm/sc7180/memlayout.ld
index 2a0cd8a..94300e8 100644
--- a/src/soc/qualcomm/sc7180/memlayout.ld
+++ b/src/soc/qualcomm/sc7180/memlayout.ld
@@ -40,10 +40,10 @@
REGION(qclib_serial_log, 0x14852000, 4K, 4K)
REGION(ddr_information, 0x14853000, 1K, 1K)
FMAP_CACHE(0x14853400, 2K)
- REGION(dcb, 0x14870000, 16K, 4K)
- REGION(pmic, 0x14874000, 44K, 4K)
- REGION(limits_cfg, 0x1487F000, 4K, 4K)
- REGION(qclib, 0x14880000, 512K, 4K)
+ REGION(dcb, 0x1485b000, 16K, 4K)
+ REGION(pmic, 0x1485f000, 44K, 4K)
+ REGION(limits_cfg, 0x1486a000, 4K, 4K)
+ REGION(qclib, 0x1486b000, 596K, 4K)
BSRAM_END(0x14900000)

DRAM_START(0x80000000)

To view, visit change 36277. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I49008ea9bc6254c745352b2e8ee965ddc2e8e5e4
Gerrit-Change-Number: 36277
Gerrit-PatchSet: 83
Gerrit-Owner: mturney mturney <mturney@codeaurora.org>
Gerrit-Reviewer: Julius Werner <jwerner@chromium.org>
Gerrit-Reviewer: Ravi kumar <rbokka@codeaurora.org>
Gerrit-Reviewer: ashk@codeaurora.org
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Reviewer: mturney mturney <mturney@codeaurora.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-CC: Ravi Kumar Bokka <c_rbokka@qualcomm.corp-partner.google.com>
Gerrit-MessageType: merged