From 192f6d4c29fa0dd595b8d5a36bd2078e1474aa4e Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 4 Jul 2007 07:51:48 +0000 Subject: 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 --- MdePkg/Include/PiPei.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'MdePkg/Include/PiPei.h') 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 #include +// +// 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 -- cgit v1.2.3