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