X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FCore%2FDxeIplPeim%2FDxeIpl.msa;h=c5529661696cda5fcf7cd1b83e929915f6641c08;hp=65c991f913f7899b311bd0cae17b040d23993b62;hb=2008636e60313c220e8b2517e4acae710e3aa320;hpb=1f86f0814aadbb8cedf6747fabc43ed163bff524 diff --git a/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa b/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa index 65c991f913..c552966169 100644 --- a/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa +++ b/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa @@ -1,21 +1,13 @@ - - + DxeIpl PEIM 86D70125-BAA3-4296-A62F-602BEBBB9081 1.0 Component description file for DxeIpl module - FIX ME! - Copyright (c) 2004-2006, Intel Corporation + The responsibility of this module is to load the DXE Core from a Firmware Volume. This implementation i used to load a 32-bit DXE Core. + 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 @@ -42,9 +34,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> HobLib - - PerformanceLib - PeiServicesLib @@ -75,70 +64,105 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> MemoryAllocationLib + + PcdLib + + + PeCoffLib + DxeLoad.c + DxeIpl.h DxeIpl.dxs - Ia32/ImageRead.c + Ia32/ImageRead.c Ia32/DxeLoadFunc.c - Ia32/ImageRead.c - Ia32/DxeLoadFunc.c - ipf/ImageRead.c - ipf/DxeLoadFunc.c - Ia32/ImageRead.c - Ia32/DxeLoadFunc.c + Ia32/VirtualMemory.c + Ia32/VirtualMemory.h + X64/DxeLoadFunc.c + Ipf/ImageRead.c + Ipf/DxeLoadFunc.c - + - Decompress + gEfiDecompressProtocolGuid - TianoDecompress + gEfiTianoDecompressProtocolGuid - CustomizedDecompress + gEfiCustomizedDecompressProtocolGuid - DxeIpl + gEfiDxeIplPpiGuid - FvFileLoader + gEfiPeiFvFileLoaderPpiGuid - EndOfPeiSignal + gEfiEndOfPeiSignalPpiGuid - RecoveryModule + gEfiPeiRecoveryModulePpiGuid - S3Resume + gEfiPeiS3ResumePpiGuid - SectionExtraction + gEfiPeiSectionExtractionPpiGuid - Security - - - PeiInMemory + gEfiPeiSecurityPpiGuid - PeiPeCoffLoader + gEfiPeiPeCoffLoaderGuid - EFI_SPECIFICATION_VERSION 0x00000000 - EDK_RELEASE_VERSION 0x00090000 + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 PeimInitializeDxeIpl + + + PcdDxeIplSwitchToLongMode + gEfiEdkModulePkgTokenSpaceGuid + TRUE + If this feature is enabled, then the DXE IPL will load a 64-bit DxeCore. + + + PcdDxeIplBuildShareCodeHobs + gEfiEdkModulePkgTokenSpaceGuid + FALSE + If this feature is enabled, DXE IPL will build a series of HOBs to share code with DXE Core. + + + PcdDxeIplSupportEfiDecompress + gEfiEdkModulePkgTokenSpaceGuid + TRUE + If this feature is enabled, then the DXE IPL must support decompressing files compressed with the EFI Compression algorithm + + + PcdDxeIplSupportTianoDecompress + gEfiEdkModulePkgTokenSpaceGuid + TRUE + If this feature is enabled, then the DXE IPL must support decompressing files compressed with the Tiano Compression algorithm + + + PcdDxeIplSupportCustomDecompress + gEfiEdkModulePkgTokenSpaceGuid + TRUE + If this feature is enabled, then the DXE IPL must support decompressing files compressed with the Custom Compression algorithm + + \ No newline at end of file