[coreboot-gerrit] New patch to review for coreboot: 7fad4da storm: modify memory layout

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Wed Dec 31 07:54:24 CET 2014


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 7fad4da58afd735cc5e2ab3d3aadf4056e502f14
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 fccb251..33052e9 100644
--- a/src/soc/qualcomm/ipq806x/Kconfig
+++ b/src/soc/qualcomm/ipq806x/Kconfig
@@ -45,11 +45,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