[coreboot-gerrit] New patch to review for coreboot: tegra132: increase romstage size for vboot

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Thu Oct 8 18:04:07 CET 2015


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11830

-gerrit

commit b78994972dd1d2f84a4e7ce53593890c37456179
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Oct 8 12:59:38 2015 -0500

    tegra132: increase romstage size for vboot
    
    Bump up the romstage size to allow more breathing room.
    
    Change-Id: I4df7031d286c13797dccdf2f49d023bbf462fbb8
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld b/src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld
index a8164a9..552b443 100644
--- a/src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld
+++ b/src/soc/nvidia/tegra132/include/soc/memlayout_vboot2.ld
@@ -37,8 +37,8 @@ SECTIONS
 	STACK(0x40018000, 2K)
 	TIMESTAMP(0x40018800, 2K)
 	BOOTBLOCK(0x40019000, 22K)
-	VERSTAGE(0x4001e800, 58K)
-	ROMSTAGE(0x4002d000, 76K)
+	VERSTAGE(0x4001e800, 55K)
+	ROMSTAGE(0x4002c400, 77K)
 	SRAM_END(0x40040000)
 
 	DRAM_START(0x80000000)



More information about the coreboot-gerrit mailing list