VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dsc@ 44593

Last change on this file since 44593 was 39185, checked in by vboxsync, 13 years ago

EFI: backed r74630,r74631

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 19.9 KB
Line 
1# $Id: VBoxPkg.dsc 39185 2011-11-03 10:27:28Z vboxsync $
2## @file
3# VBoxPkg.dsc - VirtualBox Flash Device.
4#
5
6#
7# Copyright (C) 2009-2010 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#/
17
18
19# --------------------------------------------------------------------
20#
21# This file is based on: Ovmf/OvmfIA32.dsc
22#/** @file
23# EFI/Framework Open Virtual Machine Firmware (OVMF) platform
24#
25# Copyright (c) 2006 - 2009, Intel Corporation
26#
27# All rights reserved. This program and the accompanying materials
28# are licensed and made available under the terms and conditions of the BSD License
29# which accompanies this distribution. The full text of the license may be found at
30# http://opensource.org/licenses/bsd-license.php
31#
32# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
33# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
34#
35#**/
36
37################################################################################
38#
39# Defines Section - statements that will be processed to create a Makefile.
40#
41################################################################################
42[Defines]
43 PLATFORM_NAME = VBoxPkg
44 PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b
45 PLATFORM_VERSION = 0.1
46 DSC_ SPECIFICATION = 0x00010005
47 OUTPUT_DIRECTORY = Build/VBoxPkg
48 SUPPORTED_ARCHITECTURES = IA32
49 BUILD_TARGETS = DEBUG|RELEASE
50 SKUID_IDENTIFIER = DEFAULT
51 FLASH_DEFINITION = VBoxPkg/VBoxPkg.fdf
52
53################################################################################
54#
55# SKU Identification section - list of all SKU IDs supported by this Platform.
56#
57################################################################################
58[SkuIds]
59 0|DEFAULT
60
61################################################################################
62#
63# Library Class section - list of all Library Classes needed by this Platform.
64#
65################################################################################
66[LibraryClasses.common]
67 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
68 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
69 #TimerLib|DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
70 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
71 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
72 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
73 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
74 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
75 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
76 #PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
77 PeCoffLib|VBoxPkg/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf
78 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
79 #PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
80 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
81 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
82 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
83 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
84 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
85 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
86 GenericBdsLib|VBoxPkg/Library/VBoxGenericBdsLib/VBoxGenericBdsLib.inf
87 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
88 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
89 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
90 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
91 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
92 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
93 #OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
94 OemHookStatusCodeLib|VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf
95 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
96 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
97 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
98 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
99 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
100 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
101 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
102 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
103 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
104 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
105 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
106 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
107
108[LibraryClasses.common.SEC]
109 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
110 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
111 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
112
113[LibraryClasses.common.PEI_CORE]
114 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
115 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
116 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
117 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
118 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
119 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
120 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
121 OemHookStatusCodeLib|VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf
122 #OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
123 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
124 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
125 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
126 #PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
127
128[LibraryClasses.common.PEIM]
129 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
130 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
131 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
132 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
133 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
134 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
135 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
136 OemHookStatusCodeLib|VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf
137 #OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
138 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
139 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
140 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
141 #PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
142 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
143 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
144
145[LibraryClasses.common.DXE_CORE]
146 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
147 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
148 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
149 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
150 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
151 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
152 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
153 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
154
155[LibraryClasses.common.DXE_RUNTIME_DRIVER]
156 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
157 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
158 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
159 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
160 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
161 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
162 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
163 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
164 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
165 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
166
167[LibraryClasses.common.UEFI_DRIVER]
168 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
169 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
170 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
171 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
172 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
173 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
174 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
175 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
176 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
177 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
178
179[LibraryClasses.common.DXE_DRIVER]
180 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
181 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
182 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
183 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
184 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
185 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
186 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
187 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
188 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
189 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
190 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
191 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
192 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
193
194[LibraryClasses.common.UEFI_APPLICATION]
195 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
196 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
197 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
198 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
199
200################################################################################
201#
202# Pcd Section - list of all EDK II PCD Entries defined by this Platform.
203#
204################################################################################
205[PcdsFeatureFlag.common]
206 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|TRUE
207 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
208
209[PcdsFixedAtBuild.common]
210 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
211 gEfiSioTokenSpaceGuid.PcdSerialRegisterBase|0x3F8
212 gEfiSioTokenSpaceGuid.PcdSerialLineControl|0x07
213 gEfiSioTokenSpaceGuid.PcdSerialBoudRate|115200
214
215 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize|0x200000
216 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareBlockSize|0x10000
217 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoveryBase|0xFFE00000
218 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoverySize|0x00200000
219
220 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
221 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
222 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
223 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
224 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
225 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
226 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
227 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
228 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
229
230 gEfiEdkModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
231 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
232
233[PcdsFeatureFlag.common]
234 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
235 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
236
237 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
238 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
239 gVBoxVgaPkgTokenSpaceGuid.PcdSupportUga|FALSE
240 gVBoxVgaPkgTokenSpaceGuid.PcdSupportGop|TRUE
241
242[PcdsFixedAtBuild.common]
243 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
244 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
245 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
246
247 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"VBOX 32"|VOID*
248 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|0x10001|UINT32
249
250
251[PcdsDynamicDefault.common]
252 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|0
253 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
254 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
255 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
256 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
257
258
259################################################################################
260#
261# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
262#
263################################################################################
264
265[PcdsDynamicDefault.common.DEFAULT]
266
267################################################################################
268#
269# Components Section - list of all EDK II Modules needed by this Platform.
270#
271################################################################################
272[Components.common]
273 #
274 # SEC Phase modules
275 #
276 OvmfPkg/Sec/SecMain.inf
277
278 #
279 # PEI Phase modules
280 #
281 MdeModulePkg/Core/Pei/PeiMain.inf
282 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
283 <LibraryClasses>
284 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
285 }
286 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
287 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
288 <LibraryClasses>
289 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
290 }
291
292 OvmfPkg/PlatformPei/PlatformPei.inf {
293 <LibraryClasses>
294 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
295 }
296
297
298 #
299 # DXE Phase modules
300 #
301 MdeModulePkg/Core/Dxe/DxeMain.inf {
302 <LibraryClasses>
303 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
304 }
305
306 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
307 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
308 <LibraryClasses>
309 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
310 }
311
312 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
313 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
314 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
315 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
316 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
317 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
318 UefiCpuPkg/CpuDxe/CpuDxe.inf
319 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
320 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
321 PcAtChipsetPkg/KbcResetDxe/Reset.inf
322 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
323 MdeModulePkg/Universal/Metronome/Metronome.inf {
324 <LibraryClasses>
325 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
326 #TimerLib|DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
327 }
328
329 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
330 <LibraryClasses>
331 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
332 #TimerLib|DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
333 }
334
335 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
336 <LibraryClasses>
337 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
338 #TimerLib|DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
339 }
340
341 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
342 <LibraryClasses>
343 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
344 }
345
346 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
347 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
348 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
349 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
350 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
351 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
352 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
353 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
354 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
355 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
356 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
357 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
358 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
359 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
360 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
361 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
362 # VBOX
363 VBoxPkg/VBoxIdeBusDxe/VBoxIdeBusDxe.inf
364 VBoxPkg/VBoxIdeControllerDxe/VBoxIdeControllerDxe.inf
365 # VBOX end
366 #IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
367 #PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
368 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
369 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
370
371 # VBOX
372 VBoxPkg/VBoxFsDxe/VBoxIso9660.inf
373 VBoxPkg/VBoxFsDxe/VBoxHfs.inf
374 VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf
375 VBoxPkg/VBoxVgaDxe/VBoxVgaDxe.inf
376 VBoxPkg/VBoxSysTables/VBoxSysTables.inf
377 VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf
378 VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf
379 # VBOX end
380 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
381
382 #
383 # ISA Support
384 #
385 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
386 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
387 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
388 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
389 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
390
391 #
392 # ACPI Support
393 #
394 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
395 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
396
397 #
398 # This module is for debug purposes (breaks build in Windows host).
399 # Don't include it to fdf
400 #VBoxPkg/VBoxInterceptorDxe/VBoxInterceptorDxe.inf
401
402 #
403 # add -DVBOX
404 #
405[BuildOptions.common]
406 GCC:*_*_*_CC_FLAGS = -DVBOX -DARCH_BITS=32 -DHC_ARCH_BITS=32 -DEFI_SPECIFICATION_VERSION=0x0002000A -DPI_SPECIFICATION_VERSION=0x00010000 -DTIANO_RELEASE_VERSION=0x00080006
407 #
408 # mingw set 0x4000000 as a default image base that is the reason
409 # PCD module loaded in the middle of space grub supposed to load
410 # boot images.
411 # this base address chosen looking at
412 # Shell> memmap
413 # in the place where Image.c locates the rest of the modules.
414 GCC:*_*_*_DLINK_FLAGS = --image-base 0x1f000000
415 INTEL:*_*_*_CC_FLAGS = -DVBOX -DARCH_BITS=32 -DHC_ARCH_BITS=32 -DEFI_SPECIFICATION_VERSION=0x0002000A -DPI_SPECIFICATION_VERSION=0x00010000 -DTIANO_RELEASE_VERSION=0x00080006
416 MSFT:*_*_*_CC_FLAGS = -DVBOX -DARCH_BITS=32 -DHC_ARCH_BITS=32 -DEFI_SPECIFICATION_VERSION=0x0002000A -DPI_SPECIFICATION_VERSION=0x00010000 -DTIANO_RELEASE_VERSION=0x00080006
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette