]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVirtualizationPkg/Library/ArmVirtualizationMemoryInitPeiLib/ArmVirtualizationMemoryInitPeiLib.inf
ArmVirtualizationPkg: implement custom MemoryInitPeiLib
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / Library / ArmVirtualizationMemoryInitPeiLib / ArmVirtualizationMemoryInitPeiLib.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
24 ArmVirtualizationMemoryInitPeiLib.c\r
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
37 ArmPlatformLib\r
38\r
39[Guids]\r
40 gEfiMemoryTypeInformationGuid\r
41\r
42[FeaturePcd]\r
43 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
44\r
45[FixedPcd]\r
46 gArmTokenSpaceGuid.PcdFdSize\r
47\r
48 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
49\r
50 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
51 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
52 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
53 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
54 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
55 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
56 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
57 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
58 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
59\r
60[Pcd]\r
61 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
62 gArmTokenSpaceGuid.PcdSystemMemorySize\r
63 gArmTokenSpaceGuid.PcdFdBaseAddress\r
64\r
65[Depex]\r
66 TRUE\r