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