[coreboot-gerrit] Patch set updated for coreboot: d0f5210 storm: modify memory layout

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Sat Jan 3 00:53:27 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/8012

-gerrit

commit d0f5210fbeaa000555bcc3d786109cac907da653
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Wed May 28 10:49:51 2014 -0700

    storm: modify memory layout
    
    This is an interim change (before EFS is enabled), align ROM and RAM
    stages so that they have enough room and do not step over each other.
    
    BUG=chrome-os-partner:27784
    TEST=manual
       . booted coreboot successfully on ap148
    
    Original-Change-Id: I6e1710ac7ca494a69aea5ba3b117bfd882aded26
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/202046
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
    Original-Reviewed-by: Trevor Bourget <tbourget at codeaurora.org>
    (cherry picked from commit f1fd4e3f9d699cc694cf7840c169db9bbe9193b6)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: I9861d34a8bdd6963afbeed7fca7fda8a891ec481
---
 src/soc/qualcomm/ipq806x/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig
index 3752c16..19d5236 100644
--- a/src/soc/qualcomm/ipq806x/Kconfig
+++ b/src/soc/qualcomm/ipq806x/Kconfig
@@ -44,11 +44,11 @@ config BOOTBLOCK_BASE
 
 config ROMSTAGE_BASE
 	hex
-	default 0x40608000
+	default 0x40620000
 
 config RAMSTAGE_BASE
 	hex
-	default 0x4060c000
+	default 0x40640000
 
 config SYS_SDRAM_BASE
 	hex



More information about the coreboot-gerrit mailing list