rockchip/rk3288: Shuffle memlayout to make it fit

Another day, another overflowing RK3288 stage. There's almost 2K of
space left in verstage/romstage (*gasp*, such waste!), so let's move one
of them over to the bootblock. (We now have no whole kilobyte left that
I can see...)

BRANCH=None
BUG=chromium:608439
TEST=Built Jerry

Change-Id: Ice51d73ec0d89bcb1c927046be95630f177469c5
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: fb7a101daba4f4f899a9c907b29d908661aa2dae
Original-Change-Id: Ib72c0b3718aac38bc97c898a74aa5757e46cef0b
Original-Signed-off-by: Julius Werner <jwerner@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/341742
Original-Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Reviewed-on: https://review.coreboot.org/14730
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Julius Werner 2016-05-02 13:06:08 -07:00 committed by Patrick Georgi
parent 591298a575
commit 55b6645495
1 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@ SECTIONS
SRAM_START(0xFF700000)
TTB(0xFF700000, 16K)
BOOTBLOCK(0xFF704004, 18K - 4)
PRERAM_CBMEM_CONSOLE(0xFF708800, 4K)
VBOOT2_WORK(0xFF709800, 12K)
OVERLAP_VERSTAGE_ROMSTAGE(0xFF70C800, 41K)
BOOTBLOCK(0xFF704004, 19K - 4)
PRERAM_CBMEM_CONSOLE(0xFF708C00, 4K)
VBOOT2_WORK(0xFF709C00, 12K)
OVERLAP_VERSTAGE_ROMSTAGE(0xFF70CC00, 40K)
TTB_SUBTABLES(0xFF716C00, 1K)
PRERAM_CBFS_CACHE(0xFF717000, 1K)
TIMESTAMP(0xFF717400, 0x180)