]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PlatformPei/PlatformPei.inf
ArmPkg/BdsLib: Fix GetSystemMemoryResources()
[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
1d5d0ae9 37\r
38[LibraryClasses]\r
39 PeimEntryPoint\r
40 DebugLib\r
41 HobLib\r
42\r
43[Ppis]\r
44 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED\r
45 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED\r
46\r
47[FixedPcd]\r
262a9b04 48 gArmTokenSpaceGuid.PcdNormalFdBaseAddress # The base address of the FLASH Device.\r
49 gArmTokenSpaceGuid.PcdNormalFdSize # The size in bytes of the FLASH Device\r
1d5d0ae9 50 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase\r
51 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize\r
52 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
53 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
54 \r
55[depex]\r
56 TRUE\r
57 \r