]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/BeagleBoardPkg.dsc
ArmPlatformPkg: Remove Linux specific boot path
[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 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 ################################################################################
17 #
18 # Defines Section - statements that will be processed to create a Makefile.
19 #
20 ################################################################################
21 [Defines]
22 PLATFORM_NAME = BeagleBoardPkg
23 PLATFORM_GUID = 91fa6c28-33df-46ac-aee6-292d6811ea31
24 PLATFORM_VERSION = 0.1
25 DSC_SPECIFICATION = 0x00010005
26 OUTPUT_DIRECTORY = Build/BeagleBoard
27 SUPPORTED_ARCHITECTURES = ARM
28 BUILD_TARGETS = DEBUG|RELEASE
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = BeagleBoardPkg/BeagleBoardPkg.fdf
31
32
33 [LibraryClasses.common]
34 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
35 ArmPlatformLib|BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf
36 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA8Lib/ArmCortexA8Lib.inf
37 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
38 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
39
40 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
41 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
42
43 !if $(TARGET) == RELEASE
44 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
45 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
46 !else
47 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
48 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
49 # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
50 !endif
51 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
52
53 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
54
55 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
56 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
57
58 EfiResetSystemLib|BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf
59
60 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
61 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
62 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
63
64 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
65
66 # These libraries are used by the dynamic EFI Shell commands
67 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
68 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
69 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
70
71 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
72
73 #
74 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
75 # in the debugger will show load and unload commands for symbols. You can cut and paste this
76 # into the command window to load symbols. We should be able to use a script to do this, but
77 # the version of RVD I have does not support scipts accessing system memory.
78 #
79 # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
80 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
81 # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
82
83
84 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
85 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
86 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
87 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
88
89 SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf
90 SerialPortExtLib|EmbeddedPkg/Library/TemplateSerialPortExtLib/TemplateSerialPortExtLib.inf
91 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
92
93 RealTimeClockLib|Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf
94
95 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
96
97 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
98 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
99 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
100 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
101 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
102 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
103
104 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
105 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
106 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
107
108 #
109 # Assume everything is fixed at build
110 #
111 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
112
113 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
114
115 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
116
117 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
118
119 TimerLib|Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf
120 OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf
121 OmapDmaLib|Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf
122 DebugAgentTimerLib|Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
123
124 GdbSerialLib|Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf
125 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
126 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
127 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
128
129 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
130 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
131 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
132
133 [LibraryClasses.common.SEC]
134 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
135 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.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 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
182
183 [LibraryClasses.common.UEFI_APPLICATION]
184 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
185 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
186 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
187 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
188
189 [LibraryClasses.common.UEFI_DRIVER]
190 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
191 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
192 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
193 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
194 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
195
196 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
197 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
198 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
199 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
200 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
201 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
202 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
203
204
205 [LibraryClasses.ARM]
206 #
207 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
208 # This library provides the instrinsic functions generate by a given compiler.
209 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
210 #
211 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
212
213 # Add support for GCC stack protector
214 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
215
216 [BuildOptions]
217 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
218
219 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
220
221 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
222
223 ################################################################################
224 #
225 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
226 #
227 ################################################################################
228
229 [PcdsFeatureFlag.common]
230 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
231 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
232 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
233 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
234
235 #
236 # Control what commands are supported from the UI
237 # Turn these on and off to add features or save size
238 #
239 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
240 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
241 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
242 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
243 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
244 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
245 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
246
247 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
248
249 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
250 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
251
252 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
253 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
254
255 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
256
257 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
258 # It could be set FALSE to save size.
259 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
260
261 [PcdsFixedAtBuild.common]
262 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"Beagle Board"
263
264 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2"
265 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
266 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
267 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
268 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
269 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
270 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
271 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
272 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
273
274 # DEBUG_ASSERT_ENABLED 0x01
275 # DEBUG_PRINT_ENABLED 0x02
276 # DEBUG_CODE_ENABLED 0x04
277 # CLEAR_MEMORY_ENABLED 0x08
278 # ASSERT_BREAKPOINT_ENABLED 0x10
279 # ASSERT_DEADLOOP_ENABLED 0x20
280 !if $(TARGET) == RELEASE
281 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
282 !else
283 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
284 !endif
285
286 # DEBUG_INIT 0x00000001 // Initialization
287 # DEBUG_WARN 0x00000002 // Warnings
288 # DEBUG_LOAD 0x00000004 // Load events
289 # DEBUG_FS 0x00000008 // EFI File system
290 # DEBUG_POOL 0x00000010 // Alloc & Free's
291 # DEBUG_PAGE 0x00000020 // Alloc & Free's
292 # DEBUG_INFO 0x00000040 // Verbose
293 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
294 # DEBUG_VARIABLE 0x00000100 // Variable
295 # DEBUG_BM 0x00000400 // Boot Manager
296 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
297 # DEBUG_NET 0x00004000 // SNI Driver
298 # DEBUG_UNDI 0x00010000 // UNDI Driver
299 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
300 # DEBUG_EVENT 0x00080000 // Event messages
301 # DEBUG_ERROR 0x80000000 // Error
302 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
303
304 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
305
306 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
307 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
308 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
309
310 #
311 # Optional feature to help prevent EFI memory map fragments
312 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
313 # Values are in EFI Pages (4K). DXE Core will make sure that
314 # at least this much of each type of memory can be allocated
315 # from a single memory range. This way you only end up with
316 # maximum of two fragements for each type in the memory map
317 # (the memory used, and the free memory that was prereserved
318 # but not used).
319 #
320 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
321 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
322 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
323 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
324 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
325 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
326 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
327 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
328 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
329
330
331 #
332 # Beagle board Specific PCDs
333 #
334 gArmTokenSpaceGuid.PcdVFPEnabled|1
335
336 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
337 gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000
338
339 # Size of the region used by UEFI in permanent memory (Reserved 16MB)
340 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000
341
342 # Size of the region reserved for fixed address allocations (Reserved 32MB)
343 gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset|0x02000000
344
345 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000
346 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
347
348 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
349 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
350 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
351
352 # We want to use the Shell Libraries but don't want it to initialise
353 # automatically. We initialise the libraries when the command is called by the
354 # Shell.
355 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
356
357 #
358 # ARM Pcds
359 #
360 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
361
362 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from SD"
363 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(B615F1F5-5088-43CD-809C-A16E52487D00)/HD(1,MBR,0x00000000,0x3F,0x19FC0)/Image"
364 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=tty0 console=ttyS2,115200n8 root=UUID=a4af765b-c2b5-48f4-9564-7a4e9104c4f6 rootwait ro earlyprintk"
365 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
366
367 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi();VenHw(E68088EF-D1A4-4336-C1DB-4D3A204730A6)"
368 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi()"
369
370 ################################################################################
371 #
372 # Components Section - list of all EDK II Modules needed by this Platform
373 #
374 ################################################################################
375 [Components.common]
376
377 #
378 # SEC
379 #
380 ArmPlatformPkg/PrePi/PeiUniCore.inf
381
382 #
383 # DXE
384 #
385 MdeModulePkg/Core/Dxe/DxeMain.inf {
386 <LibraryClasses>
387 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
388 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
389 NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
390 }
391
392 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
393
394 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
395 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
396 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
397 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
398 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
399 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
400
401 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
402 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
403 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
404 EmbeddedPkg/SerialDxe/SerialDxe.inf
405 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
406 #
407 # This version uses semi-hosting console
408 # EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {
409 # <LibraryClasses>
410 # SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
411 # }
412
413 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
414 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
415 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
416
417 #
418 # Semi-hosting filesystem
419 #
420 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
421
422 #
423 # FAT filesystem + GPT/MBR partitioning
424 #
425 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
426 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
427 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
428
429 #
430 # USB
431 #
432 Omap35xxPkg/PciEmulation/PciEmulation.inf
433
434 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
435 <PcdsFixedAtBuild>
436 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
437 }
438
439 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
440 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
441
442 #
443 # Nand Flash
444 #
445 Omap35xxPkg/Flash/Flash.inf
446
447 #
448 # MMC/SD
449 #
450 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
451 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf
452
453 #
454 # I2C
455 #
456 Omap35xxPkg/SmbusDxe/Smbus.inf
457
458 #
459 # SoC Drivers
460 #
461 Omap35xxPkg/Gpio/Gpio.inf
462 Omap35xxPkg/InterruptDxe/InterruptDxe.inf
463 Omap35xxPkg/TimerDxe/TimerDxe.inf
464 Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
465
466 #
467 # Power IC
468 #
469 Omap35xxPkg/TPS65950Dxe/TPS65950.inf
470
471 #
472 # Bds
473 #
474 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
475 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
476 ArmPlatformPkg/Bds/Bds.inf
477
478 # Legacy Linux Loader
479 ArmPkg/Application/LinuxLoader/LinuxLoader.inf
480
481 #
482 # Example Application
483 #
484 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
485