diff options
author | Ward Vandewege <ward@gnu.org> | 2007-04-26 20:55:45 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-04-26 20:55:45 +0000 |
commit | 0e08333349e01961a1019283ce03d02dae56e3a7 (patch) | |
tree | aa6e2aa156d6330906484d6cffc831d7d2c04117 | |
parent | dabbf5777b172f13748569b442e2b5e2fe0c2f00 (diff) |
Activate EC for access to fan speeds and temperature sensors.
Signed-off-by: Ward Vandewege <ward@gnu.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2619 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/gigabyte/m57sli/Config.lb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/m57sli/Config.lb b/src/mainboard/gigabyte/m57sli/Config.lb index b6488a3402..4b19454949 100644 --- a/src/mainboard/gigabyte/m57sli/Config.lb +++ b/src/mainboard/gigabyte/m57sli/Config.lb @@ -256,7 +256,10 @@ chip northbridge/amd/amdk8/root_complex io 0x60 = 0x378 irq 0x70 = 7 end - device pnp 2e.4 off # EC + device pnp 2e.4 on # EC + io 0x60 = 0x290 + io 0x62 = 0x230 + irq 0x70 = 9 end device pnp 2e.5 on # Keyboard io 0x60 = 0x60 @@ -268,7 +271,7 @@ chip northbridge/amd/amdk8/root_complex end device pnp 2e.8 off # MIDI io 0x60 = 0x300 - irq 0x70 = 9 + irq 0x70 = 10 end device pnp 2e.9 off # GAME io 0x60 = 0x220 |