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