diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2008-02-18 20:35:27 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2008-02-18 20:35:27 +0000 |
commit | 0b8af012b631d8a086a7384c192f706eca25fcb3 (patch) | |
tree | 624c3ad81f90863764e9ab6c7abb8beb3859bbf0 /src/mainboard/asus/a8v-e_se | |
parent | 623df6763cb344fdac0f94b089743a1888e62cee (diff) | |
download | coreboot-0b8af012b631d8a086a7384c192f706eca25fcb3.tar.xz |
Use virtual LDNs. It enables the GPIOs correctly (it preserves the GPIO5/2 from a sio_setup. As side effect I can now
have GAME and MIDI portsenabled.
It has been tested with my board. It produces same results.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3105 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/a8v-e_se')
-rw-r--r-- | src/mainboard/asus/a8v-e_se/Config.lb | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/src/mainboard/asus/a8v-e_se/Config.lb b/src/mainboard/asus/a8v-e_se/Config.lb index ac25f0e8c1..e8841adf6e 100644 --- a/src/mainboard/asus/a8v-e_se/Config.lb +++ b/src/mainboard/asus/a8v-e_se/Config.lb @@ -231,24 +231,30 @@ chip northbridge/amd/amdk8/root_complex end device pnp 2e.5 off #keyb OFF end - device pnp 2e.6 off # SERIAL_FLASH + device pnp 2e.106 off # SERIAL_FLASH io 0x60 = 0x100 end - device pnp 2e.7 off # GAME_MIDI_GIPO1 - # io 0x60 = 0x220 - # io 0x62 = 0x300 - # irq 0x70 = a + + device pnp 2e.007 off #GPIO1 off + end + device pnp 2e.107 on #GAME on + io 0x60 = 0x201 + end + device pnp 2e.207 on #MIDI on + io 0x62 = 0x330 + irq 0x70 = 0xa + end + device pnp 2e.307 off #GPIO6 off end device pnp 2e.8 off end # WDTO_PLED - device pnp 2e.9 off end # GPIO2_GPIO3_GPIO4_GPIO5 0x30 0x9 - #GPIO 5 and 2 active - #0xe0 = de - #0xe1 = 01 - #0xe2 = 00 - #0xe3 = 03 - #0xe4 = a4 - #0xe5 = 00 - + device pnp 2e.009 on #GPIO2 on Logical device 9 is in sio_setup + end + device pnp 2e.109 off #GPIO3 off + end + device pnp 2e.209 off #GPIO4 off + end + device pnp 2e.309 on #GPIO5 on + end device pnp 2e.a off end # ACPI device pnp 2e.b on # HW Monitor io 0x60 = 0x290 |