]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/PlatformPei/PlatformPeim.inf
423b9ab858d1685a803018b2c8824c6df59140cf
[mirror_edk2.git] / ArmPlatformPkg / PlatformPei / PlatformPeim.inf
1 #/** @file
2 #
3 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
4 # Copyright (c) 2011-2012, ARM Limited. All rights reserved.
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = PlatformPei
19 FILE_GUID = 2ad0fc59-2314-4bf3-8633-13fa22a624a0
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = InitializePlatformPeim
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC ARM
29 #
30
31 [Sources]
32 PlatformPeim.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 EmbeddedPkg/EmbeddedPkg.dec
38 ArmPkg/ArmPkg.dec
39 ArmPlatformPkg/ArmPlatformPkg.dec
40
41 [LibraryClasses]
42 PeimEntryPoint
43 DebugLib
44 HobLib
45 ArmPlatformLib
46 PlatformPeiLib
47 PeiServicesLib
48
49 [Ppis]
50 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED
51 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED
52
53 [FixedPcd]
54 gArmTokenSpaceGuid.PcdFdBaseAddress
55 gArmTokenSpaceGuid.PcdFdSize
56
57 gArmTokenSpaceGuid.PcdFvBaseAddress
58 gArmTokenSpaceGuid.PcdFvSize
59
60 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
61 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
62
63 [Depex]
64 TRUE
65