public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk-platforms v1 0/4] enable USB on HiKey960
@ 2018-08-20 10:31 Haojian Zhuang
  2018-08-20 10:31 ` [PATCH edk-platforms v1 1/4] Platform/Hisilicon: add UsbSerialNumberLib Haojian Zhuang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Haojian Zhuang @ 2018-08-20 10:31 UTC (permalink / raw)
  To: edk2-devel

Changelog:
v1:
  * Add UsbSerialNumberLib.
  * Enable USB device driver on HiKey960 platform.

Haojian Zhuang (4):
  Platform/Hisilicon: add UsbSerialNumberLib
  Platform/HiKey960: add platform usb driver
  Platform/HiKey960: add fastboot platform driver
  Platform/HiKey960: enable usb device driver

 Platform/Hisilicon/HiKey960/HiKey960.dec           |   3 +
 Platform/Hisilicon/HiKey960/HiKey960.dsc           |  13 +
 Platform/Hisilicon/HiKey960/HiKey960.fdf           |   3 +
 .../HiKey960FastbootDxe/HiKey960FastbootDxe.c      | 758 +++++++++++++++++++++
 .../HiKey960FastbootDxe/HiKey960FastbootDxe.inf    |  63 ++
 .../HiKey960/HiKey960UsbDxe/HiKey960UsbDxe.c       | 382 +++++++++++
 .../HiKey960/HiKey960UsbDxe/HiKey960UsbDxe.inf     |  52 ++
 .../Include/Library/UsbSerialNumberLib.h           |  59 ++
 .../UsbSerialNumberLib/UsbSerialNumberLib.c        | 341 +++++++++
 .../UsbSerialNumberLib/UsbSerialNumberLib.dec      |  32 +
 .../UsbSerialNumberLib/UsbSerialNumberLib.inf      |  45 ++
 11 files changed, 1751 insertions(+)
 create mode 100644 Platform/Hisilicon/HiKey960/HiKey960FastbootDxe/HiKey960FastbootDxe.c
 create mode 100644 Platform/Hisilicon/HiKey960/HiKey960FastbootDxe/HiKey960FastbootDxe.inf
 create mode 100644 Platform/Hisilicon/HiKey960/HiKey960UsbDxe/HiKey960UsbDxe.c
 create mode 100644 Platform/Hisilicon/HiKey960/HiKey960UsbDxe/HiKey960UsbDxe.inf
 create mode 100644 Platform/Hisilicon/Library/UsbSerialNumberLib/Include/Library/UsbSerialNumberLib.h
 create mode 100644 Platform/Hisilicon/Library/UsbSerialNumberLib/UsbSerialNumberLib.c
 create mode 100644 Platform/Hisilicon/Library/UsbSerialNumberLib/UsbSerialNumberLib.dec
 create mode 100644 Platform/Hisilicon/Library/UsbSerialNumberLib/UsbSerialNumberLib.inf

Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-- 
2.7.4



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

end of thread, other threads:[~2018-10-04 16:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20 10:31 [PATCH edk-platforms v1 0/4] enable USB on HiKey960 Haojian Zhuang
2018-08-20 10:31 ` [PATCH edk-platforms v1 1/4] Platform/Hisilicon: add UsbSerialNumberLib Haojian Zhuang
2018-10-04 16:48   ` Leif Lindholm
2018-08-20 10:31 ` [PATCH edk-platforms v1 2/4] Platform/HiKey960: add platform usb driver Haojian Zhuang
2018-08-20 10:31 ` [PATCH edk-platforms v1 3/4] Platform/HiKey960: add fastboot platform driver Haojian Zhuang
2018-08-20 10:31 ` [PATCH edk-platforms v1 4/4] Platform/HiKey960: enable usb device driver Haojian Zhuang

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