]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/BeagleBoardPkg.dsc
Fix a bug about the iSCSI DHCP dependency issue.
[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
67 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
68
69 #
70 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
71 # in the debugger will show load and unload commands for symbols. You can cut and paste this
72 # into the command window to load symbols. We should be able to use a script to do this, but
73 # the version of RVD I have does not support scipts accessing system memory.
74 #
75 # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
76 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
77 # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
78
79
80 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
81 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
82 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
83 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
84
85 SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf
86 SerialPortExtLib|EmbeddedPkg/Library/TemplateSerialPortExtLib/TemplateSerialPortExtLib.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|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
124
125 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
126 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
127
128 [LibraryClasses.common.SEC]
129 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
130 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf
131
132 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
133 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
134 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
135 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
136 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
137
138 # Temp work around for Movt relocation issue.
139 #PeCoffLib|ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf
140 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
141
142 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
143 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
144 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
145 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
146 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
147 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
148
149 # 1/123 faster than Stm or Vstm version
150 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
151
152 # Uncomment to turn on GDB stub in SEC.
153 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
154
155 [LibraryClasses.common.PEI_CORE]
156 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
157 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
158
159 [LibraryClasses.common.DXE_CORE]
160 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
161 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
162 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
163 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
164 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
165 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
166 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
167 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
168 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
169
170 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
171
172
173 [LibraryClasses.common.DXE_DRIVER]
174 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
175 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
176 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
177 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
178 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
179
180 [LibraryClasses.common.UEFI_APPLICATION]
181 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
182 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
183 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
184 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
185
186 [LibraryClasses.common.UEFI_DRIVER]
187 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
188 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
189 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
190 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
191 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
192
193 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
194 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
195 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
196 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
197 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
198 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
199 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
200
201
202 [LibraryClasses.ARM]
203 #
204 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
205 # This library provides the instrinsic functions generate by a given compiler.
206 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
207 #
208 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
209
210
211 [BuildOptions]
212 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
213
214 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
215
216 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
217
218 ################################################################################
219 #
220 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
221 #
222 ################################################################################
223
224 [PcdsFeatureFlag.common]
225 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
226 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
227 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
228 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
229
230 #
231 # Control what commands are supported from the UI
232 # Turn these on and off to add features or save size
233 #
234 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
235 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
236 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
237 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
238 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
239 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
240 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
241
242 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
243
244 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
245 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
246
247 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
248 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
249
250 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
251
252 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
253 # It could be set FALSE to save size.
254 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
255
256 [PcdsFixedAtBuild.common]
257 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"Beagle Board"
258
259 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2"
260 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
261 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
262 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
263 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
264 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
265 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
266 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
267 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
268 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
269 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
270
271 # DEBUG_ASSERT_ENABLED 0x01
272 # DEBUG_PRINT_ENABLED 0x02
273 # DEBUG_CODE_ENABLED 0x04
274 # CLEAR_MEMORY_ENABLED 0x08
275 # ASSERT_BREAKPOINT_ENABLED 0x10
276 # ASSERT_DEADLOOP_ENABLED 0x20
277 !if $(TARGET) == RELEASE
278 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
279 !else
280 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
281 !endif
282
283 # DEBUG_INIT 0x00000001 // Initialization
284 # DEBUG_WARN 0x00000002 // Warnings
285 # DEBUG_LOAD 0x00000004 // Load events
286 # DEBUG_FS 0x00000008 // EFI File system
287 # DEBUG_POOL 0x00000010 // Alloc & Free's
288 # DEBUG_PAGE 0x00000020 // Alloc & Free's
289 # DEBUG_INFO 0x00000040 // Verbose
290 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
291 # DEBUG_VARIABLE 0x00000100 // Variable
292 # DEBUG_BM 0x00000400 // Boot Manager
293 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
294 # DEBUG_NET 0x00004000 // SNI Driver
295 # DEBUG_UNDI 0x00010000 // UNDI Driver
296 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
297 # DEBUG_EVENT 0x00080000 // Event messages
298 # DEBUG_ERROR 0x80000000 // Error
299 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
300
301 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
302
303 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
304 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
305 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
306
307 #
308 # Optional feature to help prevent EFI memory map fragments
309 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
310 # Values are in EFI Pages (4K). DXE Core will make sure that
311 # at least this much of each type of memory can be allocated
312 # from a single memory range. This way you only end up with
313 # maximum of two fragements for each type in the memory map
314 # (the memory used, and the free memory that was prereserved
315 # but not used).
316 #
317 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
318 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
319 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
320 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
321 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
322 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
323 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
324 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
325 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
326
327
328 #
329 # Beagle board Specific PCDs
330 #
331 gArmTokenSpaceGuid.PcdVFPEnabled|1
332
333 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
334 gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000
335
336 # Size of the region used by UEFI in permanent memory (Reserved 16MB)
337 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000
338
339 # Size of the region reserved for fixed address allocations (Reserved 32MB)
340 gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset|0x02000000
341
342 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000
343 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
344
345 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
346 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
347 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
348
349 #
350 # ARM Pcds
351 #
352 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
353
354 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from SD"
355 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(B615F1F5-5088-43CD-809C-A16E52487D00)/HD(1,MBR,0x00000000,0x3F,0x19FC0)/zImage"
356 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=tty0 console=ttyS2,115200n8 root=UUID=a4af765b-c2b5-48f4-9564-7a4e9104c4f6 rootwait ro earlyprintk"
357 gArmPlatformTokenSpaceGuid.PcdDefaultBootType|1
358 gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOut|10
359 gArmPlatformTokenSpaceGuid.PcdFdtDevicePath|L"VenHw(B615F1F5-5088-43CD-809C-A16E52487D00)/HD(1,MBR,0x00000000,0x3F,0x19FC0)/omap3-beagle.dtb"
360
361 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi();VenHw(E68088EF-D1A4-4336-C1DB-4D3A204730A6)"
362 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi()"
363
364 #
365 # ARM OS Loader
366 #
367 # BeagleBoard machine type (OMAP3_BEAGLE = 1546) required for ARM Linux:
368 gArmTokenSpaceGuid.PcdArmMachineType|1546
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|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
390 NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
391 }
392
393 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
394
395 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
396 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
397 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
398 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
399 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
400 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
401
402 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
403 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
404 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
405 EmbeddedPkg/SerialDxe/SerialDxe.inf
406 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
407 #
408 # This version uses semi-hosting console
409 # EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {
410 # <LibraryClasses>
411 # SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
412 # }
413
414 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
415 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
416 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
417
418 #
419 # Semi-hosting filesystem
420 #
421 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
422
423 #
424 # FAT filesystem + GPT/MBR partitioning
425 #
426 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
427 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
428 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
429
430 #
431 # USB
432 #
433 Omap35xxPkg/PciEmulation/PciEmulation.inf
434
435 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
436 <PcdsFixedAtBuild>
437 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
438 }
439
440 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
441 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
442
443 #
444 # Nand Flash
445 #
446 Omap35xxPkg/Flash/Flash.inf
447
448 #
449 # MMC/SD
450 #
451 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
452 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf
453
454 #
455 # I2C
456 #
457 Omap35xxPkg/SmbusDxe/Smbus.inf
458
459 #
460 # SoC Drivers
461 #
462 Omap35xxPkg/Gpio/Gpio.inf
463 Omap35xxPkg/InterruptDxe/InterruptDxe.inf
464 Omap35xxPkg/TimerDxe/TimerDxe.inf
465 Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
466
467 #
468 # Power IC
469 #
470 Omap35xxPkg/TPS65950Dxe/TPS65950.inf
471
472 #
473 # Bds
474 #
475 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
476 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
477 ArmPlatformPkg/Bds/Bds.inf
478
479 #
480 # Example Application
481 #
482 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
483