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