public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Gao, Liming" <liming.gao@intel.com>
To: "Bi, Dandan" <dandan.bi@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Dong, Eric" <eric.dong@intel.com>
Subject: Re: [PATCH V5 0/3] Add HII Popup Protocol
Date: Tue, 22 Aug 2017 12:24:13 +0000	[thread overview]
Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D7743F0@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1503404245-298320-1-git-send-email-dandan.bi@intel.com>

Reviewed-by: Liming Gao <liming.gao@intel.com>

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Dandan Bi
> Sent: Tuesday, August 22, 2017 8:17 PM
> To: edk2-devel@lists.01.org
> Cc: Dong, Eric <eric.dong@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [edk2] [PATCH V5 0/3] Add HII Popup Protocol
> 
> 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.
> 
> V5:
> Move the protocol GUID to the part fot UEFI2.7 protocol in dec.
> 
> V4:
> Updates in pacth 2:
> Add more comments and remove one unnecessary
> check in function ParseMessageString().
> 
> V3:
> Updates in pacth 2:
> Separate DrawMessageBox() function into CalculatePopupPosition()
> DrawMessageBox() and GetUserSelection() three functions and refine
> related codes.
> 
> V2:
> Updates in pacth 2:
> Addstring "ERROR", "WARNING", "INFO" at the top of the message box
> to implement the different appearances for different styles of Popup.
> Updates in pacth 3:
> Update the date info in the Copyright.
> 
> 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       |  42 ++
>  .../Universal/DisplayEngineDxe/FormDisplay.h       |  96 ++-
>  .../Universal/DisplayEngineDxe/FormDisplayStr.uni  |  20 +-
>  MdeModulePkg/Universal/DisplayEngineDxe/Popup.c    | 730 +++++++++++++++++++++
>  .../Universal/DriverSampleDxe/DriverSample.c       |  29 +
>  .../Universal/DriverSampleDxe/DriverSample.h       |   4 +-
>  .../Universal/DriverSampleDxe/DriverSampleDxe.inf  |   3 +-
>  MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr     |  10 +-
>  .../Universal/DriverSampleDxe/VfrStrings.uni       |   8 +-
>  MdePkg/Include/Protocol/HiiPopup.h                 |  81 +++
>  MdePkg/MdePkg.dec                                  |   3 +
>  12 files changed, 1022 insertions(+), 8 deletions(-)
>  create mode 100644 MdeModulePkg/Universal/DisplayEngineDxe/Popup.c
>  create mode 100644 MdePkg/Include/Protocol/HiiPopup.h
> 
> --
> 1.9.5.msysgit.1
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


      parent reply	other threads:[~2017-08-22 12:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-22 12:17 [PATCH V5 0/3] Add HII Popup Protocol Dandan Bi
2017-08-22 12:17 ` [PATCH V5] MdePkg/HiiPopup: Add HII Popup Protocol definitions Dandan Bi
2017-08-22 12:17 ` [PATCH V5 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol Dandan Bi
2017-08-22 12:17 ` [PATCH V5 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol Dandan Bi
2017-08-22 12:24 ` Gao, Liming [this message]

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=4A89E2EF3DFEDB4C8BFDE51014F606A14D7743F0@shsmsx102.ccr.corp.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