aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2016-02-16 15:07:30 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2016-02-16 15:54:02 +0000
commit3498981443dd52f838bdfb3f522200eddb6db262 (patch)
treed640a24a7c9be718f7dcd1e0d9d591edcee0da30
parent80877405c499f49024cc6fc5cf5656b7f6d0f992 (diff)
Platforms/ARM: Juno - add Uhci/Xhci driversarmlt-2016022216.02
Since the on-board USB controller is an EHCI one, that is the only host controller driver enabled for Juno. Add UHCI and XHCI as well, in order to support PCIe expansion cards. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--Platforms/ARM/Juno/ArmJuno.dsc2
-rw-r--r--Platforms/ARM/Juno/ArmJuno.fdf2
2 files changed, 4 insertions, 0 deletions
diff --git a/Platforms/ARM/Juno/ArmJuno.dsc b/Platforms/ARM/Juno/ArmJuno.dsc
index d9d69d3..cdaff33 100644
--- a/Platforms/ARM/Juno/ArmJuno.dsc
+++ b/Platforms/ARM/Juno/ArmJuno.dsc
@@ -288,7 +288,9 @@
#
# Usb Support
#
+ MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
+ MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
diff --git a/Platforms/ARM/Juno/ArmJuno.fdf b/Platforms/ARM/Juno/ArmJuno.fdf
index 84ac5e4..0f6d489 100644
--- a/Platforms/ARM/Juno/ArmJuno.fdf
+++ b/Platforms/ARM/Juno/ArmJuno.fdf
@@ -152,7 +152,9 @@ FvNameGuid = B73FE497-B92E-416e-8326-45AD0D270092
#
# Usb Support
#
+ INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
+ INF MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf