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
Cc: Haojian Zhuang <haojian.zhuang@linaro.org>
Subject: [platform][PATCH 0/4] enable virtual keyboard
Date: Thu,  8 Mar 2018 21:33:10 +0800	[thread overview]
Message-ID: <1520515990-29860-1-git-send-email-haojian.zhuang@linaro.org> (raw)

Changelog:
v1:
  * Enable GPIO driver.
  * Enable virtual keyboard driver.

Haojian Zhuang (4):
  Platform/Hisilicon/HiKey960: add gpio platform driver
  Platform/Hisilicon/HiKey960: enable virtual keyboard
  Platform/Hisilicon/HiKey: add gpio platform driver
  Platform/Hisilicon/HiKey: enable virtual keyboard

 Platform/Hisilicon/HiKey/HiKey.dsc                 |   8 +
 Platform/Hisilicon/HiKey/HiKey.fdf                 |   8 +
 Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.c       | 229 ++++++++++
 Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.inf     |  58 +++
 .../Hisilicon/HiKey/HiKeyGpioDxe/HiKeyGpioDxe.c    |  68 +++
 .../Hisilicon/HiKey/HiKeyGpioDxe/HiKeyGpioDxe.inf  |  36 ++
 Platform/Hisilicon/HiKey960/HiKey960.dsc           |  11 +
 Platform/Hisilicon/HiKey960/HiKey960.fdf           |   8 +
 .../Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c   | 491 +++++++++++++++++++++
 .../Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.inf |  55 +++
 .../HiKey960/HiKey960GpioDxe/HiKey960GpioDxe.c     |  77 ++++
 .../HiKey960/HiKey960GpioDxe/HiKey960GpioDxe.inf   |  35 ++
 Silicon/Hisilicon/Hi3660/Include/Hi3660.h          | 147 ++++++
 Silicon/Hisilicon/Hi3660/Include/Hkadc.h           |  66 +++
 Silicon/Hisilicon/Hi6220/Include/Hi6220RegsPeri.h  |  48 ++
 15 files changed, 1345 insertions(+)
 create mode 100644 Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.c
 create mode 100644 Platform/Hisilicon/HiKey/HiKeyDxe/HiKeyDxe.inf
 create mode 100644 Platform/Hisilicon/HiKey/HiKeyGpioDxe/HiKeyGpioDxe.c
 create mode 100644 Platform/Hisilicon/HiKey/HiKeyGpioDxe/HiKeyGpioDxe.inf
 create mode 100644 Platform/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.c
 create mode 100644 Platform/Hisilicon/HiKey960/HiKey960Dxe/HiKey960Dxe.inf
 create mode 100644 Platform/Hisilicon/HiKey960/HiKey960GpioDxe/HiKey960GpioDxe.c
 create mode 100644 Platform/Hisilicon/HiKey960/HiKey960GpioDxe/HiKey960GpioDxe.inf
 create mode 100644 Silicon/Hisilicon/Hi3660/Include/Hi3660.h
 create mode 100644 Silicon/Hisilicon/Hi3660/Include/Hkadc.h
 create mode 100644 Silicon/Hisilicon/Hi6220/Include/Hi6220RegsPeri.h

-- 
2.7.4



             reply	other threads:[~2018-03-08 13:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-08 13:33 Haojian Zhuang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-26  8:53 [platform][PATCH 0/4] enable virtual keyboard 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=1520515990-29860-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