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