]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: Add FileExplorerLib.inf to the QEMU dsc files
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemuKernel.dsc
1 #
2 # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
3 # Copyright (c) 2014, Linaro Limited. All rights reserved.
4 # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15
16 ################################################################################
17 #
18 # Defines Section - statements that will be processed to create a Makefile.
19 #
20 ################################################################################
21 [Defines]
22 PLATFORM_NAME = ArmVirtQemu
23 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c
24 PLATFORM_VERSION = 0.1
25 DSC_SPECIFICATION = 0x00010005
26 OUTPUT_DIRECTORY = Build/ArmVirtQemuKernel-$(ARCH)
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemuKernel.fdf
31
32 #
33 # Defines for default states. These can be changed on the command line.
34 # -D FLAG=VALUE
35 #
36 DEFINE SECURE_BOOT_ENABLE = FALSE
37
38 !include ArmVirtPkg/ArmVirt.dsc.inc
39
40 [LibraryClasses.AARCH64]
41 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf
42 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf
43
44 [LibraryClasses.ARM]
45 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
46 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf
47
48 [LibraryClasses.common]
49 # Virtio Support
50 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
51 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
52 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
53
54 ArmPlatformLib|ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ArmQemuRelocatablePlatformLib.inf
55 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf
56
57 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
58 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
59
60 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
61 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
62 PlatformBdsLib|ArmVirtPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf
63 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
64 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
65 !if $(SECURE_BOOT_ENABLE) == TRUE
66 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
67 !endif
68
69 [LibraryClasses.common.UEFI_DRIVER]
70 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
71
72 [BuildOptions]
73 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include
74 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include
75 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include
76
77
78 ################################################################################
79 #
80 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
81 #
82 ################################################################################
83
84 [PcdsFeatureFlag.common]
85 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
86 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
87
88 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
89 # It could be set FALSE to save size.
90 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
91 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
92
93 # Activate KVM workaround for now.
94 gArmVirtTokenSpaceGuid.PcdKludgeMapPciMmioAsCached|TRUE
95
96 [PcdsFixedAtBuild.common]
97 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
98 !if $(ARCH) == AARCH64
99 gArmTokenSpaceGuid.PcdVFPEnabled|1
100 !endif
101
102 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
103 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
104
105 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
106 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
107
108 #
109 # ARM Pcds
110 #
111 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
112
113 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
114 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
115
116 #
117 # ARM PrimeCell
118 #
119
120 ## PL011 - Serial Terminal
121 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
122
123 ## Default Terminal Type
124 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
125 !if $(TTY_TERMINAL) == TRUE
126 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
127 !else
128 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
129 !endif
130 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
131
132 #
133 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
134 #
135 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
136
137 #
138 # NV Storage PCDs. Use base of 0x04000000 for NOR1
139 #
140 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x04000000
141 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00040000
142 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x04040000
143 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00040000
144 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x04080000
145 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00040000
146
147 [PcdsPatchableInModule.common]
148 #
149 # This will be overridden in the code
150 #
151 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
152 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
153
154 #
155 # Define a default initial address for the device tree.
156 # Ignored if x0 != 0 at entry.
157 #
158 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
159
160 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
161 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
162
163 [PcdsFixedAtBuild.AARCH64]
164
165 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
166 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
167
168 #
169 # The maximum physical I/O addressability of the processor, set with
170 # BuildCpuHob().
171 #
172 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
173
174 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
175
176 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
177 # support anything bigger, even if the host hardware does
178 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
179
180 [PcdsDynamicDefault.common]
181 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
182 # enumeration to complete before installing ACPI tables.
183 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
184
185 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
186 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
187 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
188 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
189
190 #
191 # ARM General Interrupt Controller
192 #
193 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
194 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
195 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
196 gArmVirtTokenSpaceGuid.PcdArmGicRevision|0x0
197
198 ## PL031 RealTimeClock
199 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
200
201 gArmPlatformTokenSpaceGuid.PcdPciBusMin|0x0
202 gArmPlatformTokenSpaceGuid.PcdPciBusMax|0x0
203 gArmPlatformTokenSpaceGuid.PcdPciIoBase|0x0
204 gArmPlatformTokenSpaceGuid.PcdPciIoSize|0x0
205 gArmPlatformTokenSpaceGuid.PcdPciIoTranslation|0x0
206 gArmPlatformTokenSpaceGuid.PcdPciMmio32Base|0x0
207 gArmPlatformTokenSpaceGuid.PcdPciMmio32Size|0x0
208 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0x0
209
210 gArmVirtTokenSpaceGuid.PcdArmPsciMethod|0
211
212 gArmVirtTokenSpaceGuid.PcdFwCfgSelectorAddress|0x0
213 gArmVirtTokenSpaceGuid.PcdFwCfgDataAddress|0x0
214 gArmVirtTokenSpaceGuid.PcdFwCfgDmaAddress|0x0
215
216 #
217 # Set video resolution for boot options and for text setup.
218 # PlatformDxe can set the former at runtime.
219 #
220 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
221 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
222 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
223 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
224
225 #
226 # SMBIOS entry point version
227 #
228 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
229 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
230 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
231
232 ################################################################################
233 #
234 # Components Section - list of all EDK II Modules needed by this Platform
235 #
236 ################################################################################
237 [Components.common]
238 #
239 # PEI Phase modules
240 #
241 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
242 <LibraryClasses>
243 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
244 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
245 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
246 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
247 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
248 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
249 }
250
251 #
252 # DXE
253 #
254 MdeModulePkg/Core/Dxe/DxeMain.inf {
255 <LibraryClasses>
256 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
257 }
258 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
259
260 #
261 # Architectural Protocols
262 #
263 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
264 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
265 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
266 <LibraryClasses>
267 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
268 }
269 !if $(SECURE_BOOT_ENABLE) == TRUE
270 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
271 <LibraryClasses>
272 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
273 }
274 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
275 !else
276 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
277 !endif
278 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
279 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
280 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
281 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
282 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
283 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
284
285 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
286 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
287 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
288 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
289 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
290
291 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
292
293 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
294 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
295 !if $(SECURE_BOOT_ENABLE) == TRUE
296 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashAuthenticatedDxe.inf
297 !else
298 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
299 !endif
300 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
301
302 #
303 # Platform Driver
304 #
305 ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.inf
306 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
307 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
308 OvmfPkg/VirtioNetDxe/VirtioNet.inf
309
310 #
311 # FAT filesystem + GPT/MBR partitioning
312 #
313 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
314 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
315 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
316
317 #
318 # Bds
319 #
320 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
321 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
322 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
323 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
324
325 #
326 # SCSI Bus and Disk Driver
327 #
328 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
329 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
330
331 #
332 # SMBIOS Support
333 #
334 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
335 <LibraryClasses>
336 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
337 }
338 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
339
340 #
341 # ACPI Support
342 #
343 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
344 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
345
346 #
347 # PCI support
348 #
349 ArmVirtPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
350 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
351 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
352
353 #
354 # Video support
355 #
356 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {
357 <LibraryClasses>
358 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
359 }
360 OvmfPkg/PlatformDxe/Platform.inf
361
362 #
363 # USB Support
364 #
365 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
366 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
367 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
368 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
369 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
370
371 [Components.ARM]
372 #
373 # The ARM/Linux kernel has no built in EFI boot stub (yet), so we still need
374 # an intermediate OS loader. Add the LinuxLoader UEFI application so we can
375 # invoke it from the shell.
376 #
377 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
378 ArmPkg/Application/LinuxLoader/LinuxLoader.inf {
379 <LibraryClasses>
380 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
381 }