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