]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/BeagleBoardPkg.dsc
BeagleBoardPkg: reroute Firmware Vendor Pcd to MdeModulePkg
[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 #
239 # Control what commands are supported from the UI
240 # Turn these on and off to add features or save size
241 #
242 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
243 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
244 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
245 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
246 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
247 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
248 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
249
250 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
251
252 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
253 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
254
255 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
256 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
257
258 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
259
260 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
261 # It could be set FALSE to save size.
262 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
263
264 [PcdsFixedAtBuild.common]
265 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"Beagle Board"
266
267 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
268 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
269 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
270 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
271 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
272 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
273 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
274 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
275
276 # DEBUG_ASSERT_ENABLED 0x01
277 # DEBUG_PRINT_ENABLED 0x02
278 # DEBUG_CODE_ENABLED 0x04
279 # CLEAR_MEMORY_ENABLED 0x08
280 # ASSERT_BREAKPOINT_ENABLED 0x10
281 # ASSERT_DEADLOOP_ENABLED 0x20
282 !if $(TARGET) == RELEASE
283 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
284 !else
285 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
286 !endif
287
288 # DEBUG_INIT 0x00000001 // Initialization
289 # DEBUG_WARN 0x00000002 // Warnings
290 # DEBUG_LOAD 0x00000004 // Load events
291 # DEBUG_FS 0x00000008 // EFI File system
292 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
293 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
294 # DEBUG_INFO 0x00000040 // Informational debug messages
295 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
296 # DEBUG_VARIABLE 0x00000100 // Variable
297 # DEBUG_BM 0x00000400 // Boot Manager
298 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
299 # DEBUG_NET 0x00004000 // SNP Driver
300 # DEBUG_UNDI 0x00010000 // UNDI Driver
301 # DEBUG_LOADFILE 0x00020000 // LoadFile
302 # DEBUG_EVENT 0x00080000 // Event messages
303 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
304 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
305 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
306 # // significantly impact boot performance
307 # DEBUG_ERROR 0x80000000 // Error
308 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
309
310 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
311
312 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
313 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
314 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
315
316 #
317 # Optional feature to help prevent EFI memory map fragments
318 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
319 # Values are in EFI Pages (4K). DXE Core will make sure that
320 # at least this much of each type of memory can be allocated
321 # from a single memory range. This way you only end up with
322 # maximum of two fragements for each type in the memory map
323 # (the memory used, and the free memory that was prereserved
324 # but not used).
325 #
326 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
327 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
328 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
329 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
330 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
331 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
332 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
333 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
334 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
335
336 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
337
338 #
339 # Beagle board Specific PCDs
340 #
341 gArmTokenSpaceGuid.PcdVFPEnabled|1
342
343 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
344 gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000
345
346 # Size of the region used by UEFI in permanent memory (Reserved 16MB)
347 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000
348
349 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000
350 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
351
352 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
353 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
354 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
355
356 # OMAP Interrupt Controller
357 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000
358
359 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
360
361 # GUID of the UEFI Shell
362 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
363
364 # GUID of the UI app
365 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
366
367 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
368
369 ################################################################################
370 #
371 # Components Section - list of all EDK II Modules needed by this Platform
372 #
373 ################################################################################
374 [Components.common]
375
376 #
377 # SEC
378 #
379 BeagleBoardPkg/PrePi/PeiUniCore.inf {
380 <LibraryClasses>
381 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
382 }
383
384 #
385 # DXE
386 #
387 MdeModulePkg/Core/Dxe/DxeMain.inf {
388 <LibraryClasses>
389 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
390 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
391 NULL|BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
392 }
393
394 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
395
396 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
397 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
398 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
399 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
400 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
401 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
402
403 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
404 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
405 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
406 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
407 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
408 #
409 # This version uses semi-hosting console
410 # EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {
411 # <LibraryClasses>
412 # SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
413 # }
414
415 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
416 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
417 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
418
419 #
420 # Semi-hosting filesystem
421 #
422 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
423
424 #
425 # FAT filesystem + GPT/MBR partitioning
426 #
427 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
428 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
429 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
430 FatPkg/EnhancedFatDxe/Fat.inf
431
432 #
433 # USB
434 #
435 Omap35xxPkg/PciEmulation/PciEmulation.inf
436 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
437
438 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
439 <PcdsFixedAtBuild>
440 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
441 }
442
443 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
444 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
445
446 #
447 # Nand Flash
448 #
449 Omap35xxPkg/Flash/Flash.inf
450
451 #
452 # MMC/SD
453 #
454 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
455 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf
456
457 #
458 # I2C
459 #
460 Omap35xxPkg/SmbusDxe/Smbus.inf
461
462 #
463 # SoC Drivers
464 #
465 Omap35xxPkg/Gpio/Gpio.inf
466 Omap35xxPkg/InterruptDxe/InterruptDxe.inf
467 Omap35xxPkg/TimerDxe/TimerDxe.inf
468 Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
469
470 #
471 # Power IC
472 #
473 Omap35xxPkg/TPS65950Dxe/TPS65950.inf
474
475 #
476 # Bds
477 #
478 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
479 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
480 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
481 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
482 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
483 MdeModulePkg/Application/UiApp/UiApp.inf {
484 <LibraryClasses>
485 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
486 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
487 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
488 }
489
490 #
491 # Shell
492 #
493 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
494 <PcdsFixedAtBuild>
495 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
496 }
497 ShellPkg/Application/Shell/Shell.inf {
498 <LibraryClasses>
499 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
500 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
501 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
502 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
503 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
504 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
505 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
506 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
507 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
508 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
509 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
510
511 <PcdsFixedAtBuild>
512 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
513 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
514 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
515 }