]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - BeagleBoardPkg/BeagleBoardPkg.dsc
EmbeddedPkg Omap35xxPkg: remove EBL and associated libraries
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg.dsc
... / ...
CommitLineData
1#/** @file\r
2# Beagle board package.\r
3#\r
4# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>\r
5# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
6# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#**/\r
17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 PLATFORM_NAME = BeagleBoardPkg\r
25 PLATFORM_GUID = 91fa6c28-33df-46ac-aee6-292d6811ea31\r
26 PLATFORM_VERSION = 0.1\r
27 DSC_SPECIFICATION = 0x00010005\r
28 OUTPUT_DIRECTORY = Build/BeagleBoard\r
29 SUPPORTED_ARCHITECTURES = ARM\r
30 BUILD_TARGETS = DEBUG|RELEASE\r
31 SKUID_IDENTIFIER = DEFAULT\r
32 FLASH_DEFINITION = BeagleBoardPkg/BeagleBoardPkg.fdf\r
33\r
34\r
35[LibraryClasses.common]\r
36 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
37 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
38 ArmPlatformLib|BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf\r
39 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
40 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r
41\r
42 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
43 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
44\r
45!if $(TARGET) == RELEASE\r
46 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
47!else\r
48 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
49!endif\r
50 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
51\r
52 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
53\r
54 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
55 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
56\r
57 ResetSystemLib|BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
58\r
59 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
60 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
61 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
62\r
63 # These libraries are used by the dynamic EFI Shell commands\r
64 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
65 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
66 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
67\r
68 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
69\r
70 #\r
71 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window\r
72 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
73 # into the command window to load symbols. We should be able to use a script to do this, but\r
74 # the version of RVD I have does not support scipts accessing system memory.\r
75 #\r
76# PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
77 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
78# PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
79\r
80\r
81 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
82 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
83 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf\r
84 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
85\r
86 SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf\r
87 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf\r
88\r
89 RealTimeClockLib|Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf\r
90\r
91 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
92\r
93 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
94 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
95 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
96 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
97 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
98 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
99\r
100 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
101 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
102 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
103\r
104#\r
105# Assume everything is fixed at build\r
106#\r
107 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
108\r
109 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
110\r
111 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
112\r
113 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
114\r
115 TimerLib|Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf\r
116 OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf\r
117 OmapDmaLib|Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf\r
118 DebugAgentTimerLib|Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf\r
119\r
120 GdbSerialLib|Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf\r
121 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
122 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
123 DmaLib|EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf\r
124\r
125 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
126 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r
127\r
128 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
129 PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
130 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
131 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
132\r
133 # UiApp dependencies\r
134 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
135 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
136 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
137\r
138[LibraryClasses.common.SEC]\r
139 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
140 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
141 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
142 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
143 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
144\r
145 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
146\r
147 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
148 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
149 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
150 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
151 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
152 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
153\r
154 # 1/123 faster than Stm or Vstm version\r
155 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
156\r
157 # Uncomment to turn on GDB stub in SEC.\r
158 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf\r
159\r
160[LibraryClasses.common.PEI_CORE]\r
161 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
162 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
163\r
164[LibraryClasses.common.DXE_CORE]\r
165 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
166 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
167 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
168 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
169 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
170 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
171 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
172# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
173 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf\r
174\r
175 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
176\r
177\r
178[LibraryClasses.common.DXE_DRIVER]\r
179 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
180 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
181 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
182 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
183 NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf\r
184\r
185[LibraryClasses.common.UEFI_APPLICATION]\r
186 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
187 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
188 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
189 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
190\r
191[LibraryClasses.common.UEFI_DRIVER]\r
192 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
193 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
194 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
195 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
196 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
197\r
198[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
199 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
200 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
201 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
202 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
203# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
204 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf\r
205\r
206\r
207[LibraryClasses.ARM]\r
208 #\r
209 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
210 # This library provides the instrinsic functions generate by a given compiler.\r
211 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
212 #\r
213 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
214\r
215 # Add support for GCC stack protector\r
216 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
217\r
218[BuildOptions]\r
219 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7\r
220 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a\r
221 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8\r
222\r
223 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
224\r
225################################################################################\r
226#\r
227# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
228#\r
229################################################################################\r
230\r
231[PcdsFeatureFlag.common]\r
232 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
233 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
234 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
235 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
236\r
237 #\r
238 # Control what commands are supported from the UI\r
239 # Turn these on and off to add features or save size\r
240 #\r
241 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE\r
242 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE\r
243 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE\r
244 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE\r
245 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE\r
246 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE\r
247 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE\r
248\r
249 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r
250\r
251 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
252 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
253\r
254 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r
255 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE\r
256\r
257 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
258\r
259 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
260 # It could be set FALSE to save size.\r
261 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
262\r
263[PcdsFixedAtBuild.common]\r
264 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"Beagle Board"\r
265\r
266 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
267 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
268 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
269 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
270 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
271 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
272 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
273 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
274\r
275# DEBUG_ASSERT_ENABLED 0x01\r
276# DEBUG_PRINT_ENABLED 0x02\r
277# DEBUG_CODE_ENABLED 0x04\r
278# CLEAR_MEMORY_ENABLED 0x08\r
279# ASSERT_BREAKPOINT_ENABLED 0x10\r
280# ASSERT_DEADLOOP_ENABLED 0x20\r
281!if $(TARGET) == RELEASE\r
282 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
283!else\r
284 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
285!endif\r
286\r
287# DEBUG_INIT 0x00000001 // Initialization\r
288# DEBUG_WARN 0x00000002 // Warnings\r
289# DEBUG_LOAD 0x00000004 // Load events\r
290# DEBUG_FS 0x00000008 // EFI File system\r
291# DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
292# DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
293# DEBUG_INFO 0x00000040 // Informational debug messages\r
294# DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
295# DEBUG_VARIABLE 0x00000100 // Variable\r
296# DEBUG_BM 0x00000400 // Boot Manager\r
297# DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
298# DEBUG_NET 0x00004000 // SNP Driver\r
299# DEBUG_UNDI 0x00010000 // UNDI Driver\r
300# DEBUG_LOADFILE 0x00020000 // LoadFile\r
301# DEBUG_EVENT 0x00080000 // Event messages\r
302# DEBUG_GCD 0x00100000 // Global Coherency Database changes\r
303# DEBUG_CACHE 0x00200000 // Memory range cachability changes\r
304# DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may\r
305# // significantly impact boot performance\r
306# DEBUG_ERROR 0x80000000 // Error\r
307 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r
308\r
309 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
310\r
311 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r
312 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
313 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
314\r
315#\r
316# Optional feature to help prevent EFI memory map fragments\r
317# Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
318# Values are in EFI Pages (4K). DXE Core will make sure that\r
319# at least this much of each type of memory can be allocated\r
320# from a single memory range. This way you only end up with\r
321# maximum of two fragements for each type in the memory map\r
322# (the memory used, and the free memory that was prereserved\r
323# but not used).\r
324#\r
325 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r
326 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r
327 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r
328 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80\r
329 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40\r
330 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400\r
331 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000\r
332 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10\r
333 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r
334\r
335 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
336\r
337#\r
338# Beagle board Specific PCDs\r
339#\r
340 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
341\r
342 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000\r
343 gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000\r
344\r
345 # Size of the region used by UEFI in permanent memory (Reserved 16MB)\r
346 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000\r
347\r
348 # Size of the region reserved for fixed address allocations (Reserved 32MB)\r
349 gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset|0x02000000\r
350\r
351 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000\r
352 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000\r
353\r
354 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000\r
355 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77\r
356 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000\r
357\r
358 # OMAP Interrupt Controller\r
359 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000\r
360\r
361 # We want to use the Shell Libraries but don't want it to initialise\r
362 # automatically. We initialise the libraries when the command is called by the\r
363 # Shell.\r
364 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
365\r
366 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10\r
367\r
368 # GUID of the UEFI Shell\r
369 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
370\r
371 # GUID of the UI app\r
372 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
373\r
374 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
375\r
376################################################################################\r
377#\r
378# Components Section - list of all EDK II Modules needed by this Platform\r
379#\r
380################################################################################\r
381[Components.common]\r
382\r
383 #\r
384 # SEC\r
385 #\r
386 ArmPlatformPkg/PrePi/PeiUniCore.inf\r
387\r
388 #\r
389 # DXE\r
390 #\r
391 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
392 <LibraryClasses>\r
393 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
394 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
395 NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf\r
396 }\r
397\r
398 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
399\r
400 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
401 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
402 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
403 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
404 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
405 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf\r
406\r
407 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
408 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
409 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
410 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
411 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
412#\r
413# This version uses semi-hosting console\r
414# EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {\r
415# <LibraryClasses>\r
416# SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf\r
417# }\r
418\r
419 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
420 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
421 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
422\r
423 #\r
424 # Semi-hosting filesystem\r
425 #\r
426 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
427\r
428 #\r
429 # FAT filesystem + GPT/MBR partitioning\r
430 #\r
431 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
432 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
433 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
434 FatPkg/EnhancedFatDxe/Fat.inf\r
435\r
436 #\r
437 # USB\r
438 #\r
439 Omap35xxPkg/PciEmulation/PciEmulation.inf\r
440 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf\r
441\r
442 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {\r
443 <PcdsFixedAtBuild>\r
444 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff\r
445 }\r
446\r
447 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
448 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
449\r
450 #\r
451 # Nand Flash\r
452 #\r
453 Omap35xxPkg/Flash/Flash.inf\r
454\r
455 #\r
456 # MMC/SD\r
457 #\r
458 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf\r
459 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf\r
460\r
461 #\r
462 # I2C\r
463 #\r
464 Omap35xxPkg/SmbusDxe/Smbus.inf\r
465\r
466 #\r
467 # SoC Drivers\r
468 #\r
469 Omap35xxPkg/Gpio/Gpio.inf\r
470 Omap35xxPkg/InterruptDxe/InterruptDxe.inf\r
471 Omap35xxPkg/TimerDxe/TimerDxe.inf\r
472 Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf\r
473\r
474 #\r
475 # Power IC\r
476 #\r
477 Omap35xxPkg/TPS65950Dxe/TPS65950.inf\r
478\r
479 #\r
480 # Bds\r
481 #\r
482 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
483 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
484 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
485 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
486 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
487 MdeModulePkg/Application/UiApp/UiApp.inf {\r
488 <LibraryClasses>\r
489 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
490 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
491 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
492 }\r
493 ShellPkg/Application/Shell/Shell.inf {\r
494 <LibraryClasses>\r
495 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
496 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
497 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
498 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
499 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
500 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
501 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
502 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
503 NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf\r
504 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
505 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
506 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
507\r
508 <PcdsFixedAtBuild>\r
509 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
510 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
511 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
512 }\r