[coreboot-gerrit] New patch to review for coreboot: fd36c31 tegra124: Add stack related config options to the Kconfig.

Isaac Christensen (isaac.christensen@se-eng.com) gerrit at coreboot.org
Mon Aug 11 23:14:19 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/6619

-gerrit

commit fd36c315919a021ce4e8a8ee70da60fa4e9b5e94
Author: Gabe Black <gabeblack at google.com>
Date:   Sat Sep 28 20:39:21 2013 -0700

    tegra124: Add stack related config options to the Kconfig.
    
    Otherwise the stack ends up down at 0 and has 0 bytes.
    
    Change-Id: I0e3c80a0c5b0180d95819ab44829c2a0b527a54d
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://chromium-review.googlesource.com/171015
    Reviewed-by: Ronald Minnich <rminnich at chromium.org>
    Commit-Queue: Gabe Black <gabeblack at chromium.org>
    Tested-by: Gabe Black <gabeblack at chromium.org>
    (cherry picked from commit 3e69a477474697bcbc40762ec166e8a515d8b0c2)
    Signed-off-by: Isaac Christensen <isaac.christensen at se-eng.com>
---
 src/soc/nvidia/tegra124/Kconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig
index 5d8fd4c..8a0dee4 100644
--- a/src/soc/nvidia/tegra124/Kconfig
+++ b/src/soc/nvidia/tegra124/Kconfig
@@ -39,4 +39,16 @@ config BOOTBLOCK_BASE
 	hex
 	default 0x80000000
 
+config STACK_TOP
+	hex
+	default 0x80400000
+
+config STACK_BOTTOM
+	hex
+	default 0x803f8000
+
+config STACK_SIZE
+	hex
+	default 0x800
+
 endif



More information about the coreboot-gerrit mailing list