]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/ArmVirtMemoryInitPeiLib.inf
ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLib
[mirror_edk2.git] / ArmVirtPkg / Library / ArmVirtMemoryInitPeiLib / ArmVirtMemoryInitPeiLib.inf
CommitLineData
a1bcf5c3
AB
1#/** @file\r
2#\r
3# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
4# Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#**/\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = ArmVirtMemoryInitPeiLib\r
18 FILE_GUID = 021b6156-3cc8-4e99-85ee-13d8a871edf2\r
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = MemoryInitPeiLib\r
22\r
23[Sources]\r
7fbd1eb2 24 ArmVirtMemoryInitPeiLib.c\r
a1bcf5c3
AB
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 MdeModulePkg/MdeModulePkg.dec\r
29 EmbeddedPkg/EmbeddedPkg.dec\r
30 ArmPkg/ArmPkg.dec\r
31 ArmPlatformPkg/ArmPlatformPkg.dec\r
32\r
33[LibraryClasses]\r
34 DebugLib\r
35 HobLib\r
36 ArmLib\r
5db1cce1 37 ArmMmuLib\r
a1bcf5c3 38 ArmPlatformLib\r
e1d52990 39 CacheMaintenanceLib\r
a1bcf5c3
AB
40\r
41[Guids]\r
42 gEfiMemoryTypeInformationGuid\r
43\r
44[FeaturePcd]\r
45 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
46\r
47[FixedPcd]\r
48 gArmTokenSpaceGuid.PcdFdSize\r
49\r
50 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
51\r
52 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
53 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
54 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
55 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
56 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
57 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
58 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
59 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
60 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
61\r
62[Pcd]\r
63 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
64 gArmTokenSpaceGuid.PcdSystemMemorySize\r
65 gArmTokenSpaceGuid.PcdFdBaseAddress\r
66\r
67[Depex]\r
68 TRUE\r