VirtualBox

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

Last change on this file since 32394 was 32394, checked in by vboxsync, 14 years ago

more branding and header fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 19.7 KB
Line 
1# $Id: VBoxPkg.dsc 32394 2010-09-10 12:13:11Z 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
106[LibraryClasses.common.SEC]
107 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
108 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
109 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
110
111[LibraryClasses.common.PEI_CORE]
112 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
113 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
114 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
115 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
116 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
117 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
118 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
119 OemHookStatusCodeLib|VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf
120 #OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
121 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
122 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
123 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
124 #PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
125
126[LibraryClasses.common.PEIM]
127 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
128 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
129 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
130 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
131 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
132 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
133 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
134 OemHookStatusCodeLib|VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf
135 #OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
136 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
137 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
138 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
139 #PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
140 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
141 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
142
143[LibraryClasses.common.DXE_CORE]
144 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
145 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
146 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
147 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
148 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
149 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
150 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
151 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
152
153[LibraryClasses.common.DXE_RUNTIME_DRIVER]
154 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
155 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
156 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
157 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
158 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
159 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
160 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
161 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
162 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
163 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
164
165[LibraryClasses.common.UEFI_DRIVER]
166 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
167 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
168 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
169 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
170 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
171 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
172 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
173 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
174 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
175 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
176
177[LibraryClasses.common.DXE_DRIVER]
178 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
179 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
180 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
181 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
182 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
183 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
184 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
185 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
186 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
187 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
188 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
189 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
190 PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
191
192[LibraryClasses.common.UEFI_APPLICATION]
193 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
194 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
195 #DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
196 DebugLib|VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf
197
198################################################################################
199#
200# Pcd Section - list of all EDK II PCD Entries defined by this Platform.
201#
202################################################################################
203[PcdsFeatureFlag.common]
204 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|TRUE
205 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|TRUE
206
207[PcdsFixedAtBuild.common]
208 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
209 gEfiSioTokenSpaceGuid.PcdSerialRegisterBase|0x3F8
210 gEfiSioTokenSpaceGuid.PcdSerialLineControl|0x07
211 gEfiSioTokenSpaceGuid.PcdSerialBoudRate|115200
212
213 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize|0x200000
214 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareBlockSize|0x10000
215 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoveryBase|0xFFE00000
216 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashFvRecoverySize|0x00200000
217
218 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
219 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
220 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
221 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
222 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
223 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
224 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
225 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
226 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
227
228 gEfiEdkModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
229 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
230
231[PcdsFeatureFlag.common]
232 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
233 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
234
235 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
236 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
237 gVBoxVgaPkgTokenSpaceGuid.PcdSupportUga|FALSE
238 gVBoxVgaPkgTokenSpaceGuid.PcdSupportGop|TRUE
239
240[PcdsFixedAtBuild.common]
241 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
242 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
243 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
244
245 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"VBOX 32"|VOID*
246 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|0x10001|UINT32
247
248
249[PcdsDynamicDefault.common]
250 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|0
251 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
252 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
253 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
254 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
255
256
257################################################################################
258#
259# Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
260#
261################################################################################
262
263[PcdsDynamicDefault.common.DEFAULT]
264
265################################################################################
266#
267# Components Section - list of all EDK II Modules needed by this Platform.
268#
269################################################################################
270[Components.common]
271 #
272 # SEC Phase modules
273 #
274 OvmfPkg/Sec/SecMain.inf
275
276 #
277 # PEI Phase modules
278 #
279 MdeModulePkg/Core/Pei/PeiMain.inf
280 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
281 <LibraryClasses>
282 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
283 }
284 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
285 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
286 <LibraryClasses>
287 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
288 }
289
290 OvmfPkg/PlatformPei/PlatformPei.inf {
291 <LibraryClasses>
292 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
293 }
294
295
296 #
297 # DXE Phase modules
298 #
299 MdeModulePkg/Core/Dxe/DxeMain.inf {
300 <LibraryClasses>
301 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
302 }
303
304 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
305 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
306 <LibraryClasses>
307 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
308 }
309
310 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
311 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
312 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
313 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
314 PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
315 UefiCpuPkg/CpuIoDxe/CpuIo.inf
316 UefiCpuPkg/CpuDxe/CpuDxe.inf
317 PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
318 PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
319 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
320 PcAtChipsetPkg/KbcResetDxe/Reset.inf
321 MdeModulePkg/Universal/Metronome/Metronome.inf {
322 <LibraryClasses>
323 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
324 #TimerLib|DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
325 }
326
327 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
328 <LibraryClasses>
329 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
330 #TimerLib|DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
331 }
332
333 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
334 <LibraryClasses>
335 TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
336 #TimerLib|DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
337 }
338
339 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
340 <LibraryClasses>
341 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
342 }
343
344 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
345 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
346 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
347 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
348 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
349 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
350 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
351 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
352 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
353 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
354 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
355 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
356 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
357 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
358 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
359 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
360 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
361 PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
362 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
363 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
364
365 # VBOX
366 VBoxPkg/VBoxFsDxe/VBoxIso9660.inf
367 VBoxPkg/VBoxFsDxe/VBoxHfs.inf
368 VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf
369 VBoxPkg/VBoxVgaDxe/VBoxVgaDxe.inf
370 VBoxPkg/VBoxSysTables/VBoxSysTables.inf
371 VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf
372 VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf
373 # VBOX end
374 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
375
376 #
377 # ISA Support
378 #
379 PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
380 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
381 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
382 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
383 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
384
385 #
386 # ACPI Support
387 #
388 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
389 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
390
391 #
392 # This module is for debug purposes (breaks build in Windows host).
393 # Don't include it to fdf
394 #VBoxPkg/VBoxInterceptorDxe/VBoxInterceptorDxe.inf
395
396 #
397 # add -DVBOX
398 #
399[BuildOptions.common]
400 GCC:*_*_*_CC_FLAGS = -DVBOX -DARCH_BITS=32 -DHC_ARCH_BITS=32 -DEFI_SPECIFICATION_VERSION=0x0002000A -DPI_SPECIFICATION_VERSION=0x00010000 -DTIANO_RELEASE_VERSION=0x00080006
401 #
402 # mingw set 0x4000000 as a default image base that is the reason
403 # PCD module loaded in the middle of space grub supposed to load
404 # boot images.
405 # this base address choosen looking at
406 # Shell> memmap
407 # in the place where Image.c locates the rest of the modules.
408 GCC:*_*_*_DLINK_FLAGS = --image-base 0x1f000000
409 INTEL:*_*_*_CC_FLAGS = -DVBOX -DARCH_BITS=32 -DHC_ARCH_BITS=32 -DEFI_SPECIFICATION_VERSION=0x0002000A -DPI_SPECIFICATION_VERSION=0x00010000 -DTIANO_RELEASE_VERSION=0x00080006
410 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.

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