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>
This commit is contained in:
parent
0f3574e9b6
commit
9ed805cc76
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue