public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Haojian Zhuang <haojian.zhuang@linaro.org>
To: edk2-devel@lists.01.org
Subject: [PATCH edk-platforms v1 0/4] enable USB on HiKey960
Date: Mon, 20 Aug 2018 18:31:45 +0800	[thread overview]
Message-ID: <1534761109-27037-1-git-send-email-haojian.zhuang@linaro.org> (raw)

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



             reply	other threads:[~2018-08-20 10:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-20 10:31 Haojian Zhuang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1534761109-27037-1-git-send-email-haojian.zhuang@linaro.org \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox