2 # Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume.
\r
4 # This module produces a special PPI named the DXE Initial Program Load (IPL)
\r
5 # PPI to discover and dispatch the DXE Foundation and components that are
\r
6 # needed to run the DXE Foundation.
\r
8 # Copyright (c) 2006 - 2009, Intel Corporation. <BR>
\r
9 # All rights reserved. This program and the accompanying materials
\r
10 # are licensed and made available under the terms and conditions of the BSD License
\r
11 # which accompanies this distribution. The full text of the license may be found at
\r
12 # http://opensource.org/licenses/bsd-license.php
\r
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
\r
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
\r
20 INF_VERSION = 0x00010005
\r
22 FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081
\r
24 VERSION_STRING = 1.0
\r
26 ENTRY_POINT = PeimInitializeDxeIpl
\r
29 # The following information is for reference only and not required by the build tools.
\r
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
\r
39 Ia32/VirtualMemory.h ||||PcdDxeIplSwitchToLongMode
\r
40 Ia32/VirtualMemory.c ||||PcdDxeIplSwitchToLongMode
\r
42 Ia32/IdtVectorAsm.asm||||PcdDxeIplSwitchToLongMode
\r
43 Ia32/IdtVectorAsm.S ||||PcdDxeIplSwitchToLongMode
\r
61 MdeModulePkg/MdeModulePkg.dec
\r
67 ExtractGuidedSectionLib
\r
77 gEfiDxeIplPpiGuid ## PRODUCES
\r
78 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES(Not produced on S3 boot path)
\r
79 gEfiPeiDecompressPpiGuid ## SOMETIMES_PRODUCES
\r
80 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_CONSUMES
\r
81 gEfiPeiLoadFilePpiGuid ## CONSUMES
\r
82 gEfiPeiS3ResumePpiGuid ## SOMETIMES_CONSUMES(Consumed on S3 boot path)
\r
83 gEfiPeiRecoveryModulePpiGuid ## SOMETIMES_CONSUMES(Consumed on recovery boot path)
\r
86 gEfiMemoryTypeInformationGuid ## SOMETIMES_CONSUMES ## Variable:L"MemoryTypeInformation"
\r
87 gEfiMemoryTypeInformationGuid ## SOMETIMES_PRODUCES ## HOB
\r
90 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
\r
93 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress
\r
96 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe
\r
99 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid
\r
103 # S3_RESUME ## SOMETIMES_CONSUMES
\r
104 # RECOVERY ## SOMETIMES_CONSUMES
\r
110 # MEMORY_ALLOCATION ## PRODUCES
\r
113 # MEMORY_ALLOCATION ## CONSUMES
\r
117 # # BSP Stack HOB for IPF
\r
118 # MEMORY_ALLOCATION ## PRODUCES
\r