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