[coreboot-gerrit] New patch to review for coreboot: 501d25c storm: need larger CBFS cache

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Mar 27 19:05:11 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9122

-gerrit

commit 501d25cf254e4be05be8dee18a1f64ff9d501941
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Tue Sep 23 14:15:29 2014 -0700

    storm: need larger CBFS cache
    
    With VPD blob of certain format, CBFS cache on storm proves to be not
    large enough. This patch makes it bigger, it is still well above the
    area preserved for the NSS.
    
    BUG=chrome-os-partner:32152
    TEST=the system now boots with the VPD it used to fail booting.
    
    Change-Id: Iee1214b218ee3f8aca28797841501c227549affb
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 6f19ca8cb9a2efa1d295f038730ed06ec9ceb8c4
    Original-Change-Id: Ia88b598ad5e4b6adcbd87d865e43be57fbf0ea98
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/219572
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 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 395c329..fc78ecc 100644
--- a/src/soc/qualcomm/ipq806x/Kconfig
+++ b/src/soc/qualcomm/ipq806x/Kconfig
@@ -65,11 +65,11 @@ config STACK_BOTTOM
 
 config CBFS_CACHE_ADDRESS
 	hex "memory address to put CBFS cache data"
-	default 0x405e6000
+	default 0x405cc000
 
 config CBFS_CACHE_SIZE
 	hex "size of CBFS cache data"
-	default 0x00016000
+	default 0x00030000
 
 config TTB_BUFFER
 	hex "memory address for page tables"



More information about the coreboot-gerrit mailing list