]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/PlatformPei/PlatformPei.inf
Add ArmPlatformPkg from ARM Ltd. patch.
[mirror_edk2.git] / ArmPlatformPkg / PlatformPei / PlatformPei.inf
... / ...
CommitLineData
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
36\r
37[LibraryClasses]\r
38 PeimEntryPoint\r
39 DebugLib\r
40 HobLib\r
41\r
42[Ppis]\r
43 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED\r
44 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED\r
45\r
46[FixedPcd]\r
47 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress #The base address of the FLASH Device.\r
48 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize #The size in bytes of the FLASH Device\r
49 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase\r
50 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize\r
51 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
52 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
53 \r
54[depex]\r
55 TRUE\r
56 \r