[coreboot] r3105 - trunk/coreboot-v2/src/mainboard/asus/a8v-e_se

svn at coreboot.org svn at coreboot.org
Mon Feb 18 21:35:28 CET 2008


Author: ruik
Date: 2008-02-18 21:35:27 +0100 (Mon, 18 Feb 2008)
New Revision: 3105

Modified:
   trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Config.lb
Log:
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 at assembler.cz>
Acked-by: Stefan Reinauer <stepan at coresystems.de>


Modified: trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Config.lb	2008-02-18 20:32:46 UTC (rev 3104)
+++ trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Config.lb	2008-02-18 20:35:27 UTC (rev 3105)
@@ -231,24 +231,30 @@
                                                        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





More information about the coreboot mailing list