]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - BeagleBoardPkg/BeagleBoardPkg.dsc
BaseTools/Capsule: Do not support -o with --dump-info
[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 - 2017, 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 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
139\r
140[LibraryClasses.common.SEC]\r
141 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
142 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
143 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
144 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
145\r
146 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
147\r
148 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
149 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
150 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
151 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
152 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
153 MemoryInitPeiLib|BeagleBoardPkg/Library/MemoryInitPeiLib/MemoryInitPeiLib.inf\r
154\r
155 # 1/123 faster than Stm or Vstm version\r
156 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
157\r
158 # Uncomment to turn on GDB stub in SEC.\r
159 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf\r
160\r
161[LibraryClasses.common.PEI_CORE]\r
162 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
163 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
164\r
165[LibraryClasses.common.DXE_CORE]\r
166 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
167 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
168 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
169 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
170 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
171 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
172 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
173# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
174 PeCoffLib|BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf\r
175\r
176 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
177\r
178\r
179[LibraryClasses.common.DXE_DRIVER]\r
180 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
181 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
182 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
183 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
184 NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf\r
185\r
186[LibraryClasses.common.UEFI_APPLICATION]\r
187 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
188 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
189 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
190 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
191\r
192[LibraryClasses.common.UEFI_DRIVER]\r
193 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
194 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
195 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
196 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
197 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
198\r
199[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
200 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
201 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
202 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
203 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
204# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
205 PeCoffLib|BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf\r
206\r
207\r
208[LibraryClasses.ARM]\r
209 #\r
210 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
211 # This library provides the instrinsic functions generate by a given compiler.\r
212 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
213 #\r
214 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
215\r
216 # Add support for GCC stack protector\r
217 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
218\r
219[BuildOptions]\r
220 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7\r
221 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a\r
222 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8\r
223\r
224 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
225\r
226################################################################################\r
227#\r
228# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
229#\r
230################################################################################\r
231\r
232[PcdsFeatureFlag.common]\r
233 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
234 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
235 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
236 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
237\r
238 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
239 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
240\r
241 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r
242 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE\r
243\r
244 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
245\r
246 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
247 # It could be set FALSE to save size.\r
248 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
249\r
250[PcdsFixedAtBuild.common]\r
251 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"Beagle Board"\r
252\r
253 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
254 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
255 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
256 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
257 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
258 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
259 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
260 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
261\r
262# DEBUG_ASSERT_ENABLED 0x01\r
263# DEBUG_PRINT_ENABLED 0x02\r
264# DEBUG_CODE_ENABLED 0x04\r
265# CLEAR_MEMORY_ENABLED 0x08\r
266# ASSERT_BREAKPOINT_ENABLED 0x10\r
267# ASSERT_DEADLOOP_ENABLED 0x20\r
268!if $(TARGET) == RELEASE\r
269 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
270!else\r
271 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
272!endif\r
273\r
274# DEBUG_INIT 0x00000001 // Initialization\r
275# DEBUG_WARN 0x00000002 // Warnings\r
276# DEBUG_LOAD 0x00000004 // Load events\r
277# DEBUG_FS 0x00000008 // EFI File system\r
278# DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
279# DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
280# DEBUG_INFO 0x00000040 // Informational debug messages\r
281# DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
282# DEBUG_VARIABLE 0x00000100 // Variable\r
283# DEBUG_BM 0x00000400 // Boot Manager\r
284# DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
285# DEBUG_NET 0x00004000 // SNP Driver\r
286# DEBUG_UNDI 0x00010000 // UNDI Driver\r
287# DEBUG_LOADFILE 0x00020000 // LoadFile\r
288# DEBUG_EVENT 0x00080000 // Event messages\r
289# DEBUG_GCD 0x00100000 // Global Coherency Database changes\r
290# DEBUG_CACHE 0x00200000 // Memory range cachability changes\r
291# DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may\r
292# // significantly impact boot performance\r
293# DEBUG_ERROR 0x80000000 // Error\r
294 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r
295\r
296 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
297\r
298#\r
299# Optional feature to help prevent EFI memory map fragments\r
300# Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
301# Values are in EFI Pages (4K). DXE Core will make sure that\r
302# at least this much of each type of memory can be allocated\r
303# from a single memory range. This way you only end up with\r
304# maximum of two fragements for each type in the memory map\r
305# (the memory used, and the free memory that was prereserved\r
306# but not used).\r
307#\r
308 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r
309 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r
310 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r
311 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80\r
312 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40\r
313 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400\r
314 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000\r
315 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10\r
316 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r
317\r
318 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
319\r
320#\r
321# Beagle board Specific PCDs\r
322#\r
323 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
324\r
325 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000\r
326 gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000\r
327\r
328 # Size of the region used by UEFI in permanent memory (Reserved 16MB)\r
329 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000\r
330\r
331 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000\r
332 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000\r
333\r
334 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000\r
335 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77\r
336 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000\r
337\r
338 # OMAP Interrupt Controller\r
339 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000\r
340\r
341 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10\r
342\r
343 # GUID of the UEFI Shell\r
344 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
345\r
346 # GUID of the UI app\r
347 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
348\r
349 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
350\r
351################################################################################\r
352#\r
353# Components Section - list of all EDK II Modules needed by this Platform\r
354#\r
355################################################################################\r
356[Components.common]\r
357\r
358 #\r
359 # SEC\r
360 #\r
361 BeagleBoardPkg/PrePi/PeiUniCore.inf {\r
362 <LibraryClasses>\r
363 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
364 }\r
365\r
366 #\r
367 # DXE\r
368 #\r
369 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
370 <LibraryClasses>\r
371 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
372 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
373 NULL|BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf\r
374 }\r
375\r
376 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
377\r
378 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
379 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
380 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
381 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
382 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
383 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf\r
384\r
385 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
386 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
387 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
388 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
389 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
390#\r
391# This version uses semi-hosting console\r
392# EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {\r
393# <LibraryClasses>\r
394# SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf\r
395# }\r
396\r
397 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
398 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
399 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
400\r
401 #\r
402 # Semi-hosting filesystem\r
403 #\r
404 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
405\r
406 #\r
407 # FAT filesystem + GPT/MBR partitioning\r
408 #\r
409 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
410 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
411 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
412 FatPkg/EnhancedFatDxe/Fat.inf\r
413\r
414 #\r
415 # USB\r
416 #\r
417 Omap35xxPkg/PciEmulation/PciEmulation.inf\r
418 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf\r
419\r
420 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {\r
421 <PcdsFixedAtBuild>\r
422 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff\r
423 }\r
424\r
425 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
426 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
427\r
428 #\r
429 # Nand Flash\r
430 #\r
431 Omap35xxPkg/Flash/Flash.inf\r
432\r
433 #\r
434 # MMC/SD\r
435 #\r
436 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf\r
437 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf\r
438\r
439 #\r
440 # I2C\r
441 #\r
442 Omap35xxPkg/SmbusDxe/Smbus.inf\r
443\r
444 #\r
445 # SoC Drivers\r
446 #\r
447 Omap35xxPkg/Gpio/Gpio.inf\r
448 Omap35xxPkg/InterruptDxe/InterruptDxe.inf\r
449 Omap35xxPkg/TimerDxe/TimerDxe.inf\r
450 Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf\r
451\r
452 #\r
453 # Power IC\r
454 #\r
455 Omap35xxPkg/TPS65950Dxe/TPS65950.inf\r
456\r
457 #\r
458 # Bds\r
459 #\r
460 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
461 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
462 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
463 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
464 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
465 MdeModulePkg/Application/UiApp/UiApp.inf {\r
466 <LibraryClasses>\r
467 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
468 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
469 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
470 }\r
471\r
472 #\r
473 # Shell\r
474 #\r
475 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {\r
476 <PcdsFixedAtBuild>\r
477 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
478 }\r
479 ShellPkg/Application/Shell/Shell.inf {\r
480 <LibraryClasses>\r
481 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
482 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
483 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
484 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
485 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
486 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
487 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
488 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
489 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
490 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
491 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
492\r
493 <PcdsFixedAtBuild>\r
494 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
495 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
496 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
497 }\r