X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FPiPei.h;h=cb0996183b0b9a9211524146898ce7498757832d;hp=7124432e68281dfdeade4e3d7518bd1a8db09fbc;hb=713e4b007cb791829397522ad8f366dd1e08bee6;hpb=8fe48751743be69d747b1e18c9be09a94f614302 diff --git a/MdePkg/Include/PiPei.h b/MdePkg/Include/PiPei.h index 7124432e68..cb0996183b 100644 --- a/MdePkg/Include/PiPei.h +++ b/MdePkg/Include/PiPei.h @@ -6,13 +6,13 @@ modules only use types defined via this include file and can be ported easily to any environment. -Copyright (c) 2006 - 2007, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under +the terms and conditions of the BSD License that accompanies this distribution. +The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php. + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ @@ -22,18 +22,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #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