]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
ArmPlatformPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / ArmPlatformPkg / MemoryInitPei / MemoryInitPeim.inf
1 #/** @file
2 #
3 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
4 # Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #**/
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = MemoryInit
18 FILE_GUID = c61ef796-b50d-4f98-9f78-4f6f79d800d5
19 MODULE_TYPE = PEIM
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = InitializeMemory
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC ARM
28 #
29
30 [Sources]
31 MemoryInitPeim.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 EmbeddedPkg/EmbeddedPkg.dec
37 ArmPkg/ArmPkg.dec
38 ArmPlatformPkg/ArmPlatformPkg.dec
39
40 [LibraryClasses]
41 PeimEntryPoint
42 DebugLib
43 HobLib
44 ArmLib
45 ArmPlatformLib
46 MemoryInitPeiLib
47
48 [Guids]
49 gEfiMemoryTypeInformationGuid
50
51 [FeaturePcd]
52 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
53
54 [FixedPcd]
55 gArmTokenSpaceGuid.PcdFdBaseAddress
56 gArmTokenSpaceGuid.PcdFdSize
57
58 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize
59
60 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
61 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
62 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
63 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
64 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
65 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
66 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
67 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
68 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
69
70 [Pcd]
71 gArmTokenSpaceGuid.PcdSystemMemoryBase
72 gArmTokenSpaceGuid.PcdSystemMemorySize
73
74 [Depex]
75 TRUE