]>
Commit | Line | Data |
---|---|---|
49ba9447 | 1 | #/** @file\r |
2 | # EFI/Framework Open Virtual Machine Firmware (OVMF) platform\r | |
3 | #\r | |
c1c2669c | 4 | # Copyright (c) 2006 - 2010, Intel Corporation\r |
49ba9447 | 5 | #\r |
6 | # All rights reserved. This program and the accompanying materials\r | |
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 | |
14 | #**/\r | |
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 | |
30 | FLASH_DEFINITION = OvmfPkg/OvmfPkg.fdf\r | |
31 | \r | |
0bc7e56d | 32 | [BuildOptions]\r |
33 | GCC:*_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r | |
34 | INTEL:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r | |
35 | MSFT:*_*_*_CC_FLAGS = /D MDEPKG_NDEBUG\r | |
36 | \r | |
49ba9447 | 37 | ################################################################################\r |
38 | #\r | |
39 | # SKU Identification section - list of all SKU IDs supported by this Platform.\r | |
40 | #\r | |
41 | ################################################################################\r | |
42 | [SkuIds]\r | |
43 | 0|DEFAULT\r | |
44 | \r | |
45 | ################################################################################\r | |
46 | #\r | |
47 | # Library Class section - list of all Library Classes needed by this Platform.\r | |
48 | #\r | |
49 | ################################################################################\r | |
50 | [LibraryClasses.common]\r | |
51 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
52 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r | |
53 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r | |
54 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r | |
55 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r | |
56 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r | |
57 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r | |
58 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r | |
59 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r | |
60 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r | |
49ba9447 | 61 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r |
62 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r | |
63 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r | |
64 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r | |
49ba9447 | 65 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r |
66 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r | |
67 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r | |
68 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r | |
69 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r | |
70 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r | |
71 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r | |
1630c6df | 72 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r |
49ba9447 | 73 | SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf\r |
74 | MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf\r | |
86fef5b4 | 75 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r |
76 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r | |
77 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r | |
78 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r | |
79 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r | |
80 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
14b21de9 | 81 | NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf\r |
82 | FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf\r | |
284af948 | 83 | UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r |
8273af4e | 84 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r |
49ba9447 | 85 | \r |
86 | [LibraryClasses.common.SEC]\r | |
8cf01cae | 87 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.inf\r |
49ba9447 | 88 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r |
abec2e51 | 89 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
c1c2669c | 90 | ExtractGuidedSectionLib|OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.inf\r |
49ba9447 | 91 | \r |
92 | [LibraryClasses.common.PEI_CORE]\r | |
8cf01cae | 93 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r |
49ba9447 | 94 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r |
95 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r | |
96 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
97 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
98 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r | |
abec2e51 | 99 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
1630c6df | 100 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r |
49ba9447 | 101 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r |
102 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r | |
103 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r | |
104 | \r | |
105 | [LibraryClasses.common.PEIM]\r | |
8cf01cae | 106 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r |
49ba9447 | 107 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r |
108 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r | |
109 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
110 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
111 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r | |
abec2e51 | 112 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
1630c6df | 113 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r |
49ba9447 | 114 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r |
115 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r | |
116 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r | |
117 | PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r | |
118 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r | |
119 | \r | |
120 | [LibraryClasses.common.DXE_CORE]\r | |
8cf01cae | 121 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r |
49ba9447 | 122 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r |
123 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r | |
124 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r | |
abec2e51 | 125 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r |
49ba9447 | 126 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r |
127 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
128 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r | |
129 | \r | |
130 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]\r | |
8cf01cae | 131 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r |
49ba9447 | 132 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
133 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r | |
134 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
abec2e51 | 135 | ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r |
49ba9447 | 136 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r |
137 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
49ba9447 | 138 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r |
139 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r | |
49ba9447 | 140 | \r |
141 | [LibraryClasses.common.UEFI_DRIVER]\r | |
8cf01cae | 142 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r |
49ba9447 | 143 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
144 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r | |
145 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
abec2e51 | 146 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r |
49ba9447 | 147 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r |
148 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
49ba9447 | 149 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r |
150 | \r | |
151 | [LibraryClasses.common.DXE_DRIVER]\r | |
8cf01cae | 152 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r |
49ba9447 | 153 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
154 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
155 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
abec2e51 | 156 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r |
49ba9447 | 157 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r |
49ba9447 | 158 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r |
159 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r | |
160 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r | |
161 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r | |
162 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r | |
163 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r | |
164 | PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf\r | |
165 | \r | |
86fef5b4 | 166 | [LibraryClasses.common.UEFI_APPLICATION]\r |
8cf01cae | 167 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r |
86fef5b4 | 168 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
169 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
170 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r | |
171 | \r | |
49ba9447 | 172 | ################################################################################\r |
173 | #\r | |
174 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform.\r | |
175 | #\r | |
176 | ################################################################################\r | |
177 | [PcdsFeatureFlag.common]\r | |
e8d1b8d8 | 178 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r |
179 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE\r | |
49ba9447 | 180 | \r |
181 | [PcdsFixedAtBuild.common]\r | |
e6d3b270 | 182 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r |
49ba9447 | 183 | gEfiSioTokenSpaceGuid.PcdSerialRegisterBase|0x3F8\r |
184 | gEfiSioTokenSpaceGuid.PcdSerialLineControl|0x07\r | |
185 | gEfiSioTokenSpaceGuid.PcdSerialBoudRate|115200\r | |
186 | \r | |
49ba9447 | 187 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r |
188 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r | |
189 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r | |
190 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400\r | |
191 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r | |
27f58ea1 | 192 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000\r |
193 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000\r | |
194 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000\r | |
195 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000\r | |
49ba9447 | 196 | \r |
197 | gEfiEdkModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE\r | |
198 | gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r | |
199 | \r | |
200 | [PcdsFeatureFlag.common]\r | |
201 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE\r | |
202 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r | |
203 | \r | |
204 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r | |
205 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r | |
206 | gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE\r | |
207 | gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE\r | |
208 | \r | |
209 | [PcdsFixedAtBuild.common]\r | |
210 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r | |
211 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F\r | |
212 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r | |
213 | \r | |
49ba9447 | 214 | ################################################################################\r |
215 | #\r | |
216 | # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r | |
217 | #\r | |
218 | ################################################################################\r | |
219 | \r | |
77ba993c | 220 | [PcdsDynamicDefault.common]\r |
221 | gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0\r | |
27f58ea1 | 222 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0\r |
223 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r | |
224 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r | |
225 | \r | |
49ba9447 | 226 | \r |
227 | ################################################################################\r | |
228 | #\r | |
229 | # Components Section - list of all EDK II Modules needed by this Platform.\r | |
230 | #\r | |
231 | ################################################################################\r | |
232 | [Components.common]\r | |
233 | #\r | |
234 | # SEC Phase modules\r | |
235 | #\r | |
c1c2669c | 236 | OvmfPkg/Sec/SecMain.inf {\r |
237 | <LibraryClasses>\r | |
238 | NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r | |
239 | }\r | |
49ba9447 | 240 | \r |
241 | #\r | |
242 | # PEI Phase modules\r | |
243 | #\r | |
244 | MdeModulePkg/Core/Pei/PeiMain.inf\r | |
245 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r | |
246 | <LibraryClasses>\r | |
247 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
248 | }\r | |
249 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r | |
c1c2669c | 250 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r |
77ba993c | 251 | \r |
252 | OvmfPkg/PlatformPei/PlatformPei.inf {\r | |
253 | <LibraryClasses>\r | |
254 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r | |
255 | }\r | |
49ba9447 | 256 | \r |
257 | #\r | |
258 | # DXE Phase modules\r | |
259 | #\r | |
260 | MdeModulePkg/Core/Dxe/DxeMain.inf {\r | |
261 | <LibraryClasses>\r | |
262 | NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r | |
263 | }\r | |
264 | \r | |
265 | IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r | |
266 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r | |
267 | <LibraryClasses>\r | |
268 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
269 | }\r | |
c1c2669c | 270 | \r |
49ba9447 | 271 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r |
272 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r | |
273 | IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r | |
e6d3b270 | 274 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r |
e471bf1f | 275 | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r |
49ba9447 | 276 | PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r |
73cbc580 | 277 | UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r |
49ba9447 | 278 | UefiCpuPkg/CpuDxe/CpuDxe.inf\r |
279 | PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r | |
280 | PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r | |
4ad90a84 | 281 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r |
49ba9447 | 282 | PcAtChipsetPkg/KbcResetDxe/Reset.inf\r |
283 | MdeModulePkg/Universal/Metronome/Metronome.inf {\r | |
284 | <LibraryClasses>\r | |
285 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r | |
286 | }\r | |
287 | \r | |
78e748bd | 288 | PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {\r |
49ba9447 | 289 | <LibraryClasses>\r |
290 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r | |
291 | }\r | |
292 | \r | |
c1c2669c | 293 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {\r |
49ba9447 | 294 | <LibraryClasses>\r |
295 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf\r | |
296 | }\r | |
297 | \r | |
27f58ea1 | 298 | OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {\r |
299 | <LibraryClasses>\r | |
300 | PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf\r | |
301 | }\r | |
302 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r | |
303 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r | |
49ba9447 | 304 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r |
305 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r | |
306 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r | |
307 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r | |
308 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r | |
309 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r | |
310 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r | |
311 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r | |
86fef5b4 | 312 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r |
49ba9447 | 313 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r |
314 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r | |
315 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r | |
316 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r | |
317 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r | |
318 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r | |
319 | PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf\r | |
320 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r | |
321 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r | |
322 | \r | |
323 | OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf\r | |
324 | \r | |
325 | #\r | |
326 | # ISA Support\r | |
327 | #\r | |
328 | PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r | |
329 | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r | |
330 | IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r | |
331 | IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r | |
332 | IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r | |
333 | \r | |
334 | #\r | |
335 | # ACPI Support\r | |
336 | #\r | |
337 | MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r | |
338 | MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf\r | |
339 | OvmfPkg/AcpiTables/AcpiTables.inf\r | |
340 | \r |