]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/OvmfPkgIa32.dsc
Add 2 new Bds features
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32.dsc
CommitLineData
7b202cb0 1## @file\r
49ba9447 2# EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r
3#\r
55b17533 4# Copyright (c) 2006 - 2012, 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/OvmfIa32\r
27 SUPPORTED_ARCHITECTURES = IA32\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
7416f4eb 30 FLASH_DEFINITION = OvmfPkg/OvmfPkgIa32.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
f1ec65ba 97 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
98 LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r
152d9a6b 99\r
c6efcc2a 100!ifdef $(SOURCE_DEBUG_ENABLE)\r
101 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
102 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
103!else\r
42a83e80 104 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
105 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
c6efcc2a 106!endif\r
152d9a6b 107\r
7ca30a6a 108 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
c6efcc2a 109 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
8cee3de7 110 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
55b17533 111 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
8cee3de7 112\r
113!if $(SECURE_BOOT_ENABLE) == TRUE\r
114 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
115 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
116 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
117!endif\r
118\r
119[LibraryClasses.common]\r
120!if $(SECURE_BOOT_ENABLE) == TRUE\r
121 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
122!endif\r
152d9a6b 123\r
49ba9447 124[LibraryClasses.common.SEC]\r
b90aefa9 125!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 126 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 127!else\r
128 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
129!endif\r
abec2e51 130 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
fcd7e677 131 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf\r
c6efcc2a 132!ifdef $(SOURCE_DEBUG_ENABLE)\r
133 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
134!endif\r
42a83e80 135 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
136 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
137 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
138 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
152d9a6b 139\r
49ba9447 140[LibraryClasses.common.PEI_CORE]\r
49ba9447 141 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
142 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
143 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
144 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
145 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
abec2e51 146 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 147 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 148 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
b90aefa9 149!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 150 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 151!else\r
152 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
153!endif\r
49ba9447 154 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
155\r
156[LibraryClasses.common.PEIM]\r
49ba9447 157 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
158 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
159 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
160 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
161 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
abec2e51 162 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
1630c6df 163 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
49ba9447 164 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
b90aefa9 165!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 166 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 167!else\r
168 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
169!endif\r
49ba9447 170 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
171 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
172 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
c6efcc2a 173!ifdef $(SOURCE_DEBUG_ENABLE)\r
174 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
175!endif\r
49ba9447 176\r
177[LibraryClasses.common.DXE_CORE]\r
49ba9447 178 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
179 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
180 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
abec2e51 181 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b90aefa9 182!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 183 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 184!else\r
185 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
186!endif\r
49ba9447 187 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
188 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
c6efcc2a 189!ifdef $(SOURCE_DEBUG_ENABLE)\r
190 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
191!endif\r
49ba9447 192\r
193[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
49ba9447 194 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
195 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
196 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 197 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
b90aefa9 198!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 199 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 200!else\r
201 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
202!endif\r
49ba9447 203 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
49ba9447 204 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
205 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
8cee3de7 206!if $(SECURE_BOOT_ENABLE) == TRUE\r
207 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
208!endif\r
49ba9447 209\r
210[LibraryClasses.common.UEFI_DRIVER]\r
49ba9447 211 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
212 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
213 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 214 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
b90aefa9 215!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 216 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 217!else\r
218 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
219!endif\r
49ba9447 220 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
49ba9447 221 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
222\r
223[LibraryClasses.common.DXE_DRIVER]\r
49ba9447 224 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
225 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
226 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
abec2e51 227 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
49ba9447 228 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
49ba9447 229 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
b90aefa9 230!ifdef $(DEBUG_ON_SERIAL_PORT)\r
49ba9447 231 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 232!else\r
233 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
234!endif\r
49ba9447 235 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
236 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
237 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
238 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
239 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf\r
240\r
86fef5b4 241[LibraryClasses.common.UEFI_APPLICATION]\r
242 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
243 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
b90aefa9 244!ifdef $(DEBUG_ON_SERIAL_PORT)\r
86fef5b4 245 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
b90aefa9 246!else\r
247 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf\r
248!endif\r
86fef5b4 249\r
49ba9447 250################################################################################\r
251#\r
252# Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r
253#\r
254################################################################################\r
7b202cb0 255[PcdsFeatureFlag]\r
e8d1b8d8 256 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
257 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r
8fa729a8
LG
258 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r
259 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
8fa729a8
LG
260 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
261 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
e05061c5 262!if $(SECURE_BOOT_ENABLE) == TRUE\r
263 gUefiOvmfPkgTokenSpaceGuid.PcdSecureBootEnable|TRUE\r
264!endif\r
49ba9447 265\r
7b202cb0 266[PcdsFixedAtBuild]\r
e6d3b270 267 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
670a64e7 268 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
49ba9447 269 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
270 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
271 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
8cee3de7 272!if $(SECURE_BOOT_ENABLE) == TRUE\r
273 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x10000\r
274!else\r
49ba9447 275 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400\r
8cee3de7 276!endif\r
49ba9447 277 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r
27f58ea1 278 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000\r
279 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000\r
280 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000\r
281 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000\r
49ba9447 282\r
49ba9447 283 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
284\r
49ba9447 285 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
286 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r
c6efcc2a 287!ifdef $(SOURCE_DEBUG_ENABLE)\r
288 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
289!else\r
49ba9447 290 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
c6efcc2a 291!endif\r
292\r
8cee3de7 293!if $(SECURE_BOOT_ENABLE) == TRUE\r
294 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
295 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x05\r
296 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x05\r
297 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x05\r
298!endif\r
299\r
670a64e7 300!ifdef $(SOURCE_DEBUG_ENABLE)\r
c6efcc2a 301 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
670a64e7 302!endif\r
49ba9447 303\r
345a0c8f 304!if $(BUILD_NEW_SHELL)\r
305 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
306!else\r
307!if $(USE_NEW_SHELL)\r
308 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
309!endif\r
310!endif\r
311\r
49ba9447 312################################################################################\r
313#\r
314# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r
315#\r
316################################################################################\r
317\r
7b202cb0 318[PcdsDynamicDefault]\r
77ba993c 319 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r
e3130268 320 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0\r
27f58ea1 321 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
322 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
323\r
49ba9447 324\r
325################################################################################\r
326#\r
327# Components Section - list of all EDK II Modules needed by this Platform.\r
328#\r
329################################################################################\r
7b202cb0 330[Components]\r
49ba9447 331 #\r
332 # SEC Phase modules\r
333 #\r
c1c2669c 334 OvmfPkg/Sec/SecMain.inf {\r
335 <LibraryClasses>\r
336 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
337 }\r
49ba9447 338\r
339 #\r
340 # PEI Phase modules\r
341 #\r
342 MdeModulePkg/Core/Pei/PeiMain.inf\r
343 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
344 <LibraryClasses>\r
345 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
346 }\r
347 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
c1c2669c 348 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
77ba993c 349\r
350 OvmfPkg/PlatformPei/PlatformPei.inf {\r
351 <LibraryClasses>\r
352 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
353 }\r
49ba9447 354\r
355 #\r
356 # DXE Phase modules\r
357 #\r
358 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
359 <LibraryClasses>\r
360 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
361 }\r
362\r
363 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r
364 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
365 <LibraryClasses>\r
366 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
367 }\r
368\r
369 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
8cee3de7 370\r
371!if $(SECURE_BOOT_ENABLE) == TRUE\r
372 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
373 <LibraryClasses>\r
374 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
8cee3de7 375 }\r
376!else\r
49ba9447 377 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
8cee3de7 378!endif\r
379\r
e6d3b270 380 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
49ba9447 381 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
73cbc580 382 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
49ba9447 383 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
384 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
385 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
4ad90a84 386 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
49ba9447 387 PcAtChipsetPkg/KbcResetDxe/Reset.inf\r
388 MdeModulePkg/Universal/Metronome/Metronome.inf {\r
389 <LibraryClasses>\r
390 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
391 }\r
392\r
78e748bd 393 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {\r
49ba9447 394 <LibraryClasses>\r
395 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
396 }\r
397\r
c1c2669c 398 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
49ba9447 399 <LibraryClasses>\r
400 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r
8016da21 401!ifdef $(CSM_ENABLE)\r
402 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf\r
403!endif\r
49ba9447 404 }\r
405\r
efd82c57 406 OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf\r
27f58ea1 407 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r
408 <LibraryClasses>\r
409 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r
410 }\r
411 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
412 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
49ba9447 413 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
414 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
415 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
416 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
417 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
418 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
419 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
420 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
86fef5b4 421 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r
49ba9447 422 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
423 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
424 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
425 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
426 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
427 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
428 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf\r
429 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
430 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
999a815e 431 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
49ba9447 432\r
eaf4f336 433 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
434 <LibraryClasses>\r
435 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
436 }\r
49ba9447 437\r
438 #\r
439 # ISA Support\r
440 #\r
441 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r
442 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
443 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
444 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
445 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
446\r
fb511817 447 #\r
448 # SMBIOS Support\r
449 #\r
450 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
451 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
452\r
49ba9447 453 #\r
454 # ACPI Support\r
455 #\r
456 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
7d2bd150 457 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf\r
49ba9447 458 OvmfPkg/AcpiTables/AcpiTables.inf\r
7416f4eb 459\r
460 #\r
461 # Network Support\r
462 #\r
463!if $(NETWORK_ENABLE)\r
464 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
465 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
466 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
467 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r
468 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
469 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
470 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
471 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
472 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
473 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
474 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
475 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r
476 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r
477!endif\r
152d9a6b 478\r
689562cd 479 #\r
480 # Usb Support\r
481 #\r
482 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
483 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
484 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
485 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
486 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
487\r
4b3d663f 488!ifdef $(CSM_ENABLE)\r
489 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf\r
490 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf\r
491 OvmfPkg/Csm/Csm16/Csm16.inf\r
492!endif\r
493\r
345a0c8f 494!if $(BUILD_NEW_SHELL)\r
495 ShellPkg/Application/Shell/Shell.inf {\r
496 <LibraryClasses>\r
497 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
498 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
499 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
500 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
501 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
502 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
503 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
504 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
505 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
506 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
507 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
508 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf\r
509 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
d12bed15 510 PathLib|ShellPkg/Library/BasePathLib/BasePathLib.inf\r
345a0c8f 511# SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf\r
512# SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf\r
513\r
514 <PcdsFixedAtBuild>\r
515 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
516 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
517 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
518 }\r
519!endif\r
520\r
8cee3de7 521!if $(SECURE_BOOT_ENABLE) == TRUE\r
522 SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxe.inf {\r
523 <LibraryClasses>\r
524 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
525 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
526 }\r
7a616e5b 527 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
8cee3de7 528!endif\r