1#/** @file
2#
3#  Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>
4#  Copyright (c) 2014, Linaro 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                      = ArmVirtMemoryInitPeiLib
18  FILE_GUID                      = 021b6156-3cc8-4e99-85ee-13d8a871edf2
19  MODULE_TYPE                    = SEC
20  VERSION_STRING                 = 1.0
21  LIBRARY_CLASS                  = MemoryInitPeiLib
22
23[Sources]
24  ArmVirtMemoryInitPeiLib.c
25
26[Packages]
27  MdePkg/MdePkg.dec
28  MdeModulePkg/MdeModulePkg.dec
29  EmbeddedPkg/EmbeddedPkg.dec
30  ArmPkg/ArmPkg.dec
31  ArmPlatformPkg/ArmPlatformPkg.dec
32
33[LibraryClasses]
34  DebugLib
35  HobLib
36  ArmLib
37  ArmPlatformLib
38  CacheMaintenanceLib
39
40[Guids]
41  gEfiMemoryTypeInformationGuid
42
43[FeaturePcd]
44  gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
45
46[FixedPcd]
47  gArmTokenSpaceGuid.PcdFdSize
48
49  gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize
50
51  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
52  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
53  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
54  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
55  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
56  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
57  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
58  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
59  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
60
61[Pcd]
62  gArmTokenSpaceGuid.PcdSystemMemoryBase
63  gArmTokenSpaceGuid.PcdSystemMemorySize
64  gArmTokenSpaceGuid.PcdFdBaseAddress
65
66[Depex]
67  TRUE
68