summaryrefslogtreecommitdiffstats
path: root/src/soc/broadcom
diff options
context:
space:
mode:
authorPhilipp Deppenwiese <zaolin@das-labor.org>2018-02-14 21:36:04 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-08-13 12:16:32 +0000
commit9ed805cc7687988b8783a2835aee64a6381d9ae3 (patch)
tree86ca6c40965090c6d90494480f952894b23cd8e8 /src/soc/broadcom
parent0f3574e9b61223a4d13b3b300f2d5693e7f2746b (diff)
downloadcoreboot-9ed805cc7687988b8783a2835aee64a6381d9ae3.tar.gz
coreboot-9ed805cc7687988b8783a2835aee64a6381d9ae3.tar.bz2
coreboot-9ed805cc7687988b8783a2835aee64a6381d9ae3.zip
soc/broadcom/cygnus: Increase romstage SRAM size in memlayout
* Needed for additional code in later patches. * SOC is obsolete anyway. Change-Id: I5bbdf19cc886103e9e7a6b75219d6881cfe9c757 Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-on: https://review.coreboot.org/23764 Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/broadcom')
-rw-r--r--src/soc/broadcom/cygnus/include/soc/memlayout.ld6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/broadcom/cygnus/include/soc/memlayout.ld b/src/soc/broadcom/cygnus/include/soc/memlayout.ld
index 219ea13d44c2..42b59da7b9bd 100644
--- a/src/soc/broadcom/cygnus/include/soc/memlayout.ld
+++ b/src/soc/broadcom/cygnus/include/soc/memlayout.ld
@@ -25,9 +25,9 @@ SECTIONS
TTB_SUBTABLES(0x02008000, 1K)
REGION(reserved_for_maskrom, 0x02009400, 4K, 4)
BOOTBLOCK(0x0200A440, 18K)
- PRERAM_CBMEM_CONSOLE(0x0200F000, 4K)
- VBOOT2_WORK(0x02010000, 16K)
- OVERLAP_VERSTAGE_ROMSTAGE(0x02014000, 120K)
+ PRERAM_CBMEM_CONSOLE(0x0200F000, 2K)
+ VBOOT2_WORK(0x0200f800, 16K)
+ OVERLAP_VERSTAGE_ROMSTAGE(0x02013800, 122K)
PRERAM_CBFS_CACHE(0x02032000, 1K)
TIMESTAMP(0x02032400, 1K)
STACK(0x02033000, 12K)