]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/OvmfPkgX64.dsc
OvmfPkg/EmuVariableFvbRuntimeDxe: Add support for PcdSecureBootEnable
[mirror_edk2.git] / OvmfPkg / OvmfPkgX64.dsc
CommitLineData
7b202cb0 1## @file\r
49ba9447 2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r
3#\r
7ca30a6a 4# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
49ba9447 5#\r
56d7640a 6# This program and the accompanying materials\r
49ba9447 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
7b202cb0 14##\r
49ba9447 15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 PLATFORM_NAME = Ovmf\r
23 PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b\r
24 PLATFORM_VERSION = 0.1\r
713b7b5e 25 DSC_SPECIFICATION = 0x00010005\r
49ba9447 26 OUTPUT_DIRECTORY = Build/OvmfX64\r
27 SUPPORTED_ARCHITECTURES = X64\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
7416f4eb 30 FLASH_DEFINITION = OvmfPkg/OvmfPkgX64.fdf\r
49ba9447 31\r
e05061c5 32 #\r
33 # Defines for default states. These can be changed on the command line.\r
34 # -D FLAG=VALUE\r
35 #\r
36 DEFINE SECURE_BOOT_ENABLE = FALSE\r
37\r
0bc7e56d 38[BuildOptions]\r
152d9a6b 39 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
40 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
41 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r
4a8266f5 42 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse\r
0bc7e56d 43\r
49ba9447 44################################################################################\r
45#\r
46# SKU Identification section - list of all SKU IDs supported by this Platform.\r
47#\r
48################################################################################\r
49[SkuIds]\r
50 0|DEFAULT\r
51\r
52################################################################################\r
53#\r
54# Library Class section - list of all Library Classes needed by this Platform.\r
55#\r
56################################################################################\r
7b202cb0 57[LibraryClasses]\r
49ba9447 58 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
59 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
60 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
4a8266f5 61 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
49ba9447 62 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
63 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
64 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
65 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
66 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
49ba9447 67 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
68 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
69 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
70 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
49ba9447 71 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
72 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
73 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
74 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
75 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
76 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
77 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
1630c6df 78 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 79 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf\r
80 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r
86fef5b4 81 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
82 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
83 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
84 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
85 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
86 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
14b21de9 87 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf\r
7052047f 88 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
284af948 89 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
8273af4e 90 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
7416f4eb 91 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
92 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
93 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
94 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
689562cd 95 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
b043ebc2 96 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf\r
d33db927 97 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
c6efcc2a 98\r
99!ifdef $(SOURCE_DEBUG_ENABLE)\r
100 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
101 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
102!else\r
42a83e80 103 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
104 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
c6efcc2a 105!endif\r
152d9a6b 106\r
7ca30a6a 107 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
c6efcc2a 108 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
5de1a578 109 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
152d9a6b 110\r
49ba9447 111[LibraryClasses.common.SEC]\r
112 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
abec2e51 113 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
fcd7e677 114 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf\r
c6efcc2a 115!ifdef $(SOURCE_DEBUG_ENABLE)\r
116 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
117!endif\r
42a83e80 118 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
119 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
120 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
121 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
49ba9447 122\r
123[LibraryClasses.common.PEI_CORE]\r
49ba9447 124 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
125 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
126 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
127 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
128 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
abec2e51 129 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 130 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 131 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
132 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
133 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
134\r
135[LibraryClasses.common.PEIM]\r
49ba9447 136 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
137 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
138 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
139 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
140 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
abec2e51 141 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 142 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 143 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
144 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
145 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
146 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
147 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
c6efcc2a 148!ifdef $(SOURCE_DEBUG_ENABLE)\r
149 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
150!endif\r
49ba9447 151\r
152[LibraryClasses.common.DXE_CORE]\r
49ba9447 153 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
154 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
155 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
abec2e51 156 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 157 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
158 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
159 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
c6efcc2a 160!ifdef $(SOURCE_DEBUG_ENABLE)\r
161 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
162!endif\r
49ba9447 163\r
164[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
49ba9447 165 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
166 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
167 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 168 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
49ba9447 169 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
170 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
49ba9447 171 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
172 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
49ba9447 173\r
174[LibraryClasses.common.UEFI_DRIVER]\r
49ba9447 175 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
176 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
177 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 178 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 179 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
180 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
49ba9447 181 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
182\r
183[LibraryClasses.common.DXE_DRIVER]\r
49ba9447 184 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
185 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
186 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 187 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 188 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
49ba9447 189 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
190 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
191 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
192 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
193 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
194 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
195 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf\r
196\r
86fef5b4 197[LibraryClasses.common.UEFI_APPLICATION]\r
198 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
199 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
200 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
201\r
49ba9447 202################################################################################\r
203#\r
204# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
205#\r
206################################################################################\r
7b202cb0 207[PcdsFeatureFlag]\r
e8d1b8d8 208 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
209 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r
8fa729a8
LG
210 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r
211 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
8fa729a8
LG
212 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
213 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
214 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE\r
215 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE\r
e05061c5 216!if $(SECURE_BOOT_ENABLE) == TRUE\r
217 gUefiOvmfPkgTokenSpaceGuid.PcdSecureBootEnable|TRUE\r
218!endif\r
8fa729a8 219\r
7b202cb0 220[PcdsFixedAtBuild]\r
e6d3b270 221 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
670a64e7 222 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
49ba9447 223 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
224 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
225 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
226 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400\r
227 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
27f58ea1 228 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000\r
229 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000\r
230 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000\r
231 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000\r
49ba9447 232\r
49ba9447 233 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
234\r
49ba9447 235 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
236 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
c6efcc2a 237!ifdef $(SOURCE_DEBUG_ENABLE)\r
238 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
239!else\r
49ba9447 240 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
c6efcc2a 241!endif\r
242\r
670a64e7 243!ifdef $(SOURCE_DEBUG_ENABLE)\r
c6efcc2a 244 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
670a64e7 245!endif\r
49ba9447 246\r
345a0c8f 247!if $(BUILD_NEW_SHELL)\r
248 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
249!else\r
250!if $(USE_NEW_SHELL)\r
251 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
252!endif\r
253!endif\r
254\r
49ba9447 255################################################################################\r
256#\r
257# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
258#\r
259################################################################################\r
260\r
7b202cb0 261[PcdsDynamicDefault]\r
77ba993c 262 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
e3130268 263 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
27f58ea1 264 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
265 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
266\r
49ba9447 267\r
268################################################################################\r
269#\r
270# Components Section - list of all EDK II Modules needed by this Platform.\r
271#\r
272################################################################################\r
7b202cb0 273[Components]\r
49ba9447 274 #\r
275 # SEC Phase modules\r
276 #\r
c1c2669c 277 OvmfPkg/Sec/SecMain.inf {\r
278 <LibraryClasses>\r
279 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
280 }\r
49ba9447 281\r
282 #\r
283 # PEI Phase modules\r
284 #\r
285 MdeModulePkg/Core/Pei/PeiMain.inf\r
286 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
287 <LibraryClasses>\r
288 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
289 }\r
290 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
c1c2669c 291 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
77ba993c 292\r
293 OvmfPkg/PlatformPei/PlatformPei.inf {\r
294 <LibraryClasses>\r
295 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
296 }\r
49ba9447 297\r
298 #\r
299 # DXE Phase modules\r
300 #\r
301 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
302 <LibraryClasses>\r
303 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
304 }\r
305\r
306 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
307 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
308 <LibraryClasses>\r
309 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
310 }\r
c1c2669c 311\r
49ba9447 312 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
313 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
e6d3b270 314 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
49ba9447 315 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
73cbc580 316 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
49ba9447 317 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
318 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
319 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
4ad90a84 320 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
49ba9447 321 PcAtChipsetPkg/KbcResetDxe/Reset.inf\r
322 MdeModulePkg/Universal/Metronome/Metronome.inf {\r
323 <LibraryClasses>\r
324 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
325 }\r
326\r
78e748bd 327 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {\r
49ba9447 328 <LibraryClasses>\r
329 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
330 }\r
331\r
c1c2669c 332 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
49ba9447 333 <LibraryClasses>\r
334 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
8016da21 335!ifdef $(CSM_ENABLE)\r
336 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf\r
337!endif\r
49ba9447 338 }\r
339\r
efd82c57 340 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf\r
27f58ea1 341 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r
342 <LibraryClasses>\r
343 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r
344 }\r
345 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
346 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
49ba9447 347 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
348 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
349 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
350 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
351 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
352 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
353 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
354 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
86fef5b4 355 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
49ba9447 356 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
357 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
358 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
359 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
360 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
361 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
362 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf\r
363 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
364 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
999a815e 365 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
49ba9447 366\r
eaf4f336 367 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
368 <LibraryClasses>\r
369 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
370 }\r
49ba9447 371\r
372 #\r
373 # ISA Support\r
374 #\r
375 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r
376 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
377 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
378 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
379 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
380\r
fb511817 381 #\r
382 # SMBIOS Support\r
383 #\r
384 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
385 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
386\r
49ba9447 387 #\r
388 # ACPI Support\r
389 #\r
390 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
391 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
392 OvmfPkg/AcpiTables/AcpiTables.inf\r
7416f4eb 393\r
394 #\r
395 # Network Support\r
396 #\r
397!if $(NETWORK_ENABLE)\r
398 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
399 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
400 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
401 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
402 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
403 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
404 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
405 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
406 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
407 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
408 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
409 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
410 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
411!endif\r
152d9a6b 412\r
689562cd 413 #\r
414 # Usb Support\r
415 #\r
416 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
417 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
418 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
419 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
420 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
421\r
4b3d663f 422!ifdef $(CSM_ENABLE)\r
423 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf\r
424 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf\r
425 OvmfPkg/Csm/Csm16/Csm16.inf\r
426!endif\r
427\r
345a0c8f 428!if $(BUILD_NEW_SHELL)\r
429 ShellPkg/Application/Shell/Shell.inf {\r
430 <LibraryClasses>\r
431 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
432 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
433 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
434 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
435 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
436 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
437 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
438 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
439 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
440 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
441 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
442 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf\r
443 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
d12bed15 444 PathLib|ShellPkg/Library/BasePathLib/BasePathLib.inf\r
345a0c8f 445# SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf\r
446# SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf\r
447\r
448 <PcdsFixedAtBuild>\r
449 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
450 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
451 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
452 }\r
453!endif\r
454\r