]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/PrePi/PeiMPCore.inf
ArmPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ArmPlatformPkg / PrePi / PeiMPCore.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
4# Copyright (c) 2011-2017, ARM Ltd. All rights reserved.<BR>\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 = ArmPlatformPrePiMPCore\r
19 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8\r
20 MODULE_TYPE = SEC\r
21 VERSION_STRING = 1.0\r
22\r
23[Sources]\r
24 PrePi.c\r
25 MainMPCore.c\r
26\r
27[Sources.ARM]\r
28 Arm/ArchPrePi.c\r
29 Arm/ModuleEntryPoint.S | GCC\r
30 Arm/ModuleEntryPoint.asm | RVCT\r
31\r
32[Sources.AArch64]\r
33 AArch64/ArchPrePi.c\r
34 AArch64/ModuleEntryPoint.S\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 EmbeddedPkg/EmbeddedPkg.dec\r
40 ArmPkg/ArmPkg.dec\r
41 ArmPlatformPkg/ArmPlatformPkg.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 DebugAgentLib\r
55 PrePiLib\r
56 ArmPlatformLib\r
57 ArmPlatformStackLib\r
58 MemoryAllocationLib\r
59 HobLib\r
60 PrePiHobListPointerLib\r
61 PlatformPeiLib\r
62 MemoryInitPeiLib\r
63\r
64[Ppis]\r
65 gArmMpCoreInfoPpiGuid\r
66\r
67[Guids]\r
68 gArmMpCoreInfoGuid\r
69 gEfiFirmwarePerformanceGuid\r
70\r
71[FeaturePcd]\r
72 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
73 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
74\r
75[Pcd]\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
77\r
78[FixedPcd]\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 gArmTokenSpaceGuid.PcdGicDistributorBase\r
91 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
92 gArmTokenSpaceGuid.PcdGicSgiIntId\r
93\r
94 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
95 gArmTokenSpaceGuid.PcdSystemMemorySize\r
96 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
97\r
98 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
99\r
100 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
101\r
102 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
103 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
104 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
105 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
106 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
107 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
108 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
109 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
110 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
111\r