[coreboot] [commit] r5627 - trunk/src/mainboard/amd/rumba

repository service svn at coreboot.org
Thu Jun 10 05:14:01 CEST 2010


Author: myles
Date: Thu Jun 10 05:14:00 2010
New Revision: 5627
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5627

Log:
The devicetree was wrong, but I'm still surprised it broke.  This fixes the
board, but doesn't fix the device tree parsing.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>

Modified:
   trunk/src/mainboard/amd/rumba/devicetree.cb

Modified: trunk/src/mainboard/amd/rumba/devicetree.cb
==============================================================================
--- trunk/src/mainboard/amd/rumba/devicetree.cb	Thu Jun 10 00:41:35 2010	(r5626)
+++ trunk/src/mainboard/amd/rumba/devicetree.cb	Thu Jun 10 05:14:00 2010	(r5627)
@@ -15,7 +15,7 @@
         		device pci f.2 on end	# IDE Controller
         		device pci f.3 on end 	# Audio
         		device pci f.4 on end	# OHCI
-			device pci f.4 on end	# UHCI
+			device pci f.5 on end	# EHCI
       		end
     	end
 end




More information about the coreboot mailing list