]> git.proxmox.com Git - mirror_edk2.git/commitdiff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@319 6f19259b...
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 30 May 2006 06:04:00 +0000 (06:04 +0000)
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 30 May 2006 06:04:00 +0000 (06:04 +0000)
EdkModulePkg/Core/Pei/PeiMain.h
EdkModulePkg/Core/Pei/PeiMain/PeiMain.c

index 783fcd5867989c8c343df0a201f7629d74f1fdef..95555138e282d7479be3806cb3240019e9635b2e 100644 (file)
@@ -127,28 +127,6 @@ typedef union {
 //\r
 // Main PEI entry\r
 //\r
-EFI_STATUS\r
-EFIAPI\r
-PeiMain (\r
-  IN EFI_PEI_STARTUP_DESCRIPTOR  *PeiStartupDescriptor\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Main entry point to Pei Core.\r
-\r
-Arguments:\r
-\r
-  PeiStartupDescriptor - Information and services provided by SEC phase.\r
-\r
-Returns:\r
-\r
-  This function never returns\r
-\r
---*/\r
-;\r
-\r
 \r
 EFI_STATUS\r
 EFIAPI\r
@@ -160,9 +138,8 @@ PeiCore (
 \r
 Routine Description:\r
 \r
-  The entry routine to Pei Core, invoked by PeiMain during transition\r
-  from SEC to PEI. After switching stack in the PEI core, it will restart\r
-  with the old core data.\r
+  Main entry point to Pei Core. After switching stack in the PEI core, \r
+  it will restart with the old core data.\r
 \r
 Arguments:\r
 \r
index a7ae320023e0a4db595eb037b3a8d5c8ad4afa8e..7b4c2f99a6326733556ac1c7f50b9ddf4a730fb7 100644 (file)
@@ -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: