]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/PrePi/PeiMPCore.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiMPCore.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>\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 = ArmPlatformPrePiMPCore\r
18 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8\r
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
21\r
22[Sources]\r
23 PrePi.c\r
24 MainMPCore.c\r
25\r
26[Sources.ARM]\r
27 Arm/ArchPrePi.c\r
28 Arm/ModuleEntryPoint.S | GCC\r
29 Arm/ModuleEntryPoint.asm | RVCT\r
30\r
31[Sources.AArch64]\r
32 AArch64/ArchPrePi.c\r
33 AArch64/ModuleEntryPoint.S\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 EmbeddedPkg/EmbeddedPkg.dec\r
39 ArmPkg/ArmPkg.dec\r
40 ArmPlatformPkg/ArmPlatformPkg.dec\r
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 DebugLib\r
46 DebugAgentLib\r
47 ArmLib\r
48 ArmGicLib\r
49 IoLib\r
50 TimerLib\r
51 SerialPortLib\r
52 ExtractGuidedSectionLib\r
53 LzmaDecompressLib\r
54 PeCoffGetEntryPointLib\r
55 DebugAgentLib\r
56 PrePiLib\r
57 ArmPlatformLib\r
58 ArmPlatformStackLib\r
59 MemoryAllocationLib\r
60 HobLib\r
61 PrePiHobListPointerLib\r
62 PlatformPeiLib\r
63 MemoryInitPeiLib\r
64\r
65[Ppis]\r
66 gArmMpCoreInfoPpiGuid\r
67\r
68[Guids]\r
69 gArmGlobalVariableGuid\r
70 gArmMpCoreInfoGuid\r
71\r
72[FeaturePcd]\r
73 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
74 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
75\r
76[FixedPcd]\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
78\r
79 gArmTokenSpaceGuid.PcdVFPEnabled\r
80\r
81 gArmTokenSpaceGuid.PcdFdBaseAddress\r
82 gArmTokenSpaceGuid.PcdFdSize\r
83\r
84 gArmTokenSpaceGuid.PcdFvBaseAddress\r
85 gArmTokenSpaceGuid.PcdFvSize\r
86\r
87 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
88 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
89\r
90 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
91\r
92 gArmTokenSpaceGuid.PcdGicDistributorBase\r
93 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
94 gArmTokenSpaceGuid.PcdGicSgiIntId\r
95\r
96 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
97 gArmTokenSpaceGuid.PcdSystemMemorySize\r
98 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
99\r
100 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
101 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
102\r
103 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
104 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
105\r
106 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
107 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
108 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
109 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
110 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
111 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
112 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
113 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
114 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
115\r