[coreboot] [commit] r6203 - trunk/src/mainboard/asus/m2n-e

repository service svn at coreboot.org
Sun Dec 19 02:08:41 CET 2010


Author: uwe
Date: Sun Dec 19 02:08:40 2010
New Revision: 6203
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6203

Log:
ASUS M2N-E: Enable PCI-E x16 slot.

Simple devicetree.cb fix, tested on hardware using a PCI-E x16 graphics card.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/src/mainboard/asus/m2n-e/devicetree.cb

Modified: trunk/src/mainboard/asus/m2n-e/devicetree.cb
==============================================================================
--- trunk/src/mainboard/asus/m2n-e/devicetree.cb	Sun Dec 19 00:30:59 2010	(r6202)
+++ trunk/src/mainboard/asus/m2n-e/devicetree.cb	Sun Dec 19 02:08:40 2010	(r6203)
@@ -103,7 +103,7 @@
           device pci c.0 on end			# PCI E 3 (PCIEX1_2)
           device pci d.0 on end			# PCI E 2 (PCIEX1_1)
           device pci e.0 off end		# PCI E 1
-          device pci f.0 off end		# PCI E 0
+          device pci f.0 on end			# PCI E 0 (PCIEX16_1)
           register "ide0_enable" = "1"		# Primary IDE
           register "ide1_enable" = "0"		# Secondary IDE (N/A)
           register "sata0_enable" = "1"




More information about the coreboot mailing list