[coreboot-gerrit] New patch to review for coreboot: src/Kconfig: set the default RAMTOP to 16M.

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Tue Jun 14 22:19:56 CEST 2016


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15187

-gerrit

commit 16bfa22147c7f297e7454db0a102f889e217d62c
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Tue Jun 14 13:18:10 2016 -0700

    src/Kconfig: set the default RAMTOP to 16M.
    
    RAMTOP was defaulting to 2M, and this was failing with a 4M+ ramstage,
    as the stack was getting trashed once the ramstage loaded.
    
    Grow the default RAMTOP so larger ramstages will work.
    
    Change-Id: I9929643f68f3254b4cdd6b0b23f8e801b85e9c28
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
---
 src/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index 4eda537..9235598 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -471,7 +471,7 @@ config TPM
 
 config RAMTOP
 	hex
-	default 0x200000
+	default 0x1000000
 	depends on ARCH_X86
 
 config HEAP_SIZE



More information about the coreboot-gerrit mailing list