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