]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/Library/MemoryInitPeiLib/MemoryInitPeiLib.inf
BeagleBoardPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BeagleBoardPkg / Library / MemoryInitPeiLib / MemoryInitPeiLib.inf
CommitLineData
b3de5a48
AB
1#/** @file\r
2#\r
3# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
a1594be9 4# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b3de5a48
AB
5#\r
6#**/\r
7\r
8[Defines]\r
9 INF_VERSION = 0x0001001A\r
10 BASE_NAME = BeagleBoardMemoryInitPeiLib\r
11 FILE_GUID = e489db0a-d847-4d67-910b-48a833f6fef5\r
12 MODULE_TYPE = BASE\r
13 VERSION_STRING = 1.0\r
14 LIBRARY_CLASS = MemoryInitPeiLib|SEC PEIM\r
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
26\r
27[LibraryClasses]\r
28 DebugLib\r
29 HobLib\r
30 ArmMmuLib\r
31 ArmPlatformLib\r
32\r
33[Guids]\r
34 gEfiMemoryTypeInformationGuid\r
35\r
36[FeaturePcd]\r
37 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
38\r
39[FixedPcd]\r
40 gArmTokenSpaceGuid.PcdFdBaseAddress\r
41 gArmTokenSpaceGuid.PcdFdSize\r
42\r
43 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
44\r
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
54\r
55[Pcd]\r
56 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
57 gArmTokenSpaceGuid.PcdSystemMemorySize\r
58\r