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