diff options
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: |