]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/MemoryInitPei/MemoryInitPei.inf
ArmPlatformPkg/ArmPlatformLib: Introduce the function ArmPlatformGetBootMode()
[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
57 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
58 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
59 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
60 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
61 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
62 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
63 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
64 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
65 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
66 \r
67[depex]\r
68 TRUE\r