summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei/PeiMain
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-30 08:20:57 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-30 08:20:57 +0000
commit14e8823a34c01cf6d75b37c959fb2cae91caf771 (patch)
tree8c292f0ca04b6ab49ffb3f51dd1508b1ed9928c4 /MdeModulePkg/Core/Pei/PeiMain
parent3a63377f2b683e2159a7b9dea04166987d899022 (diff)
downloadedk2-platforms-14e8823a34c01cf6d75b37c959fb2cae91caf771.tar.xz
[PI compatible enabling] Add PeiRegisterForShadow interface for PEI_SERVICE
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3743 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/PeiMain')
-rw-r--r--MdeModulePkg/Core/Pei/PeiMain/PeiMain.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c b/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
index 5d439f74ac..b2f7807479 100644
--- a/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
+++ b/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
@@ -69,7 +69,13 @@ static EFI_PEI_SERVICES mPS = {
PeiReportStatusCode,
- PeiResetSystem
+ PeiResetSystem,
+ NULL,
+ NULL,
+ NULL,
+ NULL,
+ NULL,
+ PeiRegisterForShadow
};
EFI_STATUS