]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / ArmPlatformPkg / MemoryInitPei / MemoryInitPeim.inf
CommitLineData
1d5d0ae9 1#/** @file\r
3402aac7 2#\r
d3971e17 3# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
f8d7d6e1 4# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
1d5d0ae9 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
3402aac7 9#\r
1d5d0ae9 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
3402aac7 12#\r
1d5d0ae9 13#**/\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = MemoryInit\r
18 FILE_GUID = c61ef796-b50d-4f98-9f78-4f6f79d800d5\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21\r
22 ENTRY_POINT = InitializeMemory\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
d3971e17 27# VALID_ARCHITECTURES = IA32 X64 EBC ARM\r
1d5d0ae9 28#\r
29\r
30[Sources]\r
3a6eaccf 31 MemoryInitPeim.c\r
1d5d0ae9 32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36 EmbeddedPkg/EmbeddedPkg.dec\r
37 ArmPkg/ArmPkg.dec\r
38 ArmPlatformPkg/ArmPlatformPkg.dec\r
3402aac7 39\r
1d5d0ae9 40[LibraryClasses]\r
41 PeimEntryPoint\r
42 DebugLib\r
43 HobLib\r
44 ArmLib\r
45 ArmPlatformLib\r
d94a48c7 46 MemoryInitPeiLib\r
1d5d0ae9 47\r
48[Guids]\r
49 gEfiMemoryTypeInformationGuid\r
50\r
1d5d0ae9 51[FeaturePcd]\r
52 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
1d5d0ae9 53\r
54[FixedPcd]\r
f92b93c9 55 gArmTokenSpaceGuid.PcdFdBaseAddress\r
56 gArmTokenSpaceGuid.PcdFdSize\r
964680c1 57\r
964680c1 58 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
3402aac7 59\r
1d5d0ae9 60 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
61 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
62 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
63 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
64 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
65 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
66 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
67 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
68 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
3402aac7 69\r
f8d7d6e1
AB
70[Pcd]\r
71 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
72 gArmTokenSpaceGuid.PcdSystemMemorySize\r
73\r
3a6eaccf 74[Depex]\r
1d5d0ae9 75 TRUE\r