From f40f209c1587a1daaaedee6a7d4bf845e4eadb2f Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 28 Jan 2017 09:48:29 +0200 Subject: binaryPI: Remove ACPI for IMC we don't run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IMC is used on some of the AMD reference designs, so do not touch them yet. Change-Id: I6a58ab53d4a800d4c0c2026e50826122ece2c59f Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/21190 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Michał Żygowski --- src/southbridge/amd/pi/hudson/acpi/fch.asl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/southbridge/amd/pi/hudson') diff --git a/src/southbridge/amd/pi/hudson/acpi/fch.asl b/src/southbridge/amd/pi/hudson/acpi/fch.asl index b33a440548..0c6e76833e 100644 --- a/src/southbridge/amd/pi/hudson/acpi/fch.asl +++ b/src/southbridge/amd/pi/hudson/acpi/fch.asl @@ -154,11 +154,13 @@ Method(_INI, 0) { /* Determine the OS we're running on */ OSFL() -#if IS_ENABLED(CONFIG_ACPI_ENABLE_THERMAL_ZONE) +#if IS_ENABLED(CONFIG_HUDSON_IMC_FWM) /* TODO: It is unstable. */ #include "acpi/AmdImc.asl" /* Hudson IMC function */ +#if IS_ENABLED(CONFIG_ACPI_ENABLE_THERMAL_ZONE) ITZE() /* enable IMC Fan Control*/ #endif +#endif } /* End Method(_SB._INI) */ Method(OSFL, 0){ -- cgit v1.2.3