[coreboot-gerrit] New patch to review for coreboot: acc15b8 tegra132: Increase size of bootblock due to overflow

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Apr 10 13:18:15 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9528

-gerrit

commit acc15b8023f1095edca130362d949476b4eeb6f2
Author: Tom Warren <twarren at nvidia.com>
Date:   Wed Nov 19 16:26:41 2014 -0700

    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 at chromium.org>
    Original-Commit-Id: 928a4d2d1efabe1e1d6a7fadc22ee0ac4269190e
    Original-Change-Id: I7018f027d72d5e8aeb894857a5ac6a0bdc1de388
    Original-Signed-off-by: Tom Warren <twarren at nvidia.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/230824
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld b/src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld
index 3e2f246..5f45911 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)
 



More information about the coreboot-gerrit mailing list