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