aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/agesa
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-01-28 09:48:29 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-14 06:53:54 +0000
commit51769b2f92706b2ad2d4e99bf258129866079324 (patch)
tree7c4c9af05ae7cfcfd997583791fd66cc2aef69be /src/southbridge/amd/agesa
parent7515cd0d048f34d1a557f82092a68d4b58dea275 (diff)
AGESA: Remove ACPI for IMC we don't run
IMC is used on some of the AMD reference designs, so do not touch them yet. Change-Id: Iae21e0294f0155f07fb4f4348ebc5b3120d50fd1 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/18536 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/amd/agesa')
-rw-r--r--src/southbridge/amd/agesa/hudson/acpi/fch.asl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/amd/agesa/hudson/acpi/fch.asl b/src/southbridge/amd/agesa/hudson/acpi/fch.asl
index 2bbaa2538c..4d53051ad2 100644
--- a/src/southbridge/amd/agesa/hudson/acpi/fch.asl
+++ b/src/southbridge/amd/agesa/hudson/acpi/fch.asl
@@ -173,8 +173,10 @@ Method(_INI, 0) {
#if IS_ENABLED(CONFIG_HUDSON_IMC_FWM)
#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){