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