X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FCore%2FDxeIplPeim%2FDxeIpl.msa;h=fa11a87737efd175f90b466287ae539c8ca226a0;hp=c3042e1186a14f4c7deb4388031bf6d96e173504;hb=b28d0bd1d2375b604371067257804d6fcc99536a;hpb=542834ce80eccbd942e5d4a7a35fb171d3dbba6f diff --git a/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa b/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa index c3042e1186..fa11a87737 100644 --- a/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa +++ b/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa @@ -1,5 +1,5 @@ - - + + DxeIpl PEIM @@ -8,11 +8,11 @@ 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 - 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, + 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, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 @@ -67,19 +67,21 @@ MemoryAllocationLib + + PcdLib + 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 @@ -118,9 +120,6 @@ gEfiPeiSecurityPpiGuid - - gPeiInMemoryGuid - @@ -134,4 +133,36 @@ 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