aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorTom Warren <twarren@nvidia.com>2014-11-19 16:26:41 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-04-10 20:45:22 +0200
commite14c1b2626ea096dcac15c8e5c5831d4cfdafd6d (patch)
tree65472b54642a580d88615d8b7dab84f91ed62992 /src/soc
parent6aec6e4bbe12d397c2b3429aada2ee75fbf8b2a9 (diff)
tegra132: Increase size of bootblock due to overflow
The bootblock on Rush had bumped up into the verstage allocation, causing the build to break. Reduced verstage from 60K to 58K and increased bootblock from 20K to 22K. Rush and Ryu both build fine now. BUG=none BRANCH=none TEST=Built both Rush and Ryu OK. Verifed verstage size using cbfstool and it's around 55K, so plenty of room. Change-Id: Iaa3a5838c5235ec78c740a977bc032d8b5e270ef Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 928a4d2d1efabe1e1d6a7fadc22ee0ac4269190e Original-Change-Id: I7018f027d72d5e8aeb894857a5ac6a0bdc1de388 Original-Signed-off-by: Tom Warren <twarren@nvidia.com> Original-Reviewed-on: https://chromium-review.googlesource.com/230824 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9528 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld b/src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld
index 3e2f24657b..5f459117cd 100644
--- a/src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld
+++ b/src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld
@@ -38,6 +38,8 @@ SECTIONS
STACK(0x40018000, 2K)
BOOTBLOCK(0x40019000, 20K)
VERSTAGE(0x4001E000, 60K)
+ BOOTBLOCK(0x40019000, 22K)
+ VERSTAGE(0x4001E800, 58K)
ROMSTAGE(0x4002D000, 76K)
SRAM_END(0x40040000)