Reviewed-by: Liming Gao <liming....@intel.com> -----Original Message----- From: Qiu, Shumin Sent: Friday, June 05, 2015 4:12 PM To: edk2-devel@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 ------------------------------------------------------------------------------ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel