X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FCore%2FDxeIplPeim%2FDxeIpl.msa;h=c5529661696cda5fcf7cd1b83e929915f6641c08;hp=150af4e527714cc5027615143b3266a279dce133;hb=7689c0808e654d53f28c7993cb97a5dd9ecc9627;hpb=f40793becf28ffb9b58e29c8501410247df9dedd diff --git a/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa b/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa index 150af4e527..c552966169 100644 --- a/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa +++ b/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa @@ -7,7 +7,7 @@ 1.0 Component description file for DxeIpl module 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, Intel Corporation + 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 @@ -34,9 +34,6 @@ HobLib - - PerformanceLib - PeiServicesLib @@ -70,6 +67,9 @@ PcdLib + + PeCoffLib + DxeLoad.c @@ -80,8 +80,8 @@ Ia32/VirtualMemory.c Ia32/VirtualMemory.h X64/DxeLoadFunc.c - ipf/ImageRead.c - ipf/DxeLoadFunc.c + Ipf/ImageRead.c + Ipf/DxeLoadFunc.c @@ -134,7 +134,7 @@ - + PcdDxeIplSwitchToLongMode gEfiEdkModulePkgTokenSpaceGuid TRUE @@ -143,13 +143,13 @@ PcdDxeIplBuildShareCodeHobs gEfiEdkModulePkgTokenSpaceGuid - TRUE + FALSE If this feature is enabled, DXE IPL will build a series of HOBs to share code with DXE Core. PcdDxeIplSupportEfiDecompress gEfiEdkModulePkgTokenSpaceGuid - FALSE + TRUE If this feature is enabled, then the DXE IPL must support decompressing files compressed with the EFI Compression algorithm