Discussion:
[edk2] [PATCH 0/3] Make DebugLib and PrintLib support %u and %lu formats.
Qiu Shumin
2015-06-05 08:11:43 UTC
Permalink
Add %u and %lu support for PrintLib and DebugLib.

Qiu Shumin (3):
IntelFrameworkModulePkg: Add %u and %lu support for DebugLib.
MdeModulePkg: Add %u and %lu support for PrintLib and DebugLib.
MdePkg: Add %u and %lu support for PrintLib and DebugLib.

IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 2 +-
MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c | 26 +++++++++++++++++++---
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 2 +-
MdePkg/Include/Library/PrintLib.h | 5 ++++-
MdePkg/Library/BasePrintLib/PrintLibInternal.c | 26 ++++++++++++++++++----
MdePkg/Library/BasePrintLib/PrintLibInternal.h | 3 ++-
6 files changed, 53 insertions(+), 11 deletions(-)
--
1.9.5.msysgit.1



------------------------------------------------------------------------------
Gao, Liming
2015-06-08 05:02:59 UTC
Permalink
Reviewed-by: Liming Gao <***@intel.com>

-----Original Message-----
From: Qiu, Shumin
Sent: Friday, June 05, 2015 4:12 PM
To: edk2-***@lists.sourceforge.net
Cc: Gao, Liming
Subject: [PATCH 0/3] Make DebugLib and PrintLib support %u and %lu formats.

Add %u and %lu support for PrintLib and DebugLib.

Qiu Shumin (3):
IntelFrameworkModulePkg: Add %u and %lu support for DebugLib.
MdeModulePkg: Add %u and %lu support for PrintLib and DebugLib.
MdePkg: Add %u and %lu support for PrintLib and DebugLib.

IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 2 +-
MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c | 26 +++++++++++++++++++---
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 2 +-
MdePkg/Include/Library/PrintLib.h | 5 ++++-
MdePkg/Library/BasePrintLib/PrintLibInternal.c | 26 ++++++++++++++++++----
MdePkg/Library/BasePrintLib/PrintLibInternal.h | 3 ++-
6 files changed, 53 insertions(+), 11 deletions(-)
--
1.9.5.msysgit.1



------------------------------------------------------------------------------
Laszlo Ersek
2015-06-08 08:39:24 UTC
Permalink
Post by Qiu Shumin
Add %u and %lu support for PrintLib and DebugLib.
IntelFrameworkModulePkg: Add %u and %lu support for DebugLib.
MdeModulePkg: Add %u and %lu support for PrintLib and DebugLib.
MdePkg: Add %u and %lu support for PrintLib and DebugLib.
IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 2 +-
MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c | 26 +++++++++++++++++++---
MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c | 2 +-
MdePkg/Include/Library/PrintLib.h | 5 ++++-
MdePkg/Library/BasePrintLib/PrintLibInternal.c | 26 ++++++++++++++++++----
MdePkg/Library/BasePrintLib/PrintLibInternal.h | 3 ++-
6 files changed, 53 insertions(+), 11 deletions(-)
This is a very welcome change, thank you.
Laszlo

------------------------------------------------------------------------------
Loading...