From 0b8af012b631d8a086a7384c192f706eca25fcb3 Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Mon, 18 Feb 2008 20:35:27 +0000 Subject: 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3105 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/asus/a8v-e_se/Config.lb | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'src/mainboard') 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 -- cgit v1.2.3