]> git.proxmox.com Git - mirror_edk2.git/blob - ArmRealViewEbPkg/ArmRealViewEbPkg.dsc
Fix the build break in two open source packages caused by check in 10660.
[mirror_edk2.git] / ArmRealViewEbPkg / ArmRealViewEbPkg.dsc
1 #/** @file
2 # ARM RealViewEB package.
3 #
4 # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
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 = ArmRealViewEbPkg
23 PLATFORM_GUID = F4C1AD3E-9D3E-4F61-8791-B3BB1C43D04C
24 PLATFORM_VERSION = 0.1
25 DSC_SPECIFICATION = 0x00010005
26 OUTPUT_DIRECTORY = Build/ArmRealViewEb
27 SUPPORTED_ARCHITECTURES = ARM
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = ArmRealViewEbPkg/ArmRealViewEbPkg.fdf
31
32
33 [LibraryClasses.common]
34 !if $(BUILD_TARGETS) == RELEASE
35 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
36 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
37 !else
38 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
39 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
40 # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
41 !endif
42
43 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
44
45 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
46 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
47
48 EfiResetSystemLib|ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.inf
49 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
50 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
51
52 EblCmdLib|BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.inf
53 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
54 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
55
56 #
57 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
58 # in the debugger will show load and unload commands for symbols. You can cut and paste this
59 # into the command window to load symbols. We should be able to use a script to do this, but
60 # the version of RVD I have does not support scipts accessing system memory.
61 #
62 # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
63 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
64 # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
65
66
67 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
68 DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
69
70 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
71
72 RealTimeClockLib|ArmRealViewEbPkg/Library/RealTimeClockLib/RealTimeClockLib.inf
73
74 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
75
76 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
77 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
78
79 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
80 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
81 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
82 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
83 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
84
85 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
86 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
87 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
88
89 #
90 # Assume everything is fixed at build
91 #
92 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
93
94 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
95
96
97 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
98
99 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
100 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
101
102 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
103
104 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
105 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
106 DebugAgentTimerLib|ArmRealViewEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
107
108 SerialPortLib|ArmRealViewEbPkg/Library/SerialPortLib/SerialPortLib.inf
109 #TimerLib|ArmRealViewEbPkg/Library/TimerLib/TimerLib.inf
110 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
111 SerialPortLib|ArmRealViewEbPkg/Library/SerialPortLib/SerialPortLib.inf
112 GdbSerialLib|ArmRealViewEbPkg/Library/GdbSerialLib/GdbSerialLib.inf
113 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
114
115
116 [LibraryClasses.common.SEC]
117 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
118 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
119 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
120
121 # 1/123 faster than Stm or Vstm version
122 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
123
124 # Uncomment to turn on GDB stub in SEC.
125 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
126
127 [LibraryClasses.common.PEI_CORE]
128 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
129 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
130 # note: this won't actually work since globals in PEI are not writeable
131 # need to generate an ARM PEI services table pointer implementation
132 PeiServicesTablePointerLib|ArmRealViewEbPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
133 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
134 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
135 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
136 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
137 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
138 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
139 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
140 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
141 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
142 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
143
144 [LibraryClasses.common.PEIM]
145 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
146 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
147 # note: this won't actually work since globals in PEI are not writeable
148 # need to generate an ARM PEI services table pointer implementation
149 PeiServicesTablePointerLib|ArmRealViewEbPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
150 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
151 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
152 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
153 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
154 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
155 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
156 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
157 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
158 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
159 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
160 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
161
162 [LibraryClasses.common.DXE_CORE]
163 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
164 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
165 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
166 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
167 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
168 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
169 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
170 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
171
172 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
173
174
175 [LibraryClasses.common.DXE_DRIVER]
176 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
177 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
178 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
179 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
180 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
181
182
183 [LibraryClasses.common.UEFI_APPLICATION]
184 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
185 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
186 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
187 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
188
189 [LibraryClasses.common.UEFI_DRIVER]
190 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
191 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
192 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
193 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
194 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
195
196 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
197 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
198 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
199 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
200 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
201 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
202 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
203
204 [LibraryClasses.ARM]
205 #
206 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
207 # This library provides the instrinsic functions generate by a given compiler.
208 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
209 #
210 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
211
212
213 [BuildOptions]
214 RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb
215 RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu Cortex-A8
216 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
217
218 GCC:*_*_ARM_ARCHCC_FLAGS == -march=armv7-a -mthumb
219 GCC:*_*_ARM_ARCHASM_FLAGS == -march=armv7-a
220 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
221
222 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7
223 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7
224 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7
225 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
226
227
228 ################################################################################
229 #
230 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
231 #
232 ################################################################################
233
234 [PcdsFeatureFlag.common]
235 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
236 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
237 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
238 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
239
240 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
241
242 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
243
244 [PcdsFixedAtBuild.common]
245 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmEb %a"
246 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
247 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
248 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
249 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
250 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
251 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
252 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
253 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
254 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
255 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
256
257 # DEBUG_ASSERT_ENABLED 0x01
258 # DEBUG_PRINT_ENABLED 0x02
259 # DEBUG_CODE_ENABLED 0x04
260 # CLEAR_MEMORY_ENABLED 0x08
261 # ASSERT_BREAKPOINT_ENABLED 0x10
262 # ASSERT_DEADLOOP_ENABLED 0x20
263 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
264
265 # DEBUG_INIT 0x00000001 // Initialization
266 # DEBUG_WARN 0x00000002 // Warnings
267 # DEBUG_LOAD 0x00000004 // Load events
268 # DEBUG_FS 0x00000008 // EFI File system
269 # DEBUG_POOL 0x00000010 // Alloc & Free's
270 # DEBUG_PAGE 0x00000020 // Alloc & Free's
271 # DEBUG_INFO 0x00000040 // Verbose
272 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
273 # DEBUG_VARIABLE 0x00000100 // Variable
274 # DEBUG_BM 0x00000400 // Boot Manager
275 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
276 # DEBUG_NET 0x00004000 // SNI Driver
277 # DEBUG_UNDI 0x00010000 // UNDI Driver
278 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
279 # DEBUG_EVENT 0x00080000 // Event messages
280 # DEBUG_ERROR 0x80000000 // Error
281 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xffffffcf
282
283 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
284
285 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
286 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
287 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
288 #
289 # Optional feature to help prevent EFI memory map fragments
290 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
291 # Values are in EFI Pages (4K). DXE Core will make sure that
292 # at least this much of each type of memory can be allocated
293 # from a single memory range. This way you only end up with
294 # maximum of two fragements for each type in the memory map
295 # (the memory used, and the free memory that was prereserved
296 # but not used).
297 #
298 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x00000000
299 #gArmTokenSpaceGuid.PcdCpuResetAddress|0x40000000 # set to start of NOR
300 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
301 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
302 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
303
304 #
305 # ARM Pcds
306 #
307 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
308
309 #
310 # ARM EB PCDS
311 #
312 gArmRealViewEbPkgTokenSpaceGuid.PcdConsoleUartBase|0x10009000
313 gArmRealViewEbPkgTokenSpaceGuid.PcdGdbUartBase|0x1000a000
314
315 # change these together
316 gArmRealViewEbPkgTokenSpaceGuid.PcdPeiServicePtrAddr|0x48020004 # pei services ptr just above stack
317 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x48000000 # stack at top of SRAM
318 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x00020000 # 128K stack
319
320
321
322
323 ################################################################################
324 #
325 # Components Section - list of all EDK II Modules needed by this Platform
326 #
327 ################################################################################
328 [Components.common]
329
330 #
331 # SEC
332 #
333 ArmRealViewEbPkg/SecForPei/Sec.inf
334
335 #
336 # PEI Phase modules
337 #
338 MdeModulePkg/Core/Pei/PeiMain.inf
339 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
340 <LibraryClasses>
341 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
342 }
343 ArmPkg/Drivers/CpuPei/CpuPei.inf
344 ArmRealViewEbPkg/PlatformPei/PlatformPei.inf
345 ArmRealViewEbPkg/MemoryInitPei/MemoryInitPei.inf
346 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
347 Nt32Pkg/BootModePei/BootModePei.inf
348 #Nt32Pkg/StallPei/StallPei.inf
349 #Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
350 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
351 #Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
352 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
353
354 #
355 # DXE
356 #
357 MdeModulePkg/Core/Dxe/DxeMain.inf {
358 <LibraryClasses>
359 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
360 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
361 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
362 }
363
364 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
365
366 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
367 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
368 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
369 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
370 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
371
372 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
373 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
374
375 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
376 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
377 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
378
379 ArmRealViewEbPkg/FvbDxe/FvbDxe.inf
380 ArmRealViewEbPkg/InterruptDxe/InterruptDxe.inf
381 ArmRealViewEbPkg/TimerDxe/TimerDxe.inf
382
383 #
384 # Semi-hosting filesystem
385 #
386 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
387
388 #
389 # FAT filesystem + GPT/MBR partitioning
390 #
391 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
392 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
393 FatPkg/EnhancedFatDxe/Fat.inf
394 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
395
396
397 #
398 # Application
399 #
400 EmbeddedPkg/Ebl/Ebl.inf
401
402 #
403 # Bds
404 #
405 ArmRealViewEbPkg/Bds/Bds.inf
406
407 #
408 # Example Application
409 #
410 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
411