[coreboot-gerrit] New patch to review for coreboot: f67fb28 storm: move translation table out of the way

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Sat Jan 3 20:43:09 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/8057

-gerrit

commit f67fb280379963e7eaab66197bbf50920c393092
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Thu Jun 12 10:02:59 2014 -0700

    storm: move translation table out of the way
    
    Depthcharge clears up all unused DRAM before starting Linux, and does
    not know the translation table location. Instead of adding an
    exclusion term to the memory wipe descriptor lets move the table to
    the top of IMEM, it is also likely to be a good location in the
    future, when EFS is introduced.
    
    BUG=chrome-os-partner:27782
    TEST=manual
       . built and ran firmware on ap148
    
    Original-Change-Id: I76546438d243076dda4d0eb3f784e0b5a8a1fa22
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/203624
    Original-Reviewed-by: Julius Werner <jwerner at chromium.org>
    (cherry picked from commit 4250f8574d6cc0bbec5ba0411f22d801f034afb8)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: I12cd74e3d318b878e7703414a7ddaaed0812cb7a
---
 src/soc/qualcomm/ipq806x/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig
index 2298fc0..ca7f5d4 100644
--- a/src/soc/qualcomm/ipq806x/Kconfig
+++ b/src/soc/qualcomm/ipq806x/Kconfig
@@ -72,6 +72,6 @@ config CBFS_CACHE_SIZE
 
 config TTB_BUFFER
 	hex "memory address for page tables"
-	default 0x405c0000
+	default 0x2a05c000
 
 endif



More information about the coreboot-gerrit mailing list