public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms 0/2] USB Controller Support
@ 2018-01-08 16:24 Meenakshi Aggarwal
  2018-01-08 16:24 ` [PATCH edk2-platforms 1/2] USB : Add DWC3 USB controller initialization driver Meenakshi Aggarwal
  2018-01-08 16:24 ` [PATCH edk2-platforms 2/2] LS2088 : Enable support of USB controller Meenakshi Aggarwal
  0 siblings, 2 replies; 3+ messages in thread
From: Meenakshi Aggarwal @ 2018-01-08 16:24 UTC (permalink / raw)
  To: ard.biesheuvel, leif.lindholm, michael.d.kinney, edk2-devel

Following set of patches add DWC3 (USB) controller driver
and enable USB support on LS2088RDB board.

DWC3 controller driver register USB as NonDiscoverableMmioDevice
of NonDiscoverableDeviceTypeXhci.

Meenakshi Aggarwal (2):
  USB : Add DWC3 USB controller initialization driver.
  LS2088 : Enable support of USB controller

 Platform/NXP/Drivers/UsbHcdInitDxe/UsbHcd.c   | 213 ++++++++++++++++++++++++++
 Platform/NXP/Drivers/UsbHcdInitDxe/UsbHcd.h   | 142 +++++++++++++++++
 Platform/NXP/Drivers/UsbHcdInitDxe/UsbHcd.inf |  48 ++++++
 Platform/NXP/LS2088aRdbPkg/LS2088aRdbPkg.dsc  |   1 +
 Platform/NXP/LS2088aRdbPkg/LS2088aRdbPkg.fdf  |  13 ++
 Platform/NXP/NxpQoriqLs.dsc                   |   9 ++
 6 files changed, 426 insertions(+)
 create mode 100644 Platform/NXP/Drivers/UsbHcdInitDxe/UsbHcd.c
 create mode 100644 Platform/NXP/Drivers/UsbHcdInitDxe/UsbHcd.h
 create mode 100644 Platform/NXP/Drivers/UsbHcdInitDxe/UsbHcd.inf

-- 
1.9.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-08 10:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 16:24 [PATCH edk2-platforms 0/2] USB Controller Support Meenakshi Aggarwal
2018-01-08 16:24 ` [PATCH edk2-platforms 1/2] USB : Add DWC3 USB controller initialization driver Meenakshi Aggarwal
2018-01-08 16:24 ` [PATCH edk2-platforms 2/2] LS2088 : Enable support of USB controller Meenakshi Aggarwal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox