[coreboot-gerrit] New patch to review for coreboot: 0728019 qemu-armv7: Fix wrong stack parameters.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Jan 19 17:02:57 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4754

-gerrit

commit 07280197ab098ab8a4fe661a925e6cc178b800aa
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Jan 19 17:02:11 2014 +0100

    qemu-armv7: Fix wrong stack parameters.
    
    Now it boots up to message "Could not find payload".
    
    Change-Id: I07ddca7046492f7e0dec15a8ea00c2870b09ee67
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/emulation/qemu-armv7/Kconfig | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/emulation/qemu-armv7/Kconfig b/src/mainboard/emulation/qemu-armv7/Kconfig
index ff98eef..9ab9767 100644
--- a/src/mainboard/emulation/qemu-armv7/Kconfig
+++ b/src/mainboard/emulation/qemu-armv7/Kconfig
@@ -88,10 +88,18 @@ config CBFS_ROM_OFFSET
 	hex
 	default 0x0110000
 
-config IRAM_STACK
+config STACK_TOP
 	hex
 	default 0x0007ff00
 
+config STACK_BOTTOM
+	hex
+	default 0x00040000
+
+config STACK_SIZE
+	hex
+	default 0x0003ff00
+
 config XIP_ROM_SIZE
 	hex
 	default ROMSTAGE_SIZE



More information about the coreboot-gerrit mailing list