]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/BeagleBoardPkg.dsc
b4a645ba91491c0bd8c5dc6914b261c598396db2
[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 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 ################################################################################
18 #
19 # Defines Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 PLATFORM_NAME = BeagleBoardPkg
24 PLATFORM_GUID = 91fa6c28-33df-46ac-aee6-292d6811ea31
25 PLATFORM_VERSION = 0.1
26 DSC_SPECIFICATION = 0x00010005
27 OUTPUT_DIRECTORY = Build/BeagleBoard
28 SUPPORTED_ARCHITECTURES = ARM
29 BUILD_TARGETS = DEBUG|RELEASE
30 SKUID_IDENTIFIER = DEFAULT
31 FLASH_DEFINITION = BeagleBoardPkg/BeagleBoardPkg.fdf
32
33
34 [LibraryClasses.common]
35 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
36 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
37 ArmPlatformLib|BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf
38 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA8Lib/ArmCortexA8Lib.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 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
48 !else
49 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
50 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
51 # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
52 !endif
53 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
54
55 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
56
57 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
58 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
59
60 EfiResetSystemLib|BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf
61
62 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
63 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
64 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
65
66 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
67
68 # These libraries are used by the dynamic EFI Shell commands
69 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
70 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
71 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
72
73 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
74
75 #
76 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
77 # in the debugger will show load and unload commands for symbols. You can cut and paste this
78 # into the command window to load symbols. We should be able to use a script to do this, but
79 # the version of RVD I have does not support scipts accessing system memory.
80 #
81 # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
82 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
83 # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
84
85
86 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
87 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
88 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
89 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
90
91 SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf
92 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
93
94 RealTimeClockLib|Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf
95
96 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
97
98 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
99 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
100 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
101 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
102 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
103 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
104
105 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
106 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
107 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
108
109 #
110 # Assume everything is fixed at build
111 #
112 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
113
114 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
115
116 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
117
118 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
119
120 TimerLib|Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf
121 OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf
122 OmapDmaLib|Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf
123 DebugAgentTimerLib|Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
124
125 GdbSerialLib|Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf
126 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
127 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
128 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
129
130 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
131 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
132 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
133
134 [LibraryClasses.common.SEC]
135 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
136
137 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
138 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
139 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
140 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
141 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
142
143 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
144
145 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
146 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
147 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
148 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
149 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
150 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
151
152 # 1/123 faster than Stm or Vstm version
153 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
154
155 # Uncomment to turn on GDB stub in SEC.
156 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
157
158 [LibraryClasses.common.PEI_CORE]
159 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
160 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
161
162 [LibraryClasses.common.DXE_CORE]
163 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
164 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
165 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
166 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
167 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
168 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
169 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
170 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
171 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
172
173 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
174
175
176 [LibraryClasses.common.DXE_DRIVER]
177 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
178 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
179 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
180 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
181
182 [LibraryClasses.common.UEFI_APPLICATION]
183 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
184 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
185 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
186 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
187
188 [LibraryClasses.common.UEFI_DRIVER]
189 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
190 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
191 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
192 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
193 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
194
195 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
196 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
197 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
198 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
199 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
200 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
201 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
202
203
204 [LibraryClasses.ARM]
205 #
206 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
207 # This library provides the instrinsic functions generate by a given compiler.
208 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
209 #
210 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
211
212 # Add support for GCC stack protector
213 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
214
215 [BuildOptions]
216 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
217
218 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
219
220 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
221
222 ################################################################################
223 #
224 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
225 #
226 ################################################################################
227
228 [PcdsFeatureFlag.common]
229 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
230 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
231 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
232 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
233
234 #
235 # Control what commands are supported from the UI
236 # Turn these on and off to add features or save size
237 #
238 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
239 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
240 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
241 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
242 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
243 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
244 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
245
246 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
247
248 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
249 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
250
251 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
252 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
253
254 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
255
256 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
257 # It could be set FALSE to save size.
258 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
259
260 [PcdsFixedAtBuild.common]
261 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"Beagle Board"
262
263 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2"
264 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
265 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
266 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
267 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
268 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
269 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
270 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
271 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
272
273 # DEBUG_ASSERT_ENABLED 0x01
274 # DEBUG_PRINT_ENABLED 0x02
275 # DEBUG_CODE_ENABLED 0x04
276 # CLEAR_MEMORY_ENABLED 0x08
277 # ASSERT_BREAKPOINT_ENABLED 0x10
278 # ASSERT_DEADLOOP_ENABLED 0x20
279 !if $(TARGET) == RELEASE
280 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
281 !else
282 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
283 !endif
284
285 # DEBUG_INIT 0x00000001 // Initialization
286 # DEBUG_WARN 0x00000002 // Warnings
287 # DEBUG_LOAD 0x00000004 // Load events
288 # DEBUG_FS 0x00000008 // EFI File system
289 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
290 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
291 # DEBUG_INFO 0x00000040 // Informational debug messages
292 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
293 # DEBUG_VARIABLE 0x00000100 // Variable
294 # DEBUG_BM 0x00000400 // Boot Manager
295 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
296 # DEBUG_NET 0x00004000 // SNP Driver
297 # DEBUG_UNDI 0x00010000 // UNDI Driver
298 # DEBUG_LOADFILE 0x00020000 // LoadFile
299 # DEBUG_EVENT 0x00080000 // Event messages
300 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
301 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
302 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
303 # // significantly impact boot performance
304 # DEBUG_ERROR 0x80000000 // Error
305 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
306
307 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
308
309 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
310 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
311 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
312
313 #
314 # Optional feature to help prevent EFI memory map fragments
315 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
316 # Values are in EFI Pages (4K). DXE Core will make sure that
317 # at least this much of each type of memory can be allocated
318 # from a single memory range. This way you only end up with
319 # maximum of two fragements for each type in the memory map
320 # (the memory used, and the free memory that was prereserved
321 # but not used).
322 #
323 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
324 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
325 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
326 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
327 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
328 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
329 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
330 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
331 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
332
333
334 #
335 # Beagle board Specific PCDs
336 #
337 gArmTokenSpaceGuid.PcdVFPEnabled|1
338
339 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
340 gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000
341
342 # Size of the region used by UEFI in permanent memory (Reserved 16MB)
343 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000
344
345 # Size of the region reserved for fixed address allocations (Reserved 32MB)
346 gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset|0x02000000
347
348 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000
349 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
350
351 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
352 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
353 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
354
355 # We want to use the Shell Libraries but don't want it to initialise
356 # automatically. We initialise the libraries when the command is called by the
357 # Shell.
358 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
359
360 #
361 # ARM Pcds
362 #
363 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
364
365 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from SD"
366 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(B615F1F5-5088-43CD-809C-A16E52487D00)/HD(1,MBR,0x00000000,0x3F,0x19FC0)/Image"
367 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=tty0 console=ttyS2,115200n8 root=UUID=a4af765b-c2b5-48f4-9564-7a4e9104c4f6 rootwait ro earlyprintk"
368 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
369
370 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi();VenHw(E68088EF-D1A4-4336-C1DB-4D3A204730A6)"
371 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi()"
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 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.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
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 ArmPlatformPkg/Bds/Bds.inf
481
482 # Legacy Linux Loader
483 ArmPkg/Application/LinuxLoader/LinuxLoader.inf
484
485 #
486 # Example Application
487 #
488 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
489