Martin Roth has uploaded this change for review.

View Change

soc/nvidia/tegra210: Increase bootblock size

There's an issue with the newest toolchain that is blowing the bootblock
size on Smaug when compiling for chromeos. Increasing the bootblock
size by 2KB will take care of the issue for a while.

Signed-off-by: Martin Roth <martinroth@chromium.org>
Change-Id: I58f7f1cedc8fc5b4c4287f5a120ed76140e1f7a9
---
M src/soc/nvidia/tegra210/include/soc/memlayout.ld
1 file changed, 3 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/32163/1
diff --git a/src/soc/nvidia/tegra210/include/soc/memlayout.ld b/src/soc/nvidia/tegra210/include/soc/memlayout.ld
index 1817135..5d7481b 100644
--- a/src/soc/nvidia/tegra210/include/soc/memlayout.ld
+++ b/src/soc/nvidia/tegra210/include/soc/memlayout.ld
@@ -38,9 +38,9 @@
STACK(0x4000CC00, 3K)
#endif
TIMESTAMP(0x4000D800, 2K)
- BOOTBLOCK(0x4000E000, 28K)
- VERSTAGE(0x40015000, 66K)
- ROMSTAGE(0x40025800, 106K)
+ BOOTBLOCK(0x4000E000, 30K)
+ VERSTAGE(0x40015800, 66K)
+ ROMSTAGE(0x40026000, 104K)
SRAM_END(0x40040000)

DRAM_START(0x80000000)

To view, visit change 32163. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I58f7f1cedc8fc5b4c4287f5a120ed76140e1f7a9
Gerrit-Change-Number: 32163
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth@google.com>
Gerrit-MessageType: newchange