]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/MemoryInitPei/MemoryInitPei.inf
ArmPlatformPkg/ArmPlatformLib: Move the UEFI memory partionning to MemoryInitPei
[mirror_edk2.git] / ArmPlatformPkg / MemoryInitPei / MemoryInitPei.inf
1 #/** @file
2 #
3 # Copyright (c) 2010, 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
27 #
28
29 [Sources]
30 MemoryInit.c
31
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
47 [Guids]
48 gEfiMemoryTypeInformationGuid
49
50 [Ppis]
51
52 [FeaturePcd]
53 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
54 gArmPlatformTokenSpaceGuid.PcdStandalone
55
56 [FixedPcd]
57 gArmTokenSpaceGuid.PcdNormalFdBaseAddress
58 gArmTokenSpaceGuid.PcdNormalFdSize
59
60 gArmTokenSpaceGuid.PcdSystemMemoryBase
61 gArmTokenSpaceGuid.PcdSystemMemorySize
62 gArmPlatformTokenSpaceGuid.PcdSystemMemoryFixRegionSize
63 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize
64
65 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
66 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
67 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
68 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
69 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
70 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
71 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
72 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
73 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
74
75 [depex]
76 TRUE