summaryrefslogtreecommitdiff
path: root/MdePkg/Include/PiPei.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-04 07:51:48 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-04 07:51:48 +0000
commit192f6d4c29fa0dd595b8d5a36bd2078e1474aa4e (patch)
tree5f0afdc001df93627963ec0d4a94d8d2e388ffb8 /MdePkg/Include/PiPei.h
parent6afbfebff49d81d833c08f94aaa2187b8a034525 (diff)
downloadedk2-platforms-192f6d4c29fa0dd595b8d5a36bd2078e1474aa4e.tar.xz
Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does follows PI specification except some FV definitions.
Also the old definition of MdeModulePkg/Include/Ppi/LoadFile.h and EFI_PEI_STARTUP_DESCRIPTOR in MdePkg/Include/PiPei.h will be removed when enabling PI. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3029 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/PiPei.h')
-rw-r--r--MdePkg/Include/PiPei.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/MdePkg/Include/PiPei.h b/MdePkg/Include/PiPei.h
index 043922d660..72fa2a9979 100644
--- a/MdePkg/Include/PiPei.h
+++ b/MdePkg/Include/PiPei.h
@@ -25,6 +25,16 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Pi/PiPeiCis.h>
#include <Uefi/UefiMultiPhase.h>
+//
+// BUGBUG: The EFI_PEI_STARTUP_DESCRIPTOR definition does not follows PI specification.
+// After enabling PI for Nt32Pkg and tools generate correct autogen for PEI_CORE,
+// the following structure should be removed at once.
+//
+typedef struct {
+ UINTN BootFirmwareVolume;
+ UINTN SizeOfCacheAsRam;
+ EFI_PEI_PPI_DESCRIPTOR *DispatchTable;
+} EFI_PEI_STARTUP_DESCRIPTOR;
#endif