From 44c82dc06fa986331387db0c732d217552381e2a Mon Sep 17 00:00:00 2001 From: yshang1 Date: Tue, 30 May 2006 06:04:00 +0000 Subject: [PATCH] git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@319 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/Core/Pei/PeiMain.h | 27 ++----------------------- 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: -- 2.39.2