]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
free allocated memory in error handler.
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
CommitLineData
95276127 1#/** @file\r
48557c65 2# Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume.\r
96226baa 3# \r
48557c65 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
7#\r
28efc722 8# Copyright (c) 2006 - 2009, Intel Corporation. <BR>\r
95276127 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
96226baa 11# which accompanies this distribution. The full text of the license may be found at\r
95276127 12# http://opensource.org/licenses/bsd-license.php\r
96226baa 13# \r
95276127 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
96226baa 16# \r
95276127 17#**/\r
18\r
95276127 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeIpl\r
22 FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
95276127 25\r
26 ENTRY_POINT = PeimInitializeDxeIpl\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
078bee4e 31# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
95276127 32#\r
33\r
95276127 34[Sources.common]\r
35 DxeIpl.h\r
36 DxeLoad.c\r
95276127 37\r
38[Sources.Ia32]\r
f50cf503 39 Ia32/VirtualMemory.h ||||PcdDxeIplSwitchToLongMode\r
40 Ia32/VirtualMemory.c ||||PcdDxeIplSwitchToLongMode\r
95276127 41 Ia32/DxeLoadFunc.c\r
4bfa7dc4 42 Ia32/IdtVectorAsm.asm||||PcdDxeIplSwitchToLongMode\r
43 Ia32/IdtVectorAsm.S ||||PcdDxeIplSwitchToLongMode\r
95276127 44\r
c2efc4b0 45[Sources.X64]\r
f3b33289 46 X64/VirtualMemory.h\r
47 X64/VirtualMemory.c\r
95276127 48 X64/DxeLoadFunc.c\r
95276127 49\r
50[Sources.IPF]\r
51 Ipf/DxeLoadFunc.c\r
95276127 52\r
c2efc4b0 53[Sources.EBC]\r
54 Ebc/DxeLoadFunc.c\r
c2efc4b0 55\r
95276127 56[Packages]\r
623ad724 57 MdePkg/MdePkg.dec\r
58 MdeModulePkg/MdeModulePkg.dec\r
95276127 59\r
95276127 60[LibraryClasses]\r
95276127 61 PcdLib\r
62 MemoryAllocationLib\r
63 BaseMemoryLib\r
18fd8d65 64 ExtractGuidedSectionLib\r
95276127 65 UefiDecompressLib\r
95276127 66 ReportStatusCodeLib\r
67 PeiServicesLib\r
68 HobLib\r
69 BaseLib\r
70 PeimEntryPoint\r
71 DebugLib\r
95276127 72\r
95276127 73[Ppis]\r
f50cf503 74 gEfiDxeIplPpiGuid ## PRODUCES\r
75 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES(Not produced on S3 boot path)\r
76 gEfiPeiDecompressPpiGuid ## SOMETIMES_PRODUCES\r
77 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_CONSUMES\r
28efc722 78 gEfiPeiLoadFilePpiGuid ## CONSUMES\r
79 gEfiPeiS3ResumePpiGuid ## SOMETIMES_CONSUMES(Consumed on S3 boot path)\r
80 gEfiPeiRecoveryModulePpiGuid ## SOMETIMES_CONSUMES(Consumed on recovery boot path)\r
b74350e9 81\r
82[Guids]\r
f50cf503 83 gEfiMemoryTypeInformationGuid ## SOMETIMES_CONSUMES ## Variable:L"MemoryTypeInformation"\r
84 gEfiMemoryTypeInformationGuid ## SOMETIMES_PRODUCES ## HOB\r
95276127 85\r
b3af5df6 86[FeaturePcd.IA32]\r
87 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
95276127 88\r
873b7997 89[FeaturePcd.common]\r
90 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress\r
91\r
797a9d67 92[FixedPcd.common]\r
93 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe\r
91d92e25 94\r
95276127 95[Depex]\r
28efc722 96 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid\r
95276127 97\r
f50cf503 98#\r
99# [BootMode] \r
100# S3_RESUME ## SOMETIMES_CONSUMES\r
101# RECOVERY ## SOMETIMES_CONSUMES\r
102#\r
103# \r
104# [Hob]\r
105# ##\r
106# # New Stack HoB\r
107# MEMORY_ALLOCATION ## PRODUCES\r
108# ##\r
109# # Old Stack HOB\r
110# MEMORY_ALLOCATION ## CONSUMES\r
111#\r
112# [Hob.IPF]\r
113# ##\r
114# # BSP Stack HOB for IPF\r
115# MEMORY_ALLOCATION ## PRODUCES\r
116#\r
117# \r