public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk-platforms v1 0/4] enable usb driver on HiKey
@ 2018-08-21 11:35 Haojian Zhuang
  2018-08-21 11:35 ` [PATCH edk-platforms v1 1/4] Platform/HiKey: add more register definitions Haojian Zhuang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Haojian Zhuang @ 2018-08-21 11:35 UTC (permalink / raw)
  To: edk2-devel

Changelog:
v1:
  * Enable USB driver on HiKey platform.

Haojian Zhuang (4):
  Platform/HiKey: add more register definitions
  Platform/HiKey: add usb platform driver
  Platform/HiKey: add fastboot platform driver
  Platform/HiKey: enable usb driver

 Platform/Hisilicon/HiKey/HiKey.dec                             |   2 +
 Platform/Hisilicon/HiKey/HiKey.dsc                             |  13 +
 Platform/Hisilicon/HiKey/HiKey.fdf                             |   3 +
 Platform/Hisilicon/HiKey/HiKeyFastbootDxe/HiKeyFastbootDxe.inf |  61 ++
 Platform/Hisilicon/HiKey/HiKeyUsbDxe/HiKeyUsbDxe.inf           |  46 ++
 Silicon/Hisilicon/Hi6220/Include/Hi6220.h                      |  53 ++
 Platform/Hisilicon/HiKey/HiKeyFastbootDxe/HiKeyFastbootDxe.c   | 630 ++++++++++++++++++++
 Platform/Hisilicon/HiKey/HiKeyUsbDxe/HiKeyUsbDxe.c             | 280 +++++++++
 8 files changed, 1088 insertions(+)
 create mode 100644 Platform/Hisilicon/HiKey/HiKeyFastbootDxe/HiKeyFastbootDxe.inf
 create mode 100644 Platform/Hisilicon/HiKey/HiKeyUsbDxe/HiKeyUsbDxe.inf
 create mode 100644 Platform/Hisilicon/HiKey/HiKeyFastbootDxe/HiKeyFastbootDxe.c
 create mode 100644 Platform/Hisilicon/HiKey/HiKeyUsbDxe/HiKeyUsbDxe.c

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



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

end of thread, other threads:[~2018-08-21 11:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-21 11:35 [PATCH edk-platforms v1 0/4] enable usb driver on HiKey Haojian Zhuang
2018-08-21 11:35 ` [PATCH edk-platforms v1 1/4] Platform/HiKey: add more register definitions Haojian Zhuang
2018-08-21 11:35 ` [PATCH edk-platforms v1 2/4] Platform/HiKey: add usb platform driver Haojian Zhuang
2018-08-21 11:35 ` [PATCH edk-platforms v1 3/4] Platform/HiKey: add fastboot " Haojian Zhuang
2018-08-21 11:35 ` [PATCH edk-platforms v1 4/4] Platform/HiKey: enable usb 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