public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Hao Wu <hao.a.wu@intel.com>
To: edk2-devel@lists.01.org
Cc: Hao Wu <hao.a.wu@intel.com>, Jiewen Yao <jiewen.yao@intel.com>,
	Liming Gao <liming.gao@intel.com>,
	Michael Kinney <michael.d.kinney@intel.com>
Subject: [PATCH v2 0/3] PrintLib: Refine the SPrint functions
Date: Thu,  9 Feb 2017 11:32:38 +0800	[thread overview]
Message-ID: <1486611161-37308-1-git-send-email-hao.a.wu@intel.com> (raw)

V2 changes:
Update the description of the following services of EFI_PRINT2_PROTOCOL:
UNICODE_BS_PRINT
UNICODE_S_PRINT
UNICODE_BS_PRINT_ASCII_FORMAT
UNICODE_S_PRINT_ASCII_FORMAT
ASCII_BS_PRINT
ASCII_S_PRINT
ASCII_BS_PRINT_UNICODE_FORMAT
ASCII_S_PRINT_UNICODE_FORMAT

Keep them the same as the relating API decriptions in PrintLib.


V1 history:
Refine the ASSERT conditions and the return value when ASSERT triggers
for the following APIs in PrintLib:
UnicodeVSPrint
UnicodeBSPrint
UnicodeSPrint
UnicodeVSPrintAsciiFormat
UnicodeBSPrintAsciiFormat
UnicodeSPrintAsciiFormat
AsciiVSPrint
AsciiBSPrint
AsciiSPrint
AsciiVSPrintUnicodeFormat
AsciiBSPrintUnicodeFormat
AsciiSPrintUnicodeFormat
SPrintLength
SPrintLengthAsciiFormat

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>


Hao Wu (3):
  MdePkg/BasePrintLib: Refine the SPrint functions
  MdeModulePkg/PrintLib: Refine the SPrint functions
  MdeModulePkg: Refine the services comments in EFI_PRINT2_PROTOCOL

 MdeModulePkg/Include/Protocol/Print2.h                                       | 361 +++++++------
 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf |   7 +-
 MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c                    | 562 ++++++++++++--------
 MdePkg/Include/Library/PrintLib.h                                            | 498 +++++++++--------
 MdePkg/Library/BasePrintLib/BasePrintLib.inf                                 |   8 +-
 MdePkg/Library/BasePrintLib/PrintLib.c                                       | 416 +++++++++------
 MdePkg/Library/BasePrintLib/PrintLibInternal.c                               | 101 ++--
 MdePkg/Library/BasePrintLib/PrintLibInternal.h                               |   3 +-
 8 files changed, 1147 insertions(+), 809 deletions(-)

-- 
1.9.5.msysgit.0



             reply	other threads:[~2017-02-09  3:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-09  3:32 Hao Wu [this message]
2017-02-09  3:32 ` [PATCH v2 1/3] MdePkg/BasePrintLib: Refine the SPrint functions Hao Wu
2017-02-09  3:32 ` [PATCH v2 2/3] MdeModulePkg/PrintLib: " Hao Wu
2017-02-09  3:32 ` [PATCH v2 3/3] MdeModulePkg: Refine the services comments in EFI_PRINT2_PROTOCOL Hao Wu

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=1486611161-37308-1-git-send-email-hao.a.wu@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