]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PlatformPei/PlatformPei.inf
ArmPlatformPkg/ArmPlatformLib: Introduce the function ArmPlatformGetBootMode()
[mirror_edk2.git] / ArmPlatformPkg / PlatformPei / PlatformPei.inf
CommitLineData
1d5d0ae9 1#/** @file\r
2#\r
3# Copyright (c) 2011, ARM Limited. All rights reserved.\r
4# \r
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
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
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 PlatformPei.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 EmbeddedPkg/EmbeddedPkg.dec\r
262a9b04 36 ArmPkg/ArmPkg.dec\r
a534d714 37 ArmPlatformPkg/ArmPlatformPkg.dec\r
1d5d0ae9 38\r
39[LibraryClasses]\r
40 PeimEntryPoint\r
41 DebugLib\r
42 HobLib\r
a534d714 43 ArmPlatformLib\r
1d5d0ae9 44\r
45[Ppis]\r
46 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED\r
47 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED\r
48\r
49[FixedPcd]\r
262a9b04 50 gArmTokenSpaceGuid.PcdNormalFdBaseAddress # The base address of the FLASH Device.\r
51 gArmTokenSpaceGuid.PcdNormalFdSize # The size in bytes of the FLASH Device\r
1d5d0ae9 52 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase\r
53 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize\r
54 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
55 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
56 \r
57[depex]\r
58 TRUE\r
59 \r