]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFramworkModulePkg/PeiDxeDebugLibReportStatusCode: Add new APIs
authorBret Barkelew <Bret.Barkelew@microsoft.com>
Thu, 14 Mar 2019 09:03:46 +0000 (17:03 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 2 Apr 2019 04:49:29 +0000 (12:49 +0800)
commit9fb1f7efc90acb2c30850331edd3a447bb3a596d
treeefc95b25049132bfddbb9dada38b512fd8c79241
parent0bb4eff6a0bb6d1ca56d82972dd4c1cc79844865
IntelFramworkModulePkg/PeiDxeDebugLibReportStatusCode: Add new APIs

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1395

Add new APIs' implementation (DebugVPrint, DebugBPrint)
in the DebugLib instance. These APIs would expose print
routines with VaList parameter and BaseList parameter.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Turner <Michael.Turner@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c