[coreboot-gerrit] Patch set updated for coreboot: f1b35ad lenovo/x200: Increase default CBFS_SIZE to 2 MiB

Michał Masłowski (mtjm@mtjm.eu) gerrit at coreboot.org
Mon Feb 9 21:12:53 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 f1b35ad2288d2491dca4f2a0f7309c38abf62dfa
Author: Michał Masłowski <mtjm at mtjm.eu>
Date:   Tue Feb 3 22:59:45 2015 +0100

    lenovo/x200: Increase 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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig
index 67fc388..01556b3 100644
--- a/src/mainboard/lenovo/x200/Kconfig
+++ b/src/mainboard/lenovo/x200/Kconfig
@@ -42,4 +42,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