]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/PrePi/PeiMPCore.inf
ArmPlatformPkg/ArmPlatformLib: Removed 'ArmPlatformIsMemoryInitialized' function
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiMPCore.inf
CommitLineData
11c20f4e 1#/** @file\r
2# \r
3# Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11# \r
12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = ArmPlatformPrePiMPCore\r
17 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8\r
18 MODULE_TYPE = SEC\r
19 VERSION_STRING = 1.0\r
20\r
21[Sources.ARM]\r
22 PrePi.c\r
23 ModuleEntryPoint.S | GCC\r
24 ModuleEntryPoint.asm | RVCT\r
25 Exception.S | GCC\r
26 Exception.asm | RVCT\r
27 MainMPCore.c\r
28 \r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 EmbeddedPkg/EmbeddedPkg.dec\r
33 ArmPkg/ArmPkg.dec\r
34 ArmPlatformPkg/ArmPlatformPkg.dec\r
35 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 DebugLib\r
40 DebugAgentLib\r
41 ArmLib\r
42 ArmMPCoreMailBoxLib\r
55a0d64b 43 ArmGicLib\r
11c20f4e 44 IoLib\r
45 TimerLib\r
46 SerialPortLib\r
47 ExtractGuidedSectionLib\r
48 LzmaDecompressLib\r
49 PeCoffGetEntryPointLib\r
50 DebugAgentLib\r
51 PrePiLib\r
52 ArmPlatformLib\r
53 MemoryAllocationLib\r
54 HobLib\r
55 PrePiHobListPointerLib\r
56 PlatformPeiLib\r
57 MemoryInitPeiLib\r
58\r
59[FeaturePcd] \r
60 gEmbeddedTokenSpaceGuid.PcdCacheEnable\r
61 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
62 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
63\r
64[FixedPcd]\r
65 gArmTokenSpaceGuid.PcdVFPEnabled\r
66\r
67 gArmTokenSpaceGuid.PcdNormalFdBaseAddress\r
68 gArmTokenSpaceGuid.PcdNormalFdSize\r
69\r
70 gArmTokenSpaceGuid.PcdNormalFvBaseAddress\r
71 gArmTokenSpaceGuid.PcdNormalFvSize\r
72\r
73 gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackBase\r
74 gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackSize\r
75\r
76 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
77 gArmPlatformTokenSpaceGuid.PcdHobListPtrGlobalOffset\r
78\r
79 gArmTokenSpaceGuid.PcdGicDistributorBase\r
80 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
81\r
82 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
83 gArmTokenSpaceGuid.PcdSystemMemorySize\r
84 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
85 \r
86 gArmPlatformTokenSpaceGuid.PcdMPCoreMaxCores\r
87 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
88 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
89\r
90 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
91 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
92 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
93 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
94 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
95 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
96 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
97 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
98 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
99\r