mirror of https://github.com/acidanthera/audk.git
Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4120 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f1f289a36d
commit
94db2b46f8
|
@ -24,16 +24,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include <Pi/PiPeiCis.h>
|
#include <Pi/PiPeiCis.h>
|
||||||
#include <Uefi/UefiMultiPhase.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
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue