Martin Roth (gaumless@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7649
-gerrit
commit 344da6e403140ffd83616f060f844e37d99e4672 Author: Martin Roth martin.roth@se-eng.com Date: Thu Dec 4 20:46:55 2014 -0700
minnowmax board: Update Kconfig
- The ROM chip is 8MB, not 4MB. - Default to the 2GB SKU instead of 1GB - that's what's out right now. - Set CBFS size to 3MB - that's what the firmware descriptor is set to.
Change-Id: Ic77f5c1e898dca39de573623707ff5f5e5ca9682 Signed-off-by: Martin Roth martin.roth@se-eng.com --- src/mainboard/intel/minnowmax/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/mainboard/intel/minnowmax/Kconfig b/src/mainboard/intel/minnowmax/Kconfig index 6a65382..aacf174 100644 --- a/src/mainboard/intel/minnowmax/Kconfig +++ b/src/mainboard/intel/minnowmax/Kconfig @@ -23,7 +23,7 @@ if BOARD_INTEL_MINNOWMAX config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select SOC_INTEL_FSP_BAYTRAIL - select BOARD_ROMSIZE_KB_4096 + select BOARD_ROMSIZE_KB_8192 select HAVE_ACPI_TABLES select HAVE_OPTION_TABLE select OVERRIDE_MRC_CACHE_LOC @@ -49,7 +49,7 @@ config MAINBOARD_PART_NUMBER
choice prompt "Memory SKU to build" - default MINNOWMAX_1GB_SKU + default MINNOWMAX_2GB_SKU
config MINNOWMAX_1GB_SKU bool "1GB" @@ -81,7 +81,7 @@ config MRC_CACHE_LOC_OVERRIDE
config CBFS_SIZE hex - default 0x00200000 + default 0x00300000
config DRIVERS_PS2_KEYBOARD bool