public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/3] PrintLib: Refine the SPrint functions
@ 2017-02-09  3:32 Hao Wu
  2017-02-09  3:32 ` [PATCH v2 1/3] MdePkg/BasePrintLib: " Hao Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hao Wu @ 2017-02-09  3:32 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Jiewen Yao, Liming Gao, Michael Kinney

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-09  3:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09  3:32 [PATCH v2 0/3] PrintLib: Refine the SPrint functions Hao Wu
2017-02-09  3:32 ` [PATCH v2 1/3] MdePkg/BasePrintLib: " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox