]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/BeagleBoardPkg.dsc
Added support for L2 (4K) page tables and made the CPU driver change cachability...
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg.dsc
1 #/** @file
2 # Beagle board package.
3 #
4 # Copyright (c) 2009, Apple Inc. All rights reserved.
5 #
6 # All rights reserved. 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 = BeagleBoardPkg
23 PLATFORM_GUID = 91fa6c28-33df-46ac-aee6-292d6811ea31
24 PLATFORM_VERSION = 0.1
25 DSC_SPECIFICATION = 0x00010005
26 OUTPUT_DIRECTORY = Build/BeagleBoard
27 SUPPORTED_ARCHITECTURES = ARM
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = BeagleBoardPkg/BeagleBoardPkg.fdf
31 DEFINE TARGET_HACK = DEBUG
32
33
34 [LibraryClasses.common]
35 !if TARGET_HACK == DEBUG
36 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
37 !else
38 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
39 !endif
40
41
42 ArmLib|ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexArmLib.inf
43 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
44
45 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
46 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
47
48 BeagleBoardSystemLib|BeagleBoardPkg/Library/BeagleBoardSystemLib/BeagleBoardSystemLib.inf
49 EfiResetSystemLib|BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf
50
51 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
52 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
53 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
54
55 EblCmdLib|BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.inf
56
57 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
58
59
60 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
61 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
62 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
63 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
64 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
65
66 SerialPortLib|BeagleBoardPkg/Library/SerialPortLib/SerialPortLib.inf
67 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
68
69 RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf
70
71 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
72
73 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
74 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
75 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
76 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
77 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
78 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
79
80 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
81 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
82 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
83
84 #
85 # Assume everything is fixed at build
86 #
87 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
88
89 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
90
91 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
92 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
93
94 # UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
95 UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
96
97 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
98
99 TimerLib|BeagleBoardPkg/Library/BeagleBoardTimerLib/BeagleBoardTimerLib.inf
100 OmapLib|BeagleBoardPkg/Library/OmapLib/OmapLib.inf
101 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
102
103 GdbSerialLib|BeagleBoardPkg/Library/GdbSerialLib/GdbSerialLib.inf
104
105
106 [LibraryClasses.common.SEC]
107 ArmLib|ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexArmLibPrePi.inf
108 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
109 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
110 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
111 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
112 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
113
114 [LibraryClasses.common.PEI_CORE]
115 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
116 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
117
118 [LibraryClasses.common.DXE_CORE]
119 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
120 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
121 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
122 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
123 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
124 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
125 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
126
127 [LibraryClasses.common.DXE_DRIVER]
128 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
129 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
130 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
131
132
133 [LibraryClasses.common.UEFI_APPLICATION]
134 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
135 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
136
137 [LibraryClasses.common.UEFI_DRIVER]
138 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
139 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
140 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
141
142 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
143 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
144 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
145 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
146 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
147
148
149 [LibraryClasses.ARM]
150 #
151 # Note: This NULL library feature is not yet in the edk2/BaseTools, but it is checked in to
152 # the BaseTools project. So you need to build with the BaseTools project util this feature gets synced.
153 #
154 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
155
156
157 [BuildOptions]
158 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv6 -march=armv6
159 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv6
160 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv6
161
162 RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8
163 RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu Cortex-A8
164
165
166 ################################################################################
167 #
168 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
169 #
170 ################################################################################
171
172 [PcdsFeatureFlag.common]
173 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
174 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
175 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
176 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
177
178 #
179 # Control what commands are supported from the UI
180 # Turn these on and off to add features or save size
181 #
182 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
183 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
184 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
185 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
186 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
187 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
188 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
189
190 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
191
192 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
193 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
194
195 #
196 # Beagle board Specific PCDs
197 #
198
199 [PcdsFixedAtBuild.common]
200 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2"
201 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
202 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
203 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
204 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
205 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
206 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
207 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
208 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
209 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
210 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
211
212 # DEBUG_ASSERT_ENABLED 0x01
213 # DEBUG_PRINT_ENABLED 0x02
214 # DEBUG_CODE_ENABLED 0x04
215 # CLEAR_MEMORY_ENABLED 0x08
216 # ASSERT_BREAKPOINT_ENABLED 0x10
217 # ASSERT_DEADLOOP_ENABLED 0x20
218
219 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
220
221 # DEBUG_INIT 0x00000001 // Initialization
222 # DEBUG_WARN 0x00000002 // Warnings
223 # DEBUG_LOAD 0x00000004 // Load events
224 # DEBUG_FS 0x00000008 // EFI File system
225 # DEBUG_POOL 0x00000010 // Alloc & Free's
226 # DEBUG_PAGE 0x00000020 // Alloc & Free's
227 # DEBUG_INFO 0x00000040 // Verbose
228 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
229 # DEBUG_VARIABLE 0x00000100 // Variable
230 # DEBUG_BM 0x00000400 // Boot Manager
231 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
232 # DEBUG_NET 0x00004000 // SNI Driver
233 # DEBUG_UNDI 0x00010000 // UNDI Driver
234 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
235 # DEBUG_EVENT 0x00080000 // Event messages
236 # DEBUG_ERROR 0x80000000 // Error
237
238 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000004
239
240 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
241
242 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
243 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
244 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
245
246 gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize|0
247 gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress|0
248 gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize|0
249 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|0
250 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize|0
251
252 #
253 # Optional feature to help prevent EFI memory map fragments
254 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
255 # Values are in EFI Pages (4K). DXE Core will make sure that
256 # at least this much of each type of memory can be allocated
257 # from a single memory range. This way you only end up with
258 # maximum of two fragements for each type in the memory map
259 # (the memory used, and the free memory that was prereserved
260 # but not used).
261 #
262 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
263 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
264 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
265 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
266 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
267 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
268 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
269 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
270 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
271
272
273 #
274 # Beagle board Specific PCDs
275 #
276 gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|0x80001000
277 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x87FE0000 # stack at top of memory
278 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x20000 # 128K stack
279 gBeagleBoardTokenSpaceGuid.PcdBeagleBoardIRAMFullSize|0x00000000
280 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80000000
281 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
282
283 gBeagleBoardTokenSpaceGuid.PcdBeagleGpmcOffset|0x6E000000
284 gBeagleBoardTokenSpaceGuid.PcdBeagleMMCHS1Base|0x4809C000
285
286 # Console
287 gBeagleBoardTokenSpaceGuid.PcdBeagleConsoleUart|3
288
289 # Timers
290 # gBeagleBoardTokenSpaceGuid.PcdBeagleArchTimer|OMAP3530_GPTIMER3
291 gBeagleBoardTokenSpaceGuid.PcdBeagleArchTimer|3
292 # gBeagleBoardTokenSpaceGuid.PcdBeagleFreeTimer|OMAP3530_GPTIMER4
293 gBeagleBoardTokenSpaceGuid.PcdBeagleFreeTimer|4
294 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
295 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdPerformanceCounterPeriodInNanoseconds|77
296 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdPerformanceCounterFrequencyInHz|13000000
297
298 #
299 # ARM Pcds
300 #
301 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
302
303 ################################################################################
304 #
305 # Components Section - list of all EDK II Modules needed by this Platform
306 #
307 ################################################################################
308 [Components.common]
309
310 #
311 # SEC
312 #
313 BeagleBoardPkg/Sec/Sec.inf
314
315 #
316 # DXE
317 #
318 MdeModulePkg/Core/Dxe/DxeMain.inf {
319 <LibraryClasses>
320 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
321 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
322 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
323 }
324
325 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
326
327 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
328 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
329 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
330 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
331 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
332 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
333 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
334
335 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
336 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
337 EmbeddedPkg/TemplateMetronomeDxe/TemplateMetronomeDxe.inf
338
339 #
340 # Semi-hosting filesystem
341 #
342 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
343
344 #
345 # FAT filesystem + GPT/MBR partitioning
346 #
347 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
348 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
349 FatPkg/EnhancedFatDxe/Fat.inf
350 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
351
352 #
353 # USB
354 #
355 BeagleBoardPkg/PciEmulation/PciEmulation.inf
356
357 #NOTE: Open source EHCI stack doesn't work on Beagleboard.
358 #NOTE: UsbBus and UsbMassStorage don't work using iPhone SDK tool chain.
359 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
360 <PcdsFixedAtBuild>
361 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
362 }
363 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
364 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
365
366 #
367 # Nand Flash
368 #
369 BeagleBoardPkg/Flash/Flash.inf
370
371 #
372 # MMC/SD
373 #
374 BeagleBoardPkg/MMCHSDxe/MMCHS.inf
375
376 #
377 # I2C
378 #
379 BeagleBoardPkg/SmbusDxe/Smbus.inf
380
381 #
382 # SoC Drivers
383 #
384 BeagleBoardPkg/Gpio/Gpio.inf
385 BeagleBoardPkg/InterruptDxe/InterruptDxe.inf
386 BeagleBoardPkg/TimerDxe/TimerDxe.inf
387
388 #
389 # Power IC
390 #
391 BeagleBoardPkg/TPS65950Dxe/TPS65950.inf
392
393 #
394 # Application
395 #
396 EmbeddedPkg/Ebl/Ebl.inf
397
398 #
399 # Bds
400 #
401 BeagleBoardPkg/Bds/Bds.inf
402
403 #
404 # Gdb Stub
405 #
406 EmbeddedPkg/GdbStub/GdbStub.inf
407 ArmPkg/Drivers/DebugSupportDxe/DebugSupportDxe.inf
408