]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / ArmPlatformPkg / MemoryInitPei / MemoryInitPeim.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
4# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\r
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
9#\r
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
12#\r
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
27# VALID_ARCHITECTURES = IA32 X64 EBC ARM\r
28#\r
29\r
30[Sources]\r
31 MemoryInitPeim.c\r
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
39\r
40[LibraryClasses]\r
41 PeimEntryPoint\r
42 DebugLib\r
43 HobLib\r
44 ArmLib\r
45 ArmPlatformLib\r
46 MemoryInitPeiLib\r
47\r
48[Guids]\r
49 gEfiMemoryTypeInformationGuid\r
50\r
51[FeaturePcd]\r
52 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
53\r
54[FixedPcd]\r
55 gArmTokenSpaceGuid.PcdFdBaseAddress\r
56 gArmTokenSpaceGuid.PcdFdSize\r
57\r
58 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
59\r
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
69\r
70[Pcd]\r
71 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
72 gArmTokenSpaceGuid.PcdSystemMemorySize\r
73\r
74[Depex]\r
75 TRUE\r