]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/BeagleBoardPkg.dsc
BeagleBoardPkg: switch to generic non-coherent DmaLib
[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 - 2016, 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 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
64
65 # These libraries are used by the dynamic EFI Shell commands
66 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
67 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
68 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
69
70 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
71
72 #
73 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
74 # in the debugger will show load and unload commands for symbols. You can cut and paste this
75 # into the command window to load symbols. We should be able to use a script to do this, but
76 # the version of RVD I have does not support scipts accessing system memory.
77 #
78 # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
79 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
80 # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
81
82
83 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
84 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
85 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
86 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
87
88 SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf
89 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
90
91 RealTimeClockLib|Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf
92
93 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
94
95 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
96 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
97 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
98 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
99 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
100 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
101
102 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
103 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
104 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
105
106 #
107 # Assume everything is fixed at build
108 #
109 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
110
111 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
112
113 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
114
115 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
116
117 TimerLib|Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf
118 OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf
119 OmapDmaLib|Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf
120 DebugAgentTimerLib|Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
121
122 GdbSerialLib|Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf
123 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
124 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
125 DmaLib|EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf
126
127 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
128 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
129
130 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
131 PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
132 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
133 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
134
135 # UiApp dependencies
136 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
137 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
138 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.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 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
146
147 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
148
149 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
150 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
151 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
152 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
153 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
154 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
155
156 # 1/123 faster than Stm or Vstm version
157 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
158
159 # Uncomment to turn on GDB stub in SEC.
160 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
161
162 [LibraryClasses.common.PEI_CORE]
163 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
164 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
165
166 [LibraryClasses.common.DXE_CORE]
167 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
168 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
169 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
170 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
171 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
172 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
173 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
174 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
175 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
176
177 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
178
179
180 [LibraryClasses.common.DXE_DRIVER]
181 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
182 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
183 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
184 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
185 NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
186
187 [LibraryClasses.common.UEFI_APPLICATION]
188 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
189 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
190 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
191 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
192
193 [LibraryClasses.common.UEFI_DRIVER]
194 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
195 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
196 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
197 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
198 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
199
200 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
201 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
202 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
203 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
204 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
205 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
206 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
207
208
209 [LibraryClasses.ARM]
210 #
211 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
212 # This library provides the instrinsic functions generate by a given compiler.
213 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
214 #
215 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
216
217 # Add support for GCC stack protector
218 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
219
220 [BuildOptions]
221 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
222 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
223 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
224
225 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
226
227 ################################################################################
228 #
229 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
230 #
231 ################################################################################
232
233 [PcdsFeatureFlag.common]
234 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
235 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
236 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
237 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
238
239 #
240 # Control what commands are supported from the UI
241 # Turn these on and off to add features or save size
242 #
243 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
244 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
245 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
246 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
247 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
248 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
249 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
250
251 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
252
253 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
254 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
255
256 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
257 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
258
259 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
260
261 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
262 # It could be set FALSE to save size.
263 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
264
265 [PcdsFixedAtBuild.common]
266 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"Beagle Board"
267
268 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2"
269 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
270 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
271 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
272 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
273 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
274 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
275 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
276 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
277
278 # DEBUG_ASSERT_ENABLED 0x01
279 # DEBUG_PRINT_ENABLED 0x02
280 # DEBUG_CODE_ENABLED 0x04
281 # CLEAR_MEMORY_ENABLED 0x08
282 # ASSERT_BREAKPOINT_ENABLED 0x10
283 # ASSERT_DEADLOOP_ENABLED 0x20
284 !if $(TARGET) == RELEASE
285 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
286 !else
287 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
288 !endif
289
290 # DEBUG_INIT 0x00000001 // Initialization
291 # DEBUG_WARN 0x00000002 // Warnings
292 # DEBUG_LOAD 0x00000004 // Load events
293 # DEBUG_FS 0x00000008 // EFI File system
294 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
295 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
296 # DEBUG_INFO 0x00000040 // Informational debug messages
297 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
298 # DEBUG_VARIABLE 0x00000100 // Variable
299 # DEBUG_BM 0x00000400 // Boot Manager
300 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
301 # DEBUG_NET 0x00004000 // SNP Driver
302 # DEBUG_UNDI 0x00010000 // UNDI Driver
303 # DEBUG_LOADFILE 0x00020000 // LoadFile
304 # DEBUG_EVENT 0x00080000 // Event messages
305 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
306 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
307 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
308 # // significantly impact boot performance
309 # DEBUG_ERROR 0x80000000 // Error
310 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
311
312 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
313
314 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
315 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
316 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
317
318 #
319 # Optional feature to help prevent EFI memory map fragments
320 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
321 # Values are in EFI Pages (4K). DXE Core will make sure that
322 # at least this much of each type of memory can be allocated
323 # from a single memory range. This way you only end up with
324 # maximum of two fragements for each type in the memory map
325 # (the memory used, and the free memory that was prereserved
326 # but not used).
327 #
328 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
329 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
330 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
331 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
332 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
333 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
334 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
335 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
336 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
337
338 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
339
340 #
341 # Beagle board Specific PCDs
342 #
343 gArmTokenSpaceGuid.PcdVFPEnabled|1
344
345 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
346 gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000
347
348 # Size of the region used by UEFI in permanent memory (Reserved 16MB)
349 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000
350
351 # Size of the region reserved for fixed address allocations (Reserved 32MB)
352 gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset|0x02000000
353
354 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000
355 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
356
357 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
358 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
359 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
360
361 # OMAP Interrupt Controller
362 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000
363
364 # We want to use the Shell Libraries but don't want it to initialise
365 # automatically. We initialise the libraries when the command is called by the
366 # Shell.
367 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
368
369 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
370
371 # GUID of the UEFI Shell
372 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
373
374 # GUID of the UI app
375 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
376
377 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
378
379 ################################################################################
380 #
381 # Components Section - list of all EDK II Modules needed by this Platform
382 #
383 ################################################################################
384 [Components.common]
385
386 #
387 # SEC
388 #
389 ArmPlatformPkg/PrePi/PeiUniCore.inf
390
391 #
392 # DXE
393 #
394 MdeModulePkg/Core/Dxe/DxeMain.inf {
395 <LibraryClasses>
396 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
397 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
398 NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
399 }
400
401 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
402
403 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
404 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
405 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
406 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
407 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
408 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
409
410 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
411 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
412 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
413 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
414 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
415 #
416 # This version uses semi-hosting console
417 # EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {
418 # <LibraryClasses>
419 # SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
420 # }
421
422 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
423 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
424 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
425
426 #
427 # Semi-hosting filesystem
428 #
429 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
430
431 #
432 # FAT filesystem + GPT/MBR partitioning
433 #
434 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
435 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
436 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
437 FatPkg/EnhancedFatDxe/Fat.inf
438
439 #
440 # USB
441 #
442 Omap35xxPkg/PciEmulation/PciEmulation.inf
443 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
444
445 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
446 <PcdsFixedAtBuild>
447 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
448 }
449
450 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
451 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
452
453 #
454 # Nand Flash
455 #
456 Omap35xxPkg/Flash/Flash.inf
457
458 #
459 # MMC/SD
460 #
461 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
462 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf
463
464 #
465 # I2C
466 #
467 Omap35xxPkg/SmbusDxe/Smbus.inf
468
469 #
470 # SoC Drivers
471 #
472 Omap35xxPkg/Gpio/Gpio.inf
473 Omap35xxPkg/InterruptDxe/InterruptDxe.inf
474 Omap35xxPkg/TimerDxe/TimerDxe.inf
475 Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
476
477 #
478 # Power IC
479 #
480 Omap35xxPkg/TPS65950Dxe/TPS65950.inf
481
482 #
483 # Bds
484 #
485 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
486 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
487 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
488 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
489 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
490 MdeModulePkg/Application/UiApp/UiApp.inf {
491 <LibraryClasses>
492 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
493 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
494 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
495 }
496 ShellPkg/Application/Shell/Shell.inf {
497 <LibraryClasses>
498 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
499 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
500 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
501 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
502 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
503 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
504 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
505 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
506 NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.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 }