]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Drivers/
[mirror_edk2.git] / ArmPlatformPkg / MemoryInitPei / MemoryInitPeim.inf
... / ...
CommitLineData
1#/** @file\r
2# \r
3# Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11# \r
12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = MemoryInit\r
17 FILE_GUID = c61ef796-b50d-4f98-9f78-4f6f79d800d5\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20\r
21 ENTRY_POINT = InitializeMemory\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM\r
27#\r
28\r
29[Sources]\r
30 MemoryInitPeim.c\r
31 MemoryInitPeiLib.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\r
47[Guids]\r
48 gEfiMemoryTypeInformationGuid\r
49\r
50[FeaturePcd]\r
51 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
52\r
53[FixedPcd]\r
54 gArmPlatformTokenSpaceGuid.PcdStandalone\r
55\r
56 gArmTokenSpaceGuid.PcdNormalFdBaseAddress\r
57 gArmTokenSpaceGuid.PcdNormalFdSize\r
58\r
59 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
60 gArmTokenSpaceGuid.PcdSystemMemorySize\r
61 gArmPlatformTokenSpaceGuid.PcdSystemMemoryFixRegionSize\r
62 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
63 \r
64 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
65 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
66 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
67 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
68 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
69 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
70 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
71 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
72 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
73 \r
74[Depex]\r
75 TRUE\r