[coreboot-gerrit] New patch to review for coreboot: 45e3774 lenovo/x200: Set default CBFS_SIZE to 2 MiB.

Michał Masłowski (mtjm@mtjm.eu) gerrit at coreboot.org
Sat Feb 7 23:22:43 CET 2015


Michał Masłowski (mtjm at mtjm.eu) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8392

-gerrit

commit 45e37743104b8a72a6a7f945f48341a748768500
Author: Michał Masłowski <mtjm at mtjm.eu>
Date:   Tue Feb 3 22:59:45 2015 +0100

    lenovo/x200: Set default CBFS_SIZE to 2 MiB.
    
    The original firmware has a 2 MiB BIOS region in both 4 MiB and 8 MiB
    flash variants.  Let's allow using the whole region instead of the
    gm45 default of 1 MiB.
    
    Change-Id: I2d8a04bcb992bf2e8e15890a5c6719810b1cf405
    Signed-off-by: Michał Masłowski <mtjm at mtjm.eu>
---
 src/mainboard/lenovo/x200/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig
index 67fc388..fcddea0 100644
--- a/src/mainboard/lenovo/x200/Kconfig
+++ b/src/mainboard/lenovo/x200/Kconfig
@@ -29,7 +29,6 @@ config MAINBOARD_DIR
 config MAINBOARD_PART_NUMBER
 	string
 	default "ThinkPad X200"
-
 config MMCONF_BASE_ADDRESS
 	hex
 	default 0xf0000000
@@ -42,4 +41,8 @@ config MAX_CPUS
 	int
 	default 2
 
+config CBFS_SIZE
+	hex
+	default 0x200000
+
 endif # BOARD_LENOVO_X200



More information about the coreboot-gerrit mailing list