Patrick Georgi merged this change.

View Change

Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved Julius Werner: Looks good to me, approved
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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32163
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
---
M src/soc/nvidia/tegra210/include/soc/memlayout.ld
1 file changed, 3 insertions(+), 3 deletions(-)

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: 2
Gerrit-Owner: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Julius Werner <jwerner@chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged