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