[coreboot-gerrit] New patch to review for coreboot: 097820a t132: Change romstage base address

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Wed Mar 18 06:35:44 CET 2015


Marc Jones (marc.jones at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8723

-gerrit

commit 097820a1fc1bdcd62f1ec8fcabfc02c5346df6a9
Author: Furquan Shaikh <furquan at google.com>
Date:   Tue Jul 29 18:44:56 2014 -0700

    t132: Change romstage base address
    
    Romstage was overflowing. So move the base address lower
    
    BUG=chrome-os-partner:31032
    BRANCH=None
    TEST=Compiles successfully
    
    Original-Change-Id: Ia05034477b51b149c87347ed1880f8e85ecbfbf8
    Original-Signed-off-by: Furquan Shaikh <furquan at google.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/210434
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Original-Reviewed-by: Tom Warren <twarren at nvidia.com>
    Original-Tested-by: Furquan Shaikh <furquan at chromium.org>
    Original-Commit-Queue: Furquan Shaikh <furquan at chromium.org>
    (cherry picked from commit 14af527a5d7cbb250e2358340196a9d749ec1683)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: Ib261fdd8b4c7eb4a1660c5d02fbcd3e0e3f34b22
---
 src/soc/nvidia/tegra132/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/nvidia/tegra132/Kconfig b/src/soc/nvidia/tegra132/Kconfig
index b746037..2bddf5c 100644
--- a/src/soc/nvidia/tegra132/Kconfig
+++ b/src/soc/nvidia/tegra132/Kconfig
@@ -41,7 +41,7 @@ config BOOTBLOCK_BASE
 
 config ROMSTAGE_BASE
 	hex
-	default 0x4002c000
+	default 0x40025000
 
 config SYS_SDRAM_BASE
 	hex



More information about the coreboot-gerrit mailing list