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