[coreboot-gerrit] New patch to review for coreboot: nvidia/tegra210: reserve more room for the romstage in vboot builds

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Jun 30 21:59:57 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/10733

-gerrit

commit 76783ef86b8dacaac1693d9adb6a6fa88c8b505a
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Tue Jun 30 21:59:23 2015 +0200

    nvidia/tegra210: reserve more room for the romstage in vboot builds
    
    Change-Id: I11c2e270179c54af8687435ff662a509ac714505
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/soc/nvidia/tegra210/include/soc/memlayout_vboot2.ld | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/soc/nvidia/tegra210/include/soc/memlayout_vboot2.ld b/src/soc/nvidia/tegra210/include/soc/memlayout_vboot2.ld
index 7aa98e0..5c8f346 100644
--- a/src/soc/nvidia/tegra210/include/soc/memlayout_vboot2.ld
+++ b/src/soc/nvidia/tegra210/include/soc/memlayout_vboot2.ld
@@ -37,8 +37,8 @@ SECTIONS
 	VBOOT2_WORK(0x40014000, 16K)
 	STACK(0x40018000, 2K)
 	BOOTBLOCK(0x40019000, 24K)
-	VERSTAGE(0x4001F000, 56K)
-	ROMSTAGE(0x4002D000, 76K)
+	VERSTAGE(0x4001F000, 52K)
+	ROMSTAGE(0x4002C000, 80K)
 	SRAM_END(0x40040000)
 
 	DRAM_START(0x80000000)



More information about the coreboot-gerrit mailing list