[coreboot-gerrit] New patch to review for coreboot: afe919a tegra124: Pick addresses to load the rom and ram stages.

Isaac Christensen (isaac.christensen@se-eng.com) gerrit at coreboot.org
Mon Aug 18 21:12:33 CEST 2014


Isaac Christensen (isaac.christensen at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6704

-gerrit

commit afe919a93a31339f6aff2fc88bfc85fa6d205f78
Author: Gabe Black <gabeblack at google.com>
Date:   Wed Oct 16 23:50:58 2013 -0700

    tegra124: Pick addresses to load the rom and ram stages.
    
    If these aren't set, the rom and ram stages will attempt to load at address
    zero which doesn't work.
    
    Change-Id: I0b9b37d6363e6b208248d8a1af6ebee4db602486
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://chromium-review.googlesource.com/173540
    Reviewed-by: Ronald Minnich <rminnich at chromium.org>
    Tested-by: Ronald Minnich <rminnich at chromium.org>
    Commit-Queue: Ronald Minnich <rminnich at chromium.org>
    (cherry picked from commit 6ac5cea39d423bfcf5bbd53c2cc6228ab89f08b2)
    Signed-off-by: Isaac Christensen <isaac.christensen at se-eng.com>
---
 src/soc/nvidia/tegra124/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig
index 17e02e7..4733bed 100644
--- a/src/soc/nvidia/tegra124/Kconfig
+++ b/src/soc/nvidia/tegra124/Kconfig
@@ -41,6 +41,14 @@ config BOOTBLOCK_BASE
 	hex
 	default 0x80000000
 
+config ROMSTAGE_BASE
+	hex
+	default 0x80100000
+
+config RAMSTAGE_BASE
+	hex
+	default 0x80200000
+
 config STACK_TOP
 	hex
 	default 0x80400000



More information about the coreboot-gerrit mailing list