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