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