[coreboot-gerrit] New patch to review for coreboot: a39ce9d baytrail: move cache-as-ram base address to 0xfe000000

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Tue Oct 28 00:05:46 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/7212

-gerrit

commit a39ce9d4c4c20321be25364d2e347eba9ae170d8
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Mar 19 11:48:33 2014 -0500

    baytrail: move cache-as-ram base address to 0xfe000000
    
    Moving the cache-as-ram base address to 0xfe000000 will
    provide more breathing room in the physical address space.
    It will also allow for larger SPI roms in the future.
    
    BUG=chrome-os-partner:27045
    BRANCH=baytrail
    CQ-DEPEND=CL:*157278
    TEST=Built and booted. Suspended and resumes. Vboot works, MRC
         settings are being saved as well.
    
    Change-Id: I618c069e504f545e02de5ac54e057566f0b5d6c9
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/190700
    Reviewed-by: Bernie Thompson <bhthompson at chromium.org>
    Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
    (cherry picked from commit 73c07a319d678f3e9be2fac64599c94f91c9ad9c)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
---
 src/soc/intel/baytrail/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/baytrail/Kconfig b/src/soc/intel/baytrail/Kconfig
index 3669c30..bc90b11 100644
--- a/src/soc/intel/baytrail/Kconfig
+++ b/src/soc/intel/baytrail/Kconfig
@@ -113,7 +113,7 @@ endif # HAVE_MRC
 
 config DCACHE_RAM_BASE
 	hex
-	default 0xff800000
+	default 0xfe000000
 
 config DCACHE_RAM_SIZE
 	hex



More information about the coreboot-gerrit mailing list