]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
ArmPlatformPkg: remove ArmPlatformInitializeSystemMemory
[mirror_edk2.git] / ArmPlatformPkg / MemoryInitPei / MemoryInitPeim.inf
CommitLineData
1d5d0ae9 1#/** @file\r
3402aac7 2#\r
f8d7d6e1 3# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
1d5d0ae9 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
3402aac7 8#\r
1d5d0ae9 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
3402aac7 11#\r
1d5d0ae9 12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = MemoryInit\r
17 FILE_GUID = c61ef796-b50d-4f98-9f78-4f6f79d800d5\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20\r
21 ENTRY_POINT = InitializeMemory\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
3a6eaccf 26# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM\r
1d5d0ae9 27#\r
28\r
29[Sources]\r
3a6eaccf 30 MemoryInitPeim.c\r
1d5d0ae9 31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35 EmbeddedPkg/EmbeddedPkg.dec\r
36 ArmPkg/ArmPkg.dec\r
37 ArmPlatformPkg/ArmPlatformPkg.dec\r
3402aac7 38\r
1d5d0ae9 39[LibraryClasses]\r
40 PeimEntryPoint\r
41 DebugLib\r
42 HobLib\r
43 ArmLib\r
44 ArmPlatformLib\r
d94a48c7 45 MemoryInitPeiLib\r
1d5d0ae9 46\r
47[Guids]\r
48 gEfiMemoryTypeInformationGuid\r
49\r
1d5d0ae9 50[FeaturePcd]\r
51 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
1d5d0ae9 52\r
53[FixedPcd]\r
f92b93c9 54 gArmTokenSpaceGuid.PcdFdBaseAddress\r
55 gArmTokenSpaceGuid.PcdFdSize\r
964680c1 56\r
964680c1 57 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
3402aac7 58\r
1d5d0ae9 59 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
60 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
61 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
62 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
63 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
64 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
65 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
66 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
67 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
3402aac7 68\r
f8d7d6e1
AB
69[Pcd]\r
70 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
71 gArmTokenSpaceGuid.PcdSystemMemorySize\r
72\r
3a6eaccf 73[Depex]\r
1d5d0ae9 74 TRUE\r