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
This commit is contained in:
parent
dabbf5777b
commit
0e08333349
|
@ -256,7 +256,10 @@ chip northbridge/amd/amdk8/root_complex
|
||||||
io 0x60 = 0x378
|
io 0x60 = 0x378
|
||||||
irq 0x70 = 7
|
irq 0x70 = 7
|
||||||
end
|
end
|
||||||
device pnp 2e.4 off # EC
|
device pnp 2e.4 on # EC
|
||||||
|
io 0x60 = 0x290
|
||||||
|
io 0x62 = 0x230
|
||||||
|
irq 0x70 = 9
|
||||||
end
|
end
|
||||||
device pnp 2e.5 on # Keyboard
|
device pnp 2e.5 on # Keyboard
|
||||||
io 0x60 = 0x60
|
io 0x60 = 0x60
|
||||||
|
@ -268,7 +271,7 @@ chip northbridge/amd/amdk8/root_complex
|
||||||
end
|
end
|
||||||
device pnp 2e.8 off # MIDI
|
device pnp 2e.8 off # MIDI
|
||||||
io 0x60 = 0x300
|
io 0x60 = 0x300
|
||||||
irq 0x70 = 9
|
irq 0x70 = 10
|
||||||
end
|
end
|
||||||
device pnp 2e.9 off # GAME
|
device pnp 2e.9 off # GAME
|
||||||
io 0x60 = 0x220
|
io 0x60 = 0x220
|
||||||
|
|
Loading…
Reference in New Issue