summaryrefslogtreecommitdiff
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
commitef17eeb09e9935bff2cfabb8d8aa167e1f0d73db (patch)
tree0d431653377dc26ab625c99cf8b6f2932e85c762
parentc70925842c865af592498e2a5b0caca5148dcab7 (diff)
downloadedk2-ef17eeb09e9935bff2cfabb8d8aa167e1f0d73db.zip
edk2-ef17eeb09e9935bff2cfabb8d8aa167e1f0d73db.tar.gz
edk2-ef17eeb09e9935bff2cfabb8d8aa167e1f0d73db.tar.bz2
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/IntelFrameworkPkg@3029 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--Include/FrameworkPei.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/FrameworkPei.h b/Include/FrameworkPei.h
index 7f61e81..43ce1ab 100644
--- a/Include/FrameworkPei.h
+++ b/Include/FrameworkPei.h
@@ -22,12 +22,6 @@
#include <PiPei.h>
-typedef struct {
- UINTN BootFirmwareVolume;
- UINTN SizeOfCacheAsRam;
- EFI_PEI_PPI_DESCRIPTOR *DispatchTable;
-} EFI_PEI_STARTUP_DESCRIPTOR;
-
#include <Common/FrameworkFirmwareFileSystem.h>
#include <Common/FrameworkHob.h>
#include <Common/FrameworkLegacy16.h>