VirtualBox

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