]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/PrePi/PeiMPCore.inf
UefiCpuPkg: Add CPU Features PEI/DXE drivers
[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-2014, 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 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 DebugLib\r
47 DebugAgentLib\r
48 ArmLib\r
49 ArmGicLib\r
50 IoLib\r
51 TimerLib\r
52 SerialPortLib\r
53 ExtractGuidedSectionLib\r
54 LzmaDecompressLib\r
55 PeCoffGetEntryPointLib\r
56 DebugAgentLib\r
57 PrePiLib\r
58 ArmPlatformLib\r
59 ArmPlatformStackLib\r
60 MemoryAllocationLib\r
61 HobLib\r
62 PrePiHobListPointerLib\r
63 PlatformPeiLib\r
64 MemoryInitPeiLib\r
65\r
66[Ppis]\r
67 gArmMpCoreInfoPpiGuid\r
68\r
69[Guids]\r
70 gArmMpCoreInfoGuid\r
71\r
72[FeaturePcd]\r
73 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
74 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
75\r
76[Pcd]\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
78\r
79[FixedPcd]\r
80 gArmTokenSpaceGuid.PcdVFPEnabled\r
81\r
82 gArmTokenSpaceGuid.PcdFdBaseAddress\r
83 gArmTokenSpaceGuid.PcdFdSize\r
84\r
85 gArmTokenSpaceGuid.PcdFvBaseAddress\r
86 gArmTokenSpaceGuid.PcdFvSize\r
87\r
88 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
89 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
90\r
91 gArmTokenSpaceGuid.PcdGicDistributorBase\r
92 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
93 gArmTokenSpaceGuid.PcdGicSgiIntId\r
94\r
95 gArmTokenSpaceGuid.PcdSystemMemoryBase\r
96 gArmTokenSpaceGuid.PcdSystemMemorySize\r
97 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize\r
98\r
99 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
100\r
101 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
102 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
103\r
104 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
105 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
106 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
107 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
108 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
109 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
110 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
111 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
112 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
113\r