diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-30 06:04:00 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-30 06:04:00 +0000 |
commit | 44c82dc06fa986331387db0c732d217552381e2a (patch) | |
tree | 36ab9812d9d6a8e38f270532126f6b4a8e3aa439 /EdkModulePkg | |
parent | 49c80af423d4eecd932aa9831fbba3f74ea4a424 (diff) | |
download | edk2-platforms-44c82dc06fa986331387db0c732d217552381e2a.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@319 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg')
-rw-r--r-- | EdkModulePkg/Core/Pei/PeiMain.h | 27 | ||||
-rw-r--r-- | EdkModulePkg/Core/Pei/PeiMain/PeiMain.c | 5 |
2 files changed, 4 insertions, 28 deletions
diff --git a/EdkModulePkg/Core/Pei/PeiMain.h b/EdkModulePkg/Core/Pei/PeiMain.h index 783fcd5867..95555138e2 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 a7ae320023..7b4c2f99a6 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: |