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