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 ArmMmuLib 38 ArmPlatformLib 39 CacheMaintenanceLib 40 41[Guids] 42 gEfiMemoryTypeInformationGuid 43 44[FeaturePcd] 45 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob 46 47[FixedPcd] 48 gArmTokenSpaceGuid.PcdFdSize 49 50 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize 51 52 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory 53 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS 54 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType 55 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData 56 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode 57 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode 58 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData 59 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode 60 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData 61 62[Pcd] 63 gArmTokenSpaceGuid.PcdSystemMemoryBase 64 gArmTokenSpaceGuid.PcdSystemMemorySize 65 gArmTokenSpaceGuid.PcdFdBaseAddress 66 67[Depex] 68 TRUE 69