]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Universal/DebugServicePei/DebugService.h
MdeModulePkg: Add a PEIM to install Debug PPI
authorZhichao Gao <zhichao.gao@intel.com>
Thu, 14 Mar 2019 09:03:49 +0000 (17:03 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 2 Apr 2019 04:49:29 +0000 (12:49 +0800)
commit2bc82244638aa24b63598183b9c5972a8c03ff9e
tree6352322a048c6b100a92f4ef4dbc46d0f858e5c0
parent52e22c60eab7292dfc85ffe4ebc7d3653e78c071
MdeModulePkg: Add a PEIM to install Debug PPI

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

Add a PEIM to install Debug PPI so that PEI debug library
instance can locate gEdkiiDebugPpiGuid to implement the
debug functions. Using this PPI can reduce the size of
PEIMs which consume the debug library.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Star Zeng <star.zeng@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: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/Universal/DebugServicePei/DebugService.h [new file with mode: 0644]
MdeModulePkg/Universal/DebugServicePei/DebugServicePei.c [new file with mode: 0644]
MdeModulePkg/Universal/DebugServicePei/DebugServicePei.inf [new file with mode: 0644]
MdeModulePkg/Universal/DebugServicePei/DebugServicePei.uni [new file with mode: 0644]