mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
nvidia/tegra124: Adjust memlayout to Chrome OS toolchain
The bootblock gets slightly too big, so adjust the space assigned to
it.
Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
BUG=none
BRANCH=none
TEST=emerge-nyan coreboot works again.
Change-Id: Ib44d98692ae88c7cd3610c8e643d7d48ac858161
Signed-off-by: Martin Roth <martinroth@chromium.org>
Original-Commit-Id: 4b9038b018
Original-Change-Id: If494e49fb60c11e01ca780c84036ebf24459628c
Original-Reviewed-on: https://chromium-review.googlesource.com/346492
Original-Reviewed-by: Martin Roth <martinroth@chromium.org>
Original-Commit-Queue: Stefan Reinauer <reinauer@google.com>
Original-Tested-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: https://review.coreboot.org/15950
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
08492f70b7
commit
9071670a84
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ SECTIONS
|
|||
PRERAM_CBFS_CACHE(0x40006000, 16K)
|
||||
VBOOT2_WORK(0x4000A000, 16K)
|
||||
STACK(0x4000E000, 8K)
|
||||
BOOTBLOCK(0x40010000, 24K)
|
||||
VERSTAGE(0x40016000, 72K)
|
||||
ROMSTAGE(0x40028000, 95K)
|
||||
BOOTBLOCK(0x40010000, 26K)
|
||||
VERSTAGE(0x40016800, 72K)
|
||||
ROMSTAGE(0x40028800, 93K)
|
||||
TIMESTAMP(0x4003FC00, 1K)
|
||||
SRAM_END(0x40040000)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue