public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Dandan Bi <dandan.bi@intel.com>
To: edk2-devel@lists.01.org
Cc: Eric Dong <eric.dong@intel.com>, Liming Gao <liming.gao@intel.com>
Subject: [patch 0/3] Add HII Popup Protocol
Date: Tue, 15 Aug 2017 11:07:57 +0800	[thread overview]
Message-ID: <1502766480-258908-1-git-send-email-dandan.bi@intel.com> (raw)

Patch 1: Add the definition of HII Popup Protocol.
Patch 2: Add the implementation of HII Popup Protocol.
Patch 3: Add one sample use case of HII Popup Protocol.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Dandan Bi (3):
  MdePkg/HiiPopup: Add HII Popup Protocol definitions
  MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol
  MdeModulePkg/DriverSample: Add sample case for popup protocol

 .../DisplayEngineDxe/DisplayEngineDxe.inf          |   4 +-
 .../Universal/DisplayEngineDxe/FormDisplay.c       |  33 ++
 .../Universal/DisplayEngineDxe/FormDisplay.h       |  76 ++-
 .../Universal/DisplayEngineDxe/FormDisplayStr.uni  |  14 +-
 MdeModulePkg/Universal/DisplayEngineDxe/Popup.c    | 610 +++++++++++++++++++++
 .../Universal/DriverSampleDxe/DriverSample.c       |  29 +
 .../Universal/DriverSampleDxe/DriverSample.h       |   2 +
 .../Universal/DriverSampleDxe/DriverSampleDxe.inf  |   1 +
 MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr     |   8 +-
 .../Universal/DriverSampleDxe/VfrStrings.uni       |   6 +
 MdePkg/Include/Protocol/HiiPopup.h                 |  81 +++
 MdePkg/MdePkg.dec                                  |   3 +
 12 files changed, 863 insertions(+), 4 deletions(-)
 create mode 100644 MdeModulePkg/Universal/DisplayEngineDxe/Popup.c
 create mode 100644 MdePkg/Include/Protocol/HiiPopup.h

-- 
1.9.5.msysgit.1



             reply	other threads:[~2017-08-15  3:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-15  3:07 Dandan Bi [this message]
2017-08-15  3:07 ` [patch 1/3] MdePkg/HiiPopup: Add HII Popup Protocol definitions Dandan Bi
2017-08-15  3:07 ` [patch 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol Dandan Bi
2017-08-15  3:08 ` [patch 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol Dandan Bi

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=1502766480-258908-1-git-send-email-dandan.bi@intel.com \
    --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