[coreboot-gerrit] New patch to review for coreboot: 0f0ba7e storm: allow to override CBFS_SIZE configuration setting

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Tue Mar 10 22:26:24 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/8640

-gerrit

commit 0f0ba7eb9f8abc3f0d782ccc2c05753a5032f649
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Tue Jul 15 13:19:19 2014 -0700

    storm: allow to override CBFS_SIZE configuration setting
    
    The default CBFS size configuration setting is incorrect in case of
    Qualcomm SOC targets, as the coreboot blob is much smaller than the
    actual bootprom. Note that this size also must match the board fmap
    defined in the appropriate depthcharge board directory.
    
    BUG=chromium:394068
    TEST=manual
       . previously failing to boot coreboot image does not fail to load
         depthcharge anymore.
    
    Original-Change-Id: I1b178970b1deee05705490542e4a0c57500379dd
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/208146
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
    (cherry picked from commit 01f3561fdee7b5547534e20d423fbbb1b490532c)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: If573bbc6254cf6786e75970eae3ad2b327a7ecfe
---
 src/soc/qualcomm/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/soc/qualcomm/Kconfig b/src/soc/qualcomm/Kconfig
index b7a12d4..918093b 100644
--- a/src/soc/qualcomm/Kconfig
+++ b/src/soc/qualcomm/Kconfig
@@ -1 +1,9 @@
 source src/soc/qualcomm/ipq806x/Kconfig
+
+config CBFS_SIZE
+	hex "Size of CBFS filesystem in ROM"
+	default ROM_SIZE
+	help
+	  CBFS size needs to match the size of memory allocated to the
+	  coreboot blob elsewhere in the system. Make sure this config option
+	  is fine tuned in the board config file.



More information about the coreboot-gerrit mailing list