From 9248bb35ab411c79467f5a79607994f4054baa7b Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 22 Jul 2014 15:56:59 +0300 Subject: AGESA hudson yangtze: Move IMC firmware init out of get_bus_conf() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5b3cbc4d25f06a5f916760d4474621abbf826ee4 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/6355 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/amd/olivehill/get_bus_conf.c | 5 ----- src/mainboard/amd/parmer/get_bus_conf.c | 5 ----- src/mainboard/amd/thatcher/get_bus_conf.c | 5 ----- src/mainboard/hp/pavilion_m6_1035dx/get_bus_conf.c | 5 ----- 4 files changed, 20 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/olivehill/get_bus_conf.c b/src/mainboard/amd/olivehill/get_bus_conf.c index 1dda593943..a58c61ff39 100644 --- a/src/mainboard/amd/olivehill/get_bus_conf.c +++ b/src/mainboard/amd/olivehill/get_bus_conf.c @@ -77,9 +77,4 @@ void get_bus_conf(void) /* I/O APICs: APIC ID Version State Address */ apicid_base = CONFIG_MAX_CPUS; apicid_yangtze = apicid_base; - -#if IS_ENABLED(CONFIG_HUDSON_IMC_FWM) - /* AMD AGESA does not enable thermal zone, so we enable it here. */ - enable_imc_thermal_zone(); -#endif } diff --git a/src/mainboard/amd/parmer/get_bus_conf.c b/src/mainboard/amd/parmer/get_bus_conf.c index 8dcd4e5593..3b3daf959f 100644 --- a/src/mainboard/amd/parmer/get_bus_conf.c +++ b/src/mainboard/amd/parmer/get_bus_conf.c @@ -68,9 +68,4 @@ void get_bus_conf(void) /* I/O APICs: APIC ID Version State Address */ apicid_base = CONFIG_MAX_CPUS; apicid_hudson = apicid_base; - -#if IS_ENABLED(CONFIG_HUDSON_IMC_FWM) - /* AMD AGESA does not enable thermal zone, so we enable it here. */ - enable_imc_thermal_zone(); -#endif } diff --git a/src/mainboard/amd/thatcher/get_bus_conf.c b/src/mainboard/amd/thatcher/get_bus_conf.c index c2dbacd1f4..9f5f15ac87 100644 --- a/src/mainboard/amd/thatcher/get_bus_conf.c +++ b/src/mainboard/amd/thatcher/get_bus_conf.c @@ -65,9 +65,4 @@ void get_bus_conf(void) /* I/O APICs: APIC ID Version State Address */ apicid_base = CONFIG_MAX_CPUS; apicid_hudson = apicid_base; - -#if IS_ENABLED(CONFIG_HUDSON_IMC_FWM) - /* AMD AGESA does not enable thermal zone, so we enable it here. */ - enable_imc_thermal_zone(); -#endif } diff --git a/src/mainboard/hp/pavilion_m6_1035dx/get_bus_conf.c b/src/mainboard/hp/pavilion_m6_1035dx/get_bus_conf.c index ef4eeb883e..f0494abad9 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/get_bus_conf.c +++ b/src/mainboard/hp/pavilion_m6_1035dx/get_bus_conf.c @@ -63,9 +63,4 @@ void get_bus_conf(void) /* I/O APICs: APIC ID Version State Address */ apicid_base = CONFIG_MAX_CPUS; apicid_hudson = apicid_base; - -#if IS_ENABLED(CONFIG_HUDSON_IMC_FWM) - /* AMD AGESA does not enable thermal zone, so we enable it here. */ - enable_imc_thermal_zone(); -#endif } -- cgit v1.2.3