]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/BeagleBoardPkg.dsc
MdePkg/UefiBaseType.h: treat EBC as a non-native machine type
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg.dsc
1 #/** @file
2 # Beagle board package.
3 #
4 # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
5 # Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>
6 # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #**/
11
12 ################################################################################
13 #
14 # Defines Section - statements that will be processed to create a Makefile.
15 #
16 ################################################################################
17 [Defines]
18 PLATFORM_NAME = BeagleBoardPkg
19 PLATFORM_GUID = 91fa6c28-33df-46ac-aee6-292d6811ea31
20 PLATFORM_VERSION = 0.1
21 DSC_SPECIFICATION = 0x00010005
22 OUTPUT_DIRECTORY = Build/BeagleBoard
23 SUPPORTED_ARCHITECTURES = ARM
24 BUILD_TARGETS = DEBUG|RELEASE
25 SKUID_IDENTIFIER = DEFAULT
26 FLASH_DEFINITION = BeagleBoardPkg/BeagleBoardPkg.fdf
27
28
29 [LibraryClasses.common]
30 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
31 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
32 ArmPlatformLib|BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf
33 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
34 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
35
36 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
37 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
38
39 !if $(TARGET) == RELEASE
40 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
41 !else
42 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
43 !endif
44 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
45
46 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
47
48 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
49 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
50
51 ResetSystemLib|BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf
52
53 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
54 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
55 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
56
57 # These libraries are used by the dynamic EFI Shell commands
58 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
59 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
60 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
61
62 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
63
64 #
65 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
66 # in the debugger will show load and unload commands for symbols. You can cut and paste this
67 # into the command window to load symbols. We should be able to use a script to do this, but
68 # the version of RVD I have does not support scipts accessing system memory.
69 #
70 # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
71 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
72 # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
73
74
75 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
76 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
77 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
78 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
79
80 SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf
81 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
82
83 RealTimeClockLib|Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf
84
85 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
86
87 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
88 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
89 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
90 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
91 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
92 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
93
94 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
95 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
96 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
97
98 #
99 # Assume everything is fixed at build
100 #
101 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
102
103 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
104
105 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
106
107 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
108
109 TimerLib|Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf
110 OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf
111 OmapDmaLib|Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf
112 DebugAgentTimerLib|Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
113
114 GdbSerialLib|Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf
115 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
116 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
117 DmaLib|EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf
118
119 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
120 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
121
122 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
123 PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
124 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
125 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
126
127 # UiApp dependencies
128 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
129 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
130 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
131
132 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
133
134 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
135 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
136 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
137 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
138
139 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
140
141 [LibraryClasses.common.SEC]
142 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
143 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
144 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
145
146 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
147
148 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
149 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
150 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
151 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
152 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
153 MemoryInitPeiLib|BeagleBoardPkg/Library/MemoryInitPeiLib/MemoryInitPeiLib.inf
154
155 # 1/123 faster than Stm or Vstm version
156 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
157
158 [LibraryClasses.common.PEI_CORE]
159 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
160 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.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 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
169 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
170 PeCoffLib|BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.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 NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
181
182 [LibraryClasses.common.UEFI_APPLICATION]
183 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
184 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
185 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
186
187 [LibraryClasses.common.UEFI_DRIVER]
188 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
189 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
190 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
191 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
192
193 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
194 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
195 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
196 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
197 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
198 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
199 PeCoffLib|BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
200
201
202 [LibraryClasses.ARM]
203 #
204 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
205 # This library provides the instrinsic functions generate by a given compiler.
206 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
207 #
208 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
209
210 # Add support for GCC stack protector
211 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
212
213 [BuildOptions]
214 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
215 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
216 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
217
218 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
219
220 ################################################################################
221 #
222 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
223 #
224 ################################################################################
225
226 [PcdsFeatureFlag.common]
227 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
228 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
229 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
230 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
231
232 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
233 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
234
235 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
236 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
237
238 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
239
240 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
241 # It could be set FALSE to save size.
242 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
243
244 [PcdsFixedAtBuild.common]
245 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"Beagle Board"
246
247 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
248 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
249 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
250 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
251 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
252 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
253 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
254 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
255
256 # DEBUG_ASSERT_ENABLED 0x01
257 # DEBUG_PRINT_ENABLED 0x02
258 # DEBUG_CODE_ENABLED 0x04
259 # CLEAR_MEMORY_ENABLED 0x08
260 # ASSERT_BREAKPOINT_ENABLED 0x10
261 # ASSERT_DEADLOOP_ENABLED 0x20
262 !if $(TARGET) == RELEASE
263 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
264 !else
265 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
266 !endif
267
268 # DEBUG_INIT 0x00000001 // Initialization
269 # DEBUG_WARN 0x00000002 // Warnings
270 # DEBUG_LOAD 0x00000004 // Load events
271 # DEBUG_FS 0x00000008 // EFI File system
272 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
273 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
274 # DEBUG_INFO 0x00000040 // Informational debug messages
275 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
276 # DEBUG_VARIABLE 0x00000100 // Variable
277 # DEBUG_BM 0x00000400 // Boot Manager
278 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
279 # DEBUG_NET 0x00004000 // SNP Driver
280 # DEBUG_UNDI 0x00010000 // UNDI Driver
281 # DEBUG_LOADFILE 0x00020000 // LoadFile
282 # DEBUG_EVENT 0x00080000 // Event messages
283 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
284 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
285 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
286 # // significantly impact boot performance
287 # DEBUG_ERROR 0x80000000 // Error
288 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
289
290 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
291
292 #
293 # Optional feature to help prevent EFI memory map fragments
294 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
295 # Values are in EFI Pages (4K). DXE Core will make sure that
296 # at least this much of each type of memory can be allocated
297 # from a single memory range. This way you only end up with
298 # maximum of two fragements for each type in the memory map
299 # (the memory used, and the free memory that was prereserved
300 # but not used).
301 #
302 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
303 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
304 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
305 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
306 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
307 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
308 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
309 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
310 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
311
312 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
313
314 #
315 # Beagle board Specific PCDs
316 #
317 gArmTokenSpaceGuid.PcdVFPEnabled|1
318
319 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
320 gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000
321
322 # Size of the region used by UEFI in permanent memory (Reserved 16MB)
323 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000
324
325 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000
326 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
327
328 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
329 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
330 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
331
332 # OMAP Interrupt Controller
333 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000
334
335 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
336
337 # GUID of the UEFI Shell
338 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
339
340 # GUID of the UI app
341 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
342
343 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
344
345 #
346 # Make VariableRuntimeDxe work at emulated non-volatile variable mode.
347 #
348 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE
349
350 ################################################################################
351 #
352 # Components Section - list of all EDK II Modules needed by this Platform
353 #
354 ################################################################################
355 [Components.common]
356
357 #
358 # SEC
359 #
360 BeagleBoardPkg/PrePi/PeiUniCore.inf {
361 <LibraryClasses>
362 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
363 }
364
365 #
366 # DXE
367 #
368 MdeModulePkg/Core/Dxe/DxeMain.inf {
369 <LibraryClasses>
370 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
371 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
372 NULL|BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
373 }
374
375 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
376
377 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
378 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
379 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
380 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
381 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
382 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
383
384 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
385 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
386 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
387 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
388 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
389 #
390 # This version uses semi-hosting console
391 # EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {
392 # <LibraryClasses>
393 # SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
394 # }
395
396 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
397 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
398 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
399
400 #
401 # Semi-hosting filesystem
402 #
403 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
404
405 #
406 # FAT filesystem + GPT/MBR partitioning
407 #
408 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
409 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
410 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
411 FatPkg/EnhancedFatDxe/Fat.inf
412
413 #
414 # USB
415 #
416 Omap35xxPkg/PciEmulation/PciEmulation.inf
417 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
418
419 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
420 <PcdsFixedAtBuild>
421 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
422 }
423
424 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
425 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
426
427 #
428 # Nand Flash
429 #
430 Omap35xxPkg/Flash/Flash.inf
431
432 #
433 # MMC/SD
434 #
435 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
436 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf
437
438 #
439 # I2C
440 #
441 Omap35xxPkg/SmbusDxe/Smbus.inf
442
443 #
444 # SoC Drivers
445 #
446 Omap35xxPkg/Gpio/Gpio.inf
447 Omap35xxPkg/InterruptDxe/InterruptDxe.inf
448 Omap35xxPkg/TimerDxe/TimerDxe.inf
449 Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
450
451 #
452 # Power IC
453 #
454 Omap35xxPkg/TPS65950Dxe/TPS65950.inf
455
456 #
457 # Bds
458 #
459 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
460 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
461 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
462 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
463 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
464 MdeModulePkg/Application/UiApp/UiApp.inf {
465 <LibraryClasses>
466 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
467 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
468 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
469 }
470
471 #
472 # Shell
473 #
474 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
475 <PcdsFixedAtBuild>
476 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
477 }
478 ShellPkg/Application/Shell/Shell.inf {
479 <LibraryClasses>
480 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
481 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
482 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
483 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
484 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
485 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
486 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
487 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
488 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
489 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
490 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
491
492 <PcdsFixedAtBuild>
493 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
494 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
495 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
496 }