]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmPlatformPkg / MemoryInitPei / MemoryInitPeiLib.inf
CommitLineData
1e57a462 1#/** @file\r
3402aac7 2#\r
f8d7d6e1 3# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
f4dfad05 4# SPDX-License-Identifier: BSD-2-Clause-Patent\r
3402aac7 5#\r
1e57a462 6#**/\r
7\r
8[Defines]\r
9 INF_VERSION = 0x00010005\r
10 BASE_NAME = ArmMemoryInitPeiLib\r
11 FILE_GUID = 55ddb6e0-70b5-11e0-b33e-0002a5d5c51b\r
d94a48c7 12 MODULE_TYPE = BASE\r
1e57a462 13 VERSION_STRING = 1.0\r
d94a48c7 14 LIBRARY_CLASS = MemoryInitPeiLib|SEC PEIM\r
1e57a462 15\r
16[Sources]\r
17 MemoryInitPeiLib.c\r
18\r
19\r
20[Packages]\r
21 MdePkg/MdePkg.dec\r
22 MdeModulePkg/MdeModulePkg.dec\r
23 EmbeddedPkg/EmbeddedPkg.dec\r
24 ArmPkg/ArmPkg.dec\r
25 ArmPlatformPkg/ArmPlatformPkg.dec\r
3402aac7 26\r
1e57a462 27[LibraryClasses]\r
28 DebugLib\r
29 HobLib\r
5db1cce1 30 ArmMmuLib\r
1e57a462 31 ArmPlatformLib\r
32\r
33[Guids]\r
34 gEfiMemoryTypeInformationGuid\r
35\r
1e57a462 36[FeaturePcd]\r
37 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
38\r
39[FixedPcd]\r
40 gArmTokenSpaceGuid.PcdFdBaseAddress\r
41 gArmTokenSpaceGuid.PcdFdSize\r
42\r
1e57a462 43 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
3402aac7 44\r
1e57a462 45 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
46 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
47 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
48 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
49 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
50 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
51 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
52 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
53 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
3402aac7 54\r
f8d7d6e1
AB
55[Pcd]\r
56 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
57 gArmTokenSpaceGuid.PcdSystemMemorySize\r
58\r
59[Depex]\r
1e57a462 60 TRUE\r