]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/PlatformPei/PlatformPei.inf
ArmPlatformPkg: Rename gEmbeddedTokenSpaceGuid.PcdEmbeddedFd* into gArmTokenSpaceGuid...
[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
38 [LibraryClasses]
39 PeimEntryPoint
40 DebugLib
41 HobLib
42
43 [Ppis]
44 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED
45 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED
46
47 [FixedPcd]
48 gArmTokenSpaceGuid.PcdNormalFdBaseAddress # The base address of the FLASH Device.
49 gArmTokenSpaceGuid.PcdNormalFdSize # The size in bytes of the FLASH Device
50 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase
51 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
52 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
53 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
54
55 [depex]
56 TRUE
57