Felix Held (felix-coreboot@felixheld.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8089
-gerrit
commit 4d4516f5bc541edd7445ba0070b9d84743203677 Author: Felix Held felix-coreboot@felixheld.de Date: Sun Jan 4 17:19:59 2015 +0100
hudson: reintroduce HUDSON_DISABLE_IMC option
HUDSON_DISABLE_IMC was introduced in 1a59039c24cfe5c74a805064d3a360709ad16526 option gets used in 99799d668255bbf0d502be4914d0646385350153 for asus/f2a85-m option gets killed in 1b1b795f97d2aaa2c6104f164ed2b4e792895019, but is still used in source agesa based boards (asus/f2a85-m and asus/f2a85-m_le)
Change-Id: I448a0dc7c9fef504f89cfd192ca74172425fb3e0 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- src/southbridge/amd/agesa/hudson/Kconfig | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index acc2d72..f957c48 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -59,8 +59,13 @@ config HUDSON_XHCI_FWM help Add Hudson 2/3/4 XHCI Firmware to support the onboard USB 3.0
+config HUDSON_DISABLE_IMC + bool + default n + config HUDSON_IMC_FWM bool "Add imc firmware" + depends on !HUDSON_DISABLE_IMC default y if USE_BLOBS help Add Hudson 2/3/4 IMC Firmware to support the onboard fan control