]>
Commit | Line | Data |
---|---|---|
12fcdcb8 | 1 | #\r |
67fb865c | 2 | # Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r |
12fcdcb8 | 3 | # \r |
4 | # This program and the accompanying materials \r | |
5 | # are licensed and made available under the terms and conditions of the BSD License \r | |
6 | # which accompanies this distribution. The full text of the license may be found at \r | |
7 | # http://opensource.org/licenses/bsd-license.php \r | |
8 | #\r | |
9 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r | |
10 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r | |
11 | #\r | |
12 | #\r | |
13 | ################################################################################\r | |
14 | #\r | |
15 | # Defines Section - statements that will be processed to create a Makefile.\r | |
16 | #\r | |
17 | ################################################################################\r | |
18 | [Defines]\r | |
19 | PLATFORM_NAME = ArmPlatform\r | |
20 | PLATFORM_GUID = 4fe82b83-9315-4ff3-8cc0-ab77ca93cb7f \r | |
21 | PLATFORM_VERSION = 0.1\r | |
22 | DSC_SPECIFICATION = 0x00010005\r | |
23 | OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)\r | |
1bc83266 | 24 | SUPPORTED_ARCHITECTURES = ARM|AARCH64\r |
12fcdcb8 | 25 | BUILD_TARGETS = DEBUG|RELEASE\r |
26 | SKUID_IDENTIFIER = DEFAULT\r | |
27 | FLASH_DEFINITION = ArmPlatformPkg/ArmPlatformPkg.fdf\r | |
28 | \r | |
29 | [LibraryClasses.common]\r | |
12fcdcb8 | 30 | ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r |
31 | \r | |
32 | !if $(TARGET) == RELEASE\r | |
33 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r | |
34 | UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r | |
35 | !else\r | |
36 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r | |
37 | UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r | |
38 | # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf\r | |
39 | !endif\r | |
40 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r | |
41 | \r | |
42 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r | |
43 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r | |
44 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r | |
45 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r | |
46 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r | |
47 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r | |
48 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r | |
49 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r | |
50 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r | |
51 | \r | |
52 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r | |
53 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
54 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r | |
55 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
56 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r | |
57 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r | |
58 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r | |
59 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r | |
60 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r | |
61 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf \r | |
62 | \r | |
63 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r | |
64 | \r | |
65 | #\r | |
66 | # Assume everything is fixed at build\r | |
67 | #\r | |
68 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
69 | \r | |
70 | # 1/123 faster than Stm or Vstm version\r | |
71 | #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r | |
72 | BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r | |
73 | \r | |
74 | # ARM Architectural Libraries\r | |
75 | CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r | |
76 | DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r | |
793ae6ee | 77 | CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r |
12fcdcb8 | 78 | ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r |
79 | DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r | |
12fcdcb8 | 80 | ArmGicLib|ArmPkg/Drivers/PL390Gic/PL390GicLib.inf\r |
bc87b507 | 81 | ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r |
12fcdcb8 | 82 | \r |
83 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r | |
84 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r | |
85 | EfiResetSystemLib|EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf\r | |
86 | RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf\r | |
87 | \r | |
88 | # EBL Related Libraries \r | |
89 | EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf\r | |
90 | EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf\r | |
91 | EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf\r | |
92 | EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf\r | |
93 | \r | |
94 | #\r | |
95 | # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window \r | |
96 | # in the debugger will show load and unload commands for symbols. You can cut and paste this\r | |
97 | # into the command window to load symbols. We should be able to use a script to do this, but\r | |
98 | # the version of RVD I have does not support scripts accessing system memory.\r | |
99 | #\r | |
100 | #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r | |
101 | PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r | |
102 | #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r | |
103 | \r | |
104 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r | |
105 | DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf\r | |
106 | \r | |
107 | SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf \r | |
108 | \r | |
109 | # BDS Libraries\r | |
110 | BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf\r | |
fa4a7063 | 111 | FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r |
12fcdcb8 | 112 | \r |
1bc83266 HL |
113 | [LibraryClasses.ARM]\r |
114 | ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r | |
115 | ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf\r | |
116 | \r | |
117 | [LibraryClasses.AARCH64]\r | |
118 | ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf\r | |
119 | ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r | |
120 | \r | |
12fcdcb8 | 121 | [LibraryClasses.common.SEC]\r |
e314d564 | 122 | ArmPlatformSecLib|ArmPlatformPkg/Library/ArmPlatformSecLibNull/ArmPlatformLibNullSec.inf\r |
12fcdcb8 | 123 | ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.inf\r |
8cc852f7 | 124 | ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf\r |
12fcdcb8 | 125 | \r |
c7b7c445 | 126 | ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf\r |
12fcdcb8 | 127 | ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Sec/SecArmPlatformGlobalVariableLib.inf\r |
128 | \r | |
9d6b024d | 129 | DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf\r |
c3adcc97 | 130 | DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf\r |
12fcdcb8 | 131 | \r |
1bc83266 HL |
132 | [LibraryClasses.ARM.SEC]\r |
133 | ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf\r | |
134 | \r | |
135 | [LibraryClasses.AARCH64.SEC]\r | |
136 | ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf\r | |
137 | \r | |
12fcdcb8 | 138 | [LibraryClasses.common.PEI_CORE]\r |
139 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r | |
140 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
141 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
142 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r | |
143 | PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r | |
144 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r | |
145 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r | |
146 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r | |
147 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r | |
148 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r | |
149 | \r | |
150 | ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r | |
151 | PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r | |
152 | \r | |
153 | [LibraryClasses.common.PEIM]\r | |
154 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r | |
155 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
156 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
157 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r | |
158 | PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r | |
159 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r | |
160 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r | |
161 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r | |
162 | PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r | |
163 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r | |
164 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r | |
165 | \r | |
166 | ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r | |
167 | PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r | |
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 | PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r | |
178 | \r | |
179 | [LibraryClasses.common.DXE_DRIVER]\r | |
180 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r | |
181 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r | |
182 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r | |
183 | PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r | |
184 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
185 | ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf\r | |
186 | \r | |
187 | [LibraryClasses.common.UEFI_APPLICATION]\r | |
188 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r | |
189 | PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r | |
190 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
191 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r | |
192 | \r | |
193 | [LibraryClasses.common.UEFI_DRIVER]\r | |
194 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r | |
195 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r | |
196 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r | |
197 | PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r | |
198 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
199 | \r | |
200 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]\r | |
201 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
202 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
203 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r | |
204 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r | |
205 | \r | |
206 | [LibraryClasses.ARM]\r | |
207 | #\r | |
208 | # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r | |
209 | # This library provides the instrinsic functions generate by a given compiler.\r | |
210 | # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r | |
211 | #\r | |
212 | NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r | |
1bc83266 HL |
213 | \r |
214 | [LibraryClasses.AARCH64]\r | |
215 | NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r | |
12fcdcb8 | 216 | \r |
217 | [BuildOptions]\r | |
218 | XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7\r | |
219 | \r | |
220 | GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a\r | |
221 | \r | |
222 | RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8\r | |
223 | \r | |
224 | ################################################################################\r | |
225 | #\r | |
226 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform\r | |
227 | #\r | |
228 | ################################################################################\r | |
229 | \r | |
230 | [PcdsFeatureFlag.common]\r | |
231 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r | |
232 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r | |
233 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r | |
234 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r | |
235 | \r | |
236 | #\r | |
237 | # Control what commands are supported from the UI\r | |
238 | # Turn these on and off to add features or save size\r | |
239 | # \r | |
240 | gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE\r | |
241 | gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE\r | |
242 | gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE\r | |
243 | gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE\r | |
244 | gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE\r | |
12fcdcb8 | 245 | gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE\r |
246 | gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE\r | |
247 | \r | |
248 | gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r | |
249 | \r | |
250 | # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r | |
251 | gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r | |
252 | \r | |
253 | gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r | |
254 | \r | |
255 | gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r | |
256 | \r | |
257 | [PcdsFixedAtBuild.common]\r | |
258 | gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Platform"\r | |
259 | \r | |
260 | gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmPlatform"\r | |
261 | gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32\r | |
262 | gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0\r | |
263 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r | |
264 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r | |
265 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r | |
266 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r | |
267 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r | |
268 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r | |
269 | gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r | |
270 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r | |
271 | \r | |
272 | # DEBUG_ASSERT_ENABLED 0x01\r | |
273 | # DEBUG_PRINT_ENABLED 0x02\r | |
274 | # DEBUG_CODE_ENABLED 0x04\r | |
275 | # CLEAR_MEMORY_ENABLED 0x08\r | |
276 | # ASSERT_BREAKPOINT_ENABLED 0x10\r | |
277 | # ASSERT_DEADLOOP_ENABLED 0x20\r | |
278 | !if $(TARGET) == RELEASE\r | |
279 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r | |
280 | !else\r | |
281 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r | |
282 | !endif\r | |
283 | \r | |
284 | # DEBUG_INIT 0x00000001 // Initialization\r | |
285 | # DEBUG_WARN 0x00000002 // Warnings\r | |
286 | # DEBUG_LOAD 0x00000004 // Load events\r | |
287 | # DEBUG_FS 0x00000008 // EFI File system\r | |
288 | # DEBUG_POOL 0x00000010 // Alloc & Free's\r | |
289 | # DEBUG_PAGE 0x00000020 // Alloc & Free's\r | |
290 | # DEBUG_INFO 0x00000040 // Verbose\r | |
291 | # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers\r | |
292 | # DEBUG_VARIABLE 0x00000100 // Variable\r | |
293 | # DEBUG_BM 0x00000400 // Boot Manager\r | |
294 | # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r | |
295 | # DEBUG_NET 0x00004000 // SNI Driver\r | |
296 | # DEBUG_UNDI 0x00010000 // UNDI Driver\r | |
297 | # DEBUG_LOADFILE 0x00020000 // UNDI Driver\r | |
298 | # DEBUG_EVENT 0x00080000 // Event messages\r | |
299 | # DEBUG_ERROR 0x80000000 // Error\r | |
300 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r | |
301 | \r | |
302 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r | |
303 | \r | |
304 | gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r | |
305 | gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r | |
306 | gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r | |
307 | \r | |
308 | #\r | |
309 | # Optional feature to help prevent EFI memory map fragments\r | |
310 | # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r | |
311 | # Values are in EFI Pages (4K). DXE Core will make sure that \r | |
312 | # at least this much of each type of memory can be allocated \r | |
313 | # from a single memory range. This way you only end up with\r | |
314 | # maximum of two fragements for each type in the memory map\r | |
315 | # (the memory used, and the free memory that was prereserved\r | |
316 | # but not used).\r | |
317 | #\r | |
318 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r | |
319 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r | |
320 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r | |
321 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50\r | |
322 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20\r | |
323 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400\r | |
324 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000\r | |
325 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20\r | |
326 | gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r | |
327 | \r | |
328 | #\r | |
329 | # ARM Pcds\r | |
330 | #\r | |
331 | gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000\r | |
332 | \r | |
333 | # Stacks for MPCores in Secure World\r | |
334 | gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0\r | |
335 | # Stacks for MPCores in Monitor Mode\r | |
336 | gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0\r | |
337 | # Stacks for MPCores in Normal World\r | |
338 | gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0\r | |
339 | \r | |
340 | gArmTokenSpaceGuid.PcdSystemMemoryBase|0\r | |
341 | gArmTokenSpaceGuid.PcdSystemMemorySize|0\r | |
342 | \r | |
343 | ################################################################################\r | |
344 | #\r | |
345 | # Components Section - list of all EDK II Modules needed by this Platform\r | |
346 | #\r | |
347 | ################################################################################\r | |
348 | [Components.common]\r | |
349 | \r | |
350 | #\r | |
351 | # SEC\r | |
352 | #\r | |
f8181c90 | 353 | ArmPlatformPkg/Sec/Sec.inf {\r |
354 | <LibraryClasses>\r | |
355 | # Use the implementation which set the Secure bits\r | |
356 | ArmGicLib|ArmPkg/Drivers/PL390Gic/PL390GicSecLib.inf\r | |
357 | }\r | |
12fcdcb8 | 358 | \r |
359 | #\r | |
360 | # PEI Phase modules\r | |
361 | #\r | |
362 | ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf {\r | |
363 | <LibraryClasses>\r | |
12fcdcb8 | 364 | ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r |
365 | }\r | |
366 | MdeModulePkg/Core/Pei/PeiMain.inf\r | |
367 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r | |
368 | <LibraryClasses>\r | |
369 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
370 | }\r | |
371 | ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r | |
372 | ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r | |
373 | ArmPkg/Drivers/CpuPei/CpuPei.inf\r | |
374 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r | |
375 | Nt32Pkg/BootModePei/BootModePei.inf\r | |
376 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r | |
377 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r | |
378 | <LibraryClasses>\r | |
379 | NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r | |
380 | }\r | |
381 | \r | |
382 | #\r | |
383 | # DXE\r | |
384 | #\r | |
385 | MdeModulePkg/Core/Dxe/DxeMain.inf {\r | |
386 | <LibraryClasses>\r | |
387 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
388 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r | |
389 | }\r | |
390 | \r | |
391 | #\r | |
392 | # Architectural Protocols\r | |
393 | #\r | |
394 | ArmPkg/Drivers/CpuDxe/CpuDxe.inf \r | |
395 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r | |
396 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r | |
397 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r | |
398 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r | |
504d1460 | 399 | MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r |
12fcdcb8 | 400 | EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf \r |
401 | \r | |
402 | EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r | |
403 | EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r | |
404 | EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r | |
405 | \r | |
504d1460 | 406 | # Simple TextIn/TextOut for UEFI Terminal\r |
407 | EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf\r | |
408 | \r | |
12fcdcb8 | 409 | #\r |
410 | # Semi-hosting filesystem\r | |
411 | #\r | |
412 | ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r | |
413 | \r | |
414 | #\r | |
415 | # FAT filesystem + GPT/MBR partitioning\r | |
416 | #\r | |
417 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r | |
418 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r | |
12fcdcb8 | 419 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r |
420 | \r | |
421 | #\r | |
422 | # Application\r | |
423 | # \r | |
424 | EmbeddedPkg/Ebl/Ebl.inf\r | |
425 | \r | |
426 | #\r | |
427 | # Bds\r | |
428 | #\r | |
429 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r | |
430 | ArmPlatformPkg/Bds/Bds.inf\r | |
9d6b024d | 431 | \r |