summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2015-05-11 02:06:51 +0000
committerlzeng14 <lzeng14@Edk2>2015-05-11 02:06:51 +0000
commit672473eaeaf9c1987158993baf03606a972c4607 (patch)
tree6bce1202e0f3c815eafaee72b5290f81d3937688 /MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
parentddcf46b2eb5064fdd5b7f0bf83d5ad29dc8b6584 (diff)
downloadedk2-platforms-672473eaeaf9c1987158993baf03606a972c4607.tar.xz
MdeModulePkg: Add Reset2 ppi support in PEI CORE.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17389 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/PeiMain/PeiMain.c')
-rw-r--r--MdeModulePkg/Core/Pei/PeiMain/PeiMain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c b/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
index d019141c6e..05e0d0fda4 100644
--- a/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
+++ b/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
@@ -63,7 +63,8 @@ EFI_PEI_SERVICES gPs = {
PeiFfsGetVolumeInfo,
PeiRegisterForShadow,
PeiFfsFindSectionData3,
- PeiFfsGetFileInfo2
+ PeiFfsGetFileInfo2,
+ PeiResetSystem2
};
/**