]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/BeagleBoardPkg.dsc
348624a0389c9e7817bd2828a245e64461b14ba4
[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 # Uncomment to turn on GDB stub in SEC.
159 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
160
161 [LibraryClasses.common.PEI_CORE]
162 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
163 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
164
165 [LibraryClasses.common.DXE_CORE]
166 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
167 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
168 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
169 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
170 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
171 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
172 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
173 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
174 PeCoffLib|BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
175
176 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
177
178
179 [LibraryClasses.common.DXE_DRIVER]
180 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
181 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
182 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
183 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
184 NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
185
186 [LibraryClasses.common.UEFI_APPLICATION]
187 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
188 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
189 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
190 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
191
192 [LibraryClasses.common.UEFI_DRIVER]
193 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
194 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
195 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
196 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
197 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
198
199 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
200 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
201 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
202 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
203 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
204 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
205 PeCoffLib|BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
206
207
208 [LibraryClasses.ARM]
209 #
210 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
211 # This library provides the instrinsic functions generate by a given compiler.
212 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
213 #
214 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
215
216 # Add support for GCC stack protector
217 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
218
219 [BuildOptions]
220 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
221 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
222 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
223
224 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
225
226 ################################################################################
227 #
228 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
229 #
230 ################################################################################
231
232 [PcdsFeatureFlag.common]
233 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
234 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
235 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
236 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
237
238 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
239 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
240
241 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
242 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
243
244 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
245
246 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
247 # It could be set FALSE to save size.
248 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
249
250 [PcdsFixedAtBuild.common]
251 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"Beagle Board"
252
253 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
254 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
255 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
256 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
257 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
258 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
259 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
260 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
261
262 # DEBUG_ASSERT_ENABLED 0x01
263 # DEBUG_PRINT_ENABLED 0x02
264 # DEBUG_CODE_ENABLED 0x04
265 # CLEAR_MEMORY_ENABLED 0x08
266 # ASSERT_BREAKPOINT_ENABLED 0x10
267 # ASSERT_DEADLOOP_ENABLED 0x20
268 !if $(TARGET) == RELEASE
269 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
270 !else
271 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
272 !endif
273
274 # DEBUG_INIT 0x00000001 // Initialization
275 # DEBUG_WARN 0x00000002 // Warnings
276 # DEBUG_LOAD 0x00000004 // Load events
277 # DEBUG_FS 0x00000008 // EFI File system
278 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
279 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
280 # DEBUG_INFO 0x00000040 // Informational debug messages
281 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
282 # DEBUG_VARIABLE 0x00000100 // Variable
283 # DEBUG_BM 0x00000400 // Boot Manager
284 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
285 # DEBUG_NET 0x00004000 // SNP Driver
286 # DEBUG_UNDI 0x00010000 // UNDI Driver
287 # DEBUG_LOADFILE 0x00020000 // LoadFile
288 # DEBUG_EVENT 0x00080000 // Event messages
289 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
290 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
291 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
292 # // significantly impact boot performance
293 # DEBUG_ERROR 0x80000000 // Error
294 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
295
296 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
297
298 #
299 # Optional feature to help prevent EFI memory map fragments
300 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
301 # Values are in EFI Pages (4K). DXE Core will make sure that
302 # at least this much of each type of memory can be allocated
303 # from a single memory range. This way you only end up with
304 # maximum of two fragements for each type in the memory map
305 # (the memory used, and the free memory that was prereserved
306 # but not used).
307 #
308 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
309 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
310 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
311 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
312 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
313 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
314 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
315 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
316 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
317
318 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
319
320 #
321 # Beagle board Specific PCDs
322 #
323 gArmTokenSpaceGuid.PcdVFPEnabled|1
324
325 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
326 gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000
327
328 # Size of the region used by UEFI in permanent memory (Reserved 16MB)
329 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000
330
331 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000
332 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
333
334 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
335 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
336 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
337
338 # OMAP Interrupt Controller
339 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000
340
341 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
342
343 # GUID of the UEFI Shell
344 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
345
346 # GUID of the UI app
347 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
348
349 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
350
351 ################################################################################
352 #
353 # Components Section - list of all EDK II Modules needed by this Platform
354 #
355 ################################################################################
356 [Components.common]
357
358 #
359 # SEC
360 #
361 BeagleBoardPkg/PrePi/PeiUniCore.inf {
362 <LibraryClasses>
363 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
364 }
365
366 #
367 # DXE
368 #
369 MdeModulePkg/Core/Dxe/DxeMain.inf {
370 <LibraryClasses>
371 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
372 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
373 NULL|BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
374 }
375
376 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
377
378 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
379 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
380 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
381 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
382 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
383 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
384
385 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
386 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
387 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
388 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
389 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
390 #
391 # This version uses semi-hosting console
392 # EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {
393 # <LibraryClasses>
394 # SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
395 # }
396
397 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
398 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
399 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
400
401 #
402 # Semi-hosting filesystem
403 #
404 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
405
406 #
407 # FAT filesystem + GPT/MBR partitioning
408 #
409 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
410 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
411 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
412 FatPkg/EnhancedFatDxe/Fat.inf
413
414 #
415 # USB
416 #
417 Omap35xxPkg/PciEmulation/PciEmulation.inf
418 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
419
420 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
421 <PcdsFixedAtBuild>
422 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
423 }
424
425 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
426 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
427
428 #
429 # Nand Flash
430 #
431 Omap35xxPkg/Flash/Flash.inf
432
433 #
434 # MMC/SD
435 #
436 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
437 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf
438
439 #
440 # I2C
441 #
442 Omap35xxPkg/SmbusDxe/Smbus.inf
443
444 #
445 # SoC Drivers
446 #
447 Omap35xxPkg/Gpio/Gpio.inf
448 Omap35xxPkg/InterruptDxe/InterruptDxe.inf
449 Omap35xxPkg/TimerDxe/TimerDxe.inf
450 Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
451
452 #
453 # Power IC
454 #
455 Omap35xxPkg/TPS65950Dxe/TPS65950.inf
456
457 #
458 # Bds
459 #
460 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
461 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
462 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
463 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
464 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
465 MdeModulePkg/Application/UiApp/UiApp.inf {
466 <LibraryClasses>
467 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
468 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
469 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
470 }
471
472 #
473 # Shell
474 #
475 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
476 <PcdsFixedAtBuild>
477 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
478 }
479 ShellPkg/Application/Shell/Shell.inf {
480 <LibraryClasses>
481 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
482 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
483 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
484 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
485 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
486 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
487 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
488 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
489 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
490 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
491 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
492
493 <PcdsFixedAtBuild>
494 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
495 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
496 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
497 }