History log of /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29ffd58ecde69c59a24c1ceac6849d06719b2b6d 26-Apr-2016 Haojian Zhuang <haojian.zhuang@linaro.org> HiKey: avoid to init both usb device and host

Check which usb port is connected first. If it's OTG peripheral,
initialize usb device mode only. Otherwise, initialize usb host
mode.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.c
3a2c4c87bbe068a2886a2232dfd392681e753082 29-Mar-2016 Shivamurthy Shastri <shivamurthy.shastri@linaro.org> Drivers/DwUsbDxe: Supported USB Phy Init function in DW_USB_PROTOCOL

Supported USB Phy initialization in DW_USB_PROTOCOL. This function should
be imaplemented in platform and should be called from DwUsb drivers, with
mode = 0 for Host confguration
mode = 1 for Device configuration.

Variable 'gDwUsbTypeVariableGuid' has been removed, as it is not required.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shivamurthy Shastri <shivamurthy.shastri@linaro.org>
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.c
765e374e1e80127a39af75f0d6b4aa7a5dc8dbdb 19-Mar-2016 Shivamurthy Shastri <shivamurthy.shastri@linaro.org> Drivers/Usb: added variable to support USB type

USB type variable allows to select DEVICE or HOST mode
in designware USB controller. This further helps to enable
host mode driver for designware USB controller.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shivamurthy Shastri <shivamurthy.shastri@linaro.org>
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.c
c017d47b7eb3153936059feccc60a2b7b9486c52 29-Feb-2016 Haojian Zhuang <haojian.zhuang@linaro.org> Drivers/DwUsb: set usb string descriptor

Avoid to change the usb string descriptor in common driver. Set it in
DwUsb driver instead.

In the future, it should be moved into platform usb driver. Since DwUsb
driver should be common to different vendor's board too.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.c
68281f0579a6d92d8535bb66a81db7baa96d402b 26-Feb-2016 Haojian Zhuang <haojian.zhuang@linaro.org> Drivers/DwUsb: update string descriptor

Align USB string descriptor definition when the below commit
is reverted.

commit: 2294eb12ed8fffc4c26afac081c1e7aab68ba107
MdePkg: Usb: extend string descriptor to 16 wchar

Since the size of USB string descriptor shouldn't be hacked
to 16 wchar size.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.c
588676288e2071767b1865c760fe35d857ac98cb 04-Jan-2016 Haojian Zhuang <haojian.zhuang@linaro.org> Drivers/Usb: enable designware usb controller

Enable Designware USB controller to support Android Fastboot
Protocol.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/DwUsbDxe.c