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>
This commit is contained in:
Ashwin Kumar 2019-10-21 11:17:24 +05:30 committed by Julius Werner
parent 32aed01c6a
commit 6856ae468e

View file

@ -40,10 +40,10 @@ SECTIONS
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)