summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/m57sli/Config.lb
diff options
context:
space:
mode:
authorRonald Hoogenboom <hoogenboom30@zonnet.nl>2008-02-25 19:36:20 +0000
committerWard Vandewege <ward@gnu.org>2008-02-25 19:36:20 +0000
commit56cf01f29d7549f11cdd329d5ca8a2e163665f3a (patch)
tree1067560c9e7740ac9bfa941211d07657aa2f972a /src/mainboard/gigabyte/m57sli/Config.lb
parent8684520b94a87cb20de1b9c41dfa902f71cb00d4 (diff)
downloadcoreboot-56cf01f29d7549f11cdd329d5ca8a2e163665f3a.tar.xz
This patch adds automatic fan control for the CPU fan on the m57sli
board. This is done via the ec_init routine in a source file in the mainboard/gigabyte/m57sli directory. A Config variable 'HAVE_FANCTL' has been added to notify superio.c to get the ec_init externally. I (Ward) have tested this on the PLCC and the SOIC/SPI version of this board. It works. Signed-off-by: Ronald Hoogenboom <hoogenboom30@zonnet.nl> Acked-by: Ward Vandewege <ward@gnu.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3116 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte/m57sli/Config.lb')
-rw-r--r--src/mainboard/gigabyte/m57sli/Config.lb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/m57sli/Config.lb b/src/mainboard/gigabyte/m57sli/Config.lb
index 5f34c9eeb5..127ce0309b 100644
--- a/src/mainboard/gigabyte/m57sli/Config.lb
+++ b/src/mainboard/gigabyte/m57sli/Config.lb
@@ -206,6 +206,10 @@ else
end
end
+if HAVE_FANCTL
+ object fanctl.o
+end
+
##
## Setup RAM
##