[coreboot-gerrit] Patch set updated for coreboot: mainboard/intel/galileo: Enable USB device support

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Mon May 23 02:18:05 CEST 2016


Leroy P Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14943

-gerrit

commit 28b0f6593d3e0740946afdc9d0caac055a360f4d
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Sun May 22 10:07:20 2016 -0700

    mainboard/intel/galileo: Enable USB device support
    
    Turn on the USB device port.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: Ic1fbb2cd51414ce927f2b408ccd27c7edf978744
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/mainboard/intel/galileo/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/intel/galileo/devicetree.cb b/src/mainboard/intel/galileo/devicetree.cb
index 66d32a8..fcc0dae 100644
--- a/src/mainboard/intel/galileo/devicetree.cb
+++ b/src/mainboard/intel/galileo/devicetree.cb
@@ -31,7 +31,7 @@ chip soc/intel/quark
 		device pci 00.0 on end	# 8086 0958 - Host Bridge
 		device pci 14.0 on end	# 8086 08A7 - SD/SDIO/eMMC controller
 		device pci 14.1 off end	# 8086 0936 - HSUART 0
-		device pci 14.2 off end	# 8086 0939 - USB 2.0 Device port
+		device pci 14.2 on end	# 8086 0939 - USB 2.0 Device port
 		device pci 14.3 on end	# 8086 0939 - USB EHCI Host controller
 		device pci 14.4 on end	# 8086 093A - USB OHCI Host controller
 		device pci 14.5 on end	# 8086 0936 - HSUART 1



More information about the coreboot-gerrit mailing list