[coreboot-gerrit] New patch to review for coreboot: 31f7d77 mainboard/asus/f2a85-m: Disable IMC build option.

Tobias Diedrich (ranma+coreboot@tdiedrich.de) gerrit at coreboot.org
Sun Nov 9 20:46:33 CET 2014


Tobias Diedrich (ranma+coreboot at tdiedrich.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7385

-gerrit

commit 31f7d77c6f02efbee066a799b8ddfe68b89ec184
Author: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
Date:   Sun Nov 9 20:45:01 2014 +0100

    mainboard/asus/f2a85-m: Disable IMC build option.
    
    The A85 IMC is unused on this board, disable the build option.
    The original ASUS BIOS image does not contain any IMC firmware.
    
    Change-Id: I93fd50f2d4a85811ed43722e90f38864610f1cda
    Signed-off-by: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
---
 src/mainboard/asus/f2a85-m/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/asus/f2a85-m/Kconfig b/src/mainboard/asus/f2a85-m/Kconfig
index 6dea246..53ffb51 100644
--- a/src/mainboard/asus/f2a85-m/Kconfig
+++ b/src/mainboard/asus/f2a85-m/Kconfig
@@ -33,6 +33,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select SUPERIO_ITE_IT8728F
 	select BOARD_ROMSIZE_KB_8192
 	select GFXUMA
+	select HUDSON_DISABLE_IMC
 
 choice
 	prompt "DDR3 memory voltage"
@@ -104,6 +105,6 @@ config VGA_BIOS_ID
 
 config HUDSON_LEGACY_FREE
 	bool
-	default y
+	default n
 
 endif # BOARD_ASUS_F2A85_M



More information about the coreboot-gerrit mailing list