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