summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Core/Pei
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-30 06:04:00 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-30 06:04:00 +0000
commit44c82dc06fa986331387db0c732d217552381e2a (patch)
tree36ab9812d9d6a8e38f270532126f6b4a8e3aa439 /EdkModulePkg/Core/Pei
parent49c80af423d4eecd932aa9831fbba3f74ea4a424 (diff)
downloadedk2-44c82dc06fa986331387db0c732d217552381e2a.zip
edk2-44c82dc06fa986331387db0c732d217552381e2a.tar.gz
edk2-44c82dc06fa986331387db0c732d217552381e2a.tar.bz2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@319 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Core/Pei')
-rw-r--r--EdkModulePkg/Core/Pei/PeiMain.h27
-rw-r--r--EdkModulePkg/Core/Pei/PeiMain/PeiMain.c5
2 files changed, 4 insertions, 28 deletions
diff --git a/EdkModulePkg/Core/Pei/PeiMain.h b/EdkModulePkg/Core/Pei/PeiMain.h
index 783fcd5..9555513 100644
--- a/EdkModulePkg/Core/Pei/PeiMain.h
+++ b/EdkModulePkg/Core/Pei/PeiMain.h
@@ -127,28 +127,6 @@ typedef union {
//
// Main PEI entry
//
-EFI_STATUS
-EFIAPI
-PeiMain (
- IN EFI_PEI_STARTUP_DESCRIPTOR *PeiStartupDescriptor
- )
-/*++
-
-Routine Description:
-
- Main entry point to Pei Core.
-
-Arguments:
-
- PeiStartupDescriptor - Information and services provided by SEC phase.
-
-Returns:
-
- This function never returns
-
---*/
-;
-
EFI_STATUS
EFIAPI
@@ -160,9 +138,8 @@ PeiCore (
Routine Description:
- The entry routine to Pei Core, invoked by PeiMain during transition
- from SEC to PEI. After switching stack in the PEI core, it will restart
- with the old core data.
+ Main entry point to Pei Core. After switching stack in the PEI core,
+ it will restart with the old core data.
Arguments:
diff --git a/EdkModulePkg/Core/Pei/PeiMain/PeiMain.c b/EdkModulePkg/Core/Pei/PeiMain/PeiMain.c
index a7ae320..7b4c2f9 100644
--- a/EdkModulePkg/Core/Pei/PeiMain/PeiMain.c
+++ b/EdkModulePkg/Core/Pei/PeiMain/PeiMain.c
@@ -82,9 +82,8 @@ PeiCore (
Routine Description:
- The entry routine to Pei Core, invoked by PeiMain during transition
- from SEC to PEI. After switching stack in the PEI core, it will restart
- with the old core data.
+ Main entry point to Pei Core. After switching stack in the PEI core,
+ it will restart with the old core data.
Arguments: