]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb.dsc.inc
ArmPlatformPkg: Add the LinuxLoader.efi EFI application
[mirror_edk2.git] / ArmPlatformPkg / ArmRealViewEbPkg / ArmRealViewEb.dsc.inc
CommitLineData
f4ee7a82 1#\r
04f1a709 2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
e860f74e 3# Copyright (c) 2015, Intel Corporation. All rights reserved.\r
f4ee7a82 4#\r
3402aac7
RC
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
f4ee7a82 12#\r
13#\r
14\r
15[LibraryClasses.common]\r
16!if $(TARGET) == RELEASE\r
17 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
18 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
19!else\r
20 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
21 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
22# UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf\r
23!endif\r
24 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
25\r
26 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
27 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
28 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
29 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
30 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
31 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
32 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
33 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
34 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
35\r
36 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
37 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
38 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
39 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
40 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
41 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
42 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
43 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
44 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
3402aac7 45 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
f4ee7a82 46\r
47 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
48\r
49 #\r
50 # Assume everything is fixed at build\r
51 #\r
52 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
53\r
54 # 1/123 faster than Stm or Vstm version\r
55 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
56 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r
57\r
58 # ARM Architectural Libraries\r
59 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
60 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
793ae6ee 61 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
f4ee7a82 62 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
63 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r
017baa1c 64 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
166c01fb 65 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r
4f6d34b4 66 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf\r
f4ee7a82 67\r
68 # RealView Emulation Board Specific Libraries\r
e0a1413d 69 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
f4ee7a82 70 EfiResetSystemLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
71 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf\r
72 SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf\r
d38c35f9 73 SerialPortExtLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortExtLib.inf\r
8bf4ad44 74 TimerLib|ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf\r
f4ee7a82 75 # ARM PL011 UART Driver\r
76 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf\r
77 NorFlashPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/NorFlashArmRealViewEbLib/NorFlashArmRealViewEbLib.inf\r
8bf4ad44 78 LcdPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/PL111LcdArmRealViewEbLib/PL111LcdArmRealViewEbLib.inf\r
601e3607 79 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r
f4ee7a82 80\r
8bf4ad44
RC
81 # Networking Requirements for ArmPlatformPkg/Bds\r
82 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
83\r
84 # EBL Related Libraries\r
f4ee7a82 85 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf\r
86 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf\r
87 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf\r
88 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf\r
89\r
90 #\r
3402aac7 91 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window\r
f4ee7a82 92 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
93 # into the command window to load symbols. We should be able to use a script to do this, but\r
94 # the version of RVD I have does not support scripts accessing system memory.\r
95 #\r
96 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
97 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
98 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
3402aac7 99\r
f4ee7a82 100 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
101 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf\r
102 #DebugAgentTimerLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf\r
103\r
3402aac7 104 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf\r
f4ee7a82 105\r
106 GdbSerialLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/GdbSerialLib/GdbSerialLib.inf\r
107\r
0ead5ec4
RC
108 # These libraries are used by the dynamic EFI Shell commands\r
109 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
110 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
111 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
112\r
f4ee7a82 113 # BDS Libraries\r
114 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf\r
0a6653bc 115 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r
f4ee7a82 116\r
e860f74e
SZ
117 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
118 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
119\r
f4ee7a82 120[LibraryClasses.common.SEC]\r
c7b7c445 121 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf\r
f4ee7a82 122 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Sec/SecArmPlatformGlobalVariableLib.inf\r
8cc852f7 123 ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf\r
f4ee7a82 124\r
9d6b024d 125 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf\r
619b3998 126 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf\r
3402aac7 127 # Uncomment to turn on GDB stub in SEC.\r
f4ee7a82 128 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf\r
3402aac7 129\r
4103bc94 130!ifdef $(EDK2_SKIP_PEICORE)\r
f4ee7a82 131 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
132 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
9435a57e 133 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
f4ee7a82 134 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
135 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
136 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
f4ee7a82 137!endif\r
138\r
d94a48c7
AB
139[LibraryClasses.common.SEC, LibraryClasses.common.PEIM]\r
140 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
141\r
f4ee7a82 142[LibraryClasses.common.PEI_CORE]\r
143 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
144 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
145 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
146 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
147 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
148 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
149 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
150 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
151 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
152 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
153\r
154 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
155 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r
156\r
157[LibraryClasses.common.PEIM]\r
158 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
159 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
160 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
161 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
162 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
163 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
164 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
165 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
166 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
167 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
168 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
169\r
170 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r
171 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
172\r
173[LibraryClasses.common.DXE_CORE]\r
174 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
175 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
176 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
177 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
178 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
179 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
180 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
181 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
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
188 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
189 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf\r
190\r
191[LibraryClasses.common.UEFI_APPLICATION]\r
192 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
193 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
194 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
195 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
196\r
197[LibraryClasses.common.UEFI_DRIVER]\r
198 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
199 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
200 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
201 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
202 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
f2e6099a 203 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
f4ee7a82 204\r
205[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
206 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
207 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
208 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
209 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
210\r
211[LibraryClasses.ARM]\r
212 #\r
213 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
214 # This library provides the instrinsic functions generate by a given compiler.\r
215 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
216 #\r
217 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
218\r
bd1d0628
OM
219 # Add support for GCC stack protector\r
220 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
221\r
f4ee7a82 222[BuildOptions]\r
223 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
224\r
225 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
226\r
227 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG\r
228\r
229\r
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
f4ee7a82 242 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r
3402aac7 243\r
f4ee7a82 244 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
245 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
246\r
247 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
248\r
249[PcdsFixedAtBuild.common]\r
f4ee7a82 250 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
251 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
252 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
253 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
254 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
255 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
256 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
257 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
258\r
259 # DEBUG_ASSERT_ENABLED 0x01\r
260 # DEBUG_PRINT_ENABLED 0x02\r
261 # DEBUG_CODE_ENABLED 0x04\r
262 # CLEAR_MEMORY_ENABLED 0x08\r
263 # ASSERT_BREAKPOINT_ENABLED 0x10\r
264 # ASSERT_DEADLOOP_ENABLED 0x20\r
265!if $(TARGET) == RELEASE\r
266 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
267!else\r
268 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
269!endif\r
270\r
271 # DEBUG_INIT 0x00000001 // Initialization\r
272 # DEBUG_WARN 0x00000002 // Warnings\r
273 # DEBUG_LOAD 0x00000004 // Load events\r
274 # DEBUG_FS 0x00000008 // EFI File system\r
275 # DEBUG_POOL 0x00000010 // Alloc & Free's\r
276 # DEBUG_PAGE 0x00000020 // Alloc & Free's\r
277 # DEBUG_INFO 0x00000040 // Verbose\r
278 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers\r
279 # DEBUG_VARIABLE 0x00000100 // Variable\r
280 # DEBUG_BM 0x00000400 // Boot Manager\r
281 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
282 # DEBUG_NET 0x00004000 // SNI Driver\r
283 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
284 # DEBUG_LOADFILE 0x00020000 // UNDI Driver\r
285 # DEBUG_EVENT 0x00080000 // Event messages\r
286 # DEBUG_ERROR 0x80000000 // Error\r
287 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r
288\r
289 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
3402aac7 290\r
f4ee7a82 291 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r
292 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
293 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
3402aac7 294\r
f4ee7a82 295 #\r
296 # Optional feature to help prevent EFI memory map fragments\r
297 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
3402aac7
RC
298 # Values are in EFI Pages (4K). DXE Core will make sure that\r
299 # at least this much of each type of memory can be allocated\r
f4ee7a82 300 # from a single memory range. This way you only end up with\r
301 # maximum of two fragements for each type in the memory map\r
302 # (the memory used, and the free memory that was prereserved\r
303 # but not used).\r
304 #\r
305 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x00000000\r
b0824968
OM
306\r
307 ## PL180 MMC/SD card controller\r
308 gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress|0x10000048\r
309 gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress|0x10005000\r
310\r
0ead5ec4
RC
311 # We want to use the Shell Libraries but don't want it to initialise\r
312 # automatically. We initialise the libraries when the command is called by the\r
313 # Shell.\r
314 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
315\r
f4ee7a82 316 #\r
317 # ARM OS Loader\r
318 #\r
319 gArmTokenSpaceGuid.PcdArmMachineType|827\r
320 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"SemiHosting"\r
0ead5ec4
RC
321 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"Fv(14801114-DA6A-4113-985B-DC876337A15E)/LinuxLoader.efi"\r
322 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/zImage-RTSM -a 827 -c \"console=ttyAMA0,38400n8\""\r
3402aac7 323\r
f4ee7a82 324 # Use the Serial console (ConIn & ConOut) and the Graphic driver (ConOut)\r
325 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"\r
326 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi()"\r
db1b9ea0 327 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10\r
b0824968
OM
328\r
329[Components.common]\r
330 #\r
331 # Multimedia Card Interface\r
332 #\r
333 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf\r
334 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf\r
439a5321
OM
335\r
336 # FV Filesystem\r
337 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf\r
0ead5ec4
RC
338\r
339 # Legacy Linux Loader\r
340 ArmPkg/Application/LinuxLoader/LinuxLoader.inf\r