]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/MemoryInitPei/MemoryInitPei.inf
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / ArmPlatformPkg / MemoryInitPei / MemoryInitPei.inf
CommitLineData
1d5d0ae9 1#/** @file\r
2# \r
3# Copyright (c) 2010, 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\r
27#\r
28\r
29[Sources]\r
30 MemoryInit.c\r
31\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[Ppis]\r
51\r
52[FeaturePcd]\r
53 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
54 gArmPlatformTokenSpaceGuid.PcdStandalone\r
55\r
56[FixedPcd]\r
964680c1 57 gArmTokenSpaceGuid.PcdNormalFdBaseAddress\r
58 gArmTokenSpaceGuid.PcdNormalFdSize\r
59\r
60 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
61 gArmTokenSpaceGuid.PcdSystemMemorySize\r
62 gArmPlatformTokenSpaceGuid.PcdSystemMemoryFixRegionSize\r
63 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
64 \r
1d5d0ae9 65 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
66 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
67 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
68 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
69 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
70 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
71 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
72 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
73 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
74 \r
75[depex]\r
76 TRUE\r