]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
MdeModulePkg: Added ARM Aarch64 architecture support
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
CommitLineData
6bfbb5f0 1## @file\r
31f228cf 2# Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume.\r
e7af83ae 3#\r
31f228cf 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
f6dbfa54 8# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
cd5ebaa0 9# This program and the accompanying materials\r
31f228cf 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
e7af83ae 13#\r
31f228cf 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
e7af83ae 16#\r
6bfbb5f0 17##\r
31f228cf 18\r
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
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
716e5077 31# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) AARCH64\r
31f228cf 32#\r
33\r
6bfbb5f0 34[Sources]\r
31f228cf 35 DxeIpl.h\r
36 DxeLoad.c\r
37\r
38[Sources.Ia32]\r
63971079
ED
39 X64/VirtualMemory.h ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
40 X64/VirtualMemory.c ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
31f228cf 41 Ia32/DxeLoadFunc.c\r
63971079
ED
42 Ia32/IdtVectorAsm.asm||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
43 Ia32/IdtVectorAsm.S ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
31f228cf 44\r
45[Sources.X64]\r
46 X64/VirtualMemory.h\r
47 X64/VirtualMemory.c\r
e47f0da4 48 X64/DxeLoadFunc.c \r
31f228cf 49\r
50[Sources.IPF]\r
51 Ipf/DxeLoadFunc.c\r
52\r
53[Sources.EBC]\r
54 Ebc/DxeLoadFunc.c\r
55\r
716e5077 56[Sources.ARM, Sources.AARCH64]\r
31f228cf 57 Arm/DxeLoadFunc.c\r
58\r
59[Packages]\r
60 MdePkg/MdePkg.dec\r
61 MdeModulePkg/MdeModulePkg.dec\r
62\r
63[LibraryClasses]\r
64 PcdLib\r
65 MemoryAllocationLib\r
66 BaseMemoryLib\r
67 ExtractGuidedSectionLib\r
68 UefiDecompressLib\r
69 ReportStatusCodeLib\r
70 PeiServicesLib\r
71 HobLib\r
72 BaseLib\r
73 PeimEntryPoint\r
74 DebugLib\r
e7af83ae 75 DebugAgentLib\r
bdfbe63e 76 PeiServicesTablePointerLib\r
31f228cf 77\r
78[Ppis]\r
79 gEfiDxeIplPpiGuid ## PRODUCES\r
80 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES(Not produced on S3 boot path)\r
81 gEfiPeiDecompressPpiGuid ## SOMETIMES_PRODUCES\r
82 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_CONSUMES\r
83 gEfiPeiLoadFilePpiGuid ## CONSUMES\r
77215d10 84 gEfiPeiS3Resume2PpiGuid ## SOMETIMES_CONSUMES(Consumed on S3 boot path)\r
31f228cf 85 gEfiPeiRecoveryModulePpiGuid ## SOMETIMES_CONSUMES(Consumed on recovery boot path)\r
86\r
87[Guids]\r
88 gEfiMemoryTypeInformationGuid ## SOMETIMES_CONSUMES ## Variable:L"MemoryTypeInformation"\r
89 gEfiMemoryTypeInformationGuid ## SOMETIMES_PRODUCES ## HOB\r
90\r
91[FeaturePcd.IA32]\r
92 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
93\r
e47f0da4 94[FeaturePcd.X64]\r
95 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables\r
96\r
6bfbb5f0 97[FeaturePcd]\r
31f228cf 98 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress\r
99\r
378175d2
JY
100[Pcd.IA32,Pcd.X64]\r
101 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable\r
102\r
31f228cf 103[Depex]\r
f6dbfa54 104 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid AND gEfiPeiMasterBootModePpiGuid\r
31f228cf 105\r
106#\r
e7af83ae 107# [BootMode]\r
31f228cf 108# S3_RESUME ## SOMETIMES_CONSUMES\r
109# RECOVERY ## SOMETIMES_CONSUMES\r
110#\r
e7af83ae 111#\r
31f228cf 112# [Hob]\r
113# ##\r
114# # New Stack HoB\r
115# MEMORY_ALLOCATION ## PRODUCES\r
116# ##\r
117# # Old Stack HOB\r
118# MEMORY_ALLOCATION ## CONSUMES\r
119#\r
120# [Hob.IPF]\r
121# ##\r
122# # BSP Stack HOB for IPF\r
123# MEMORY_ALLOCATION ## PRODUCES\r
124#\r
e7af83ae 125#\r