]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
ArmPlatformPkg/PrePeiCore: replace set/way cache ops with by-VA ones
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreMPCore.inf
... / ...
CommitLineData
1#/** @file\r
2# Pre PeiCore - Hand-off to PEI Core in Normal World\r
3#\r
4# Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8#**/\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = ArmPlatformPrePeiCore\r
13 FILE_GUID = b78d02bb-d0b5-4389-bc7f-b39ee846c784\r
14 MODULE_TYPE = SEC\r
15 VERSION_STRING = 1.0\r
16\r
17[Sources.common]\r
18 MainMPCore.c\r
19 PrePeiCore.h\r
20 PrePeiCore.c\r
21\r
22[Sources.ARM]\r
23 Arm/ArchPrePeiCore.c\r
24 Arm/PrePeiCoreEntryPoint.asm | RVCT\r
25 Arm/PrePeiCoreEntryPoint.S | GCC\r
26 Arm/SwitchStack.asm | RVCT\r
27 Arm/SwitchStack.S | GCC\r
28 Arm/Exception.asm | RVCT\r
29 Arm/Exception.S | GCC\r
30\r
31[Sources.AARCH64]\r
32 AArch64/ArchPrePeiCore.c\r
33 AArch64/PrePeiCoreEntryPoint.S\r
34 AArch64/SwitchStack.S\r
35 AArch64/Exception.S\r
36 AArch64/Helper.S\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 ArmPkg/ArmPkg.dec\r
42 ArmPlatformPkg/ArmPlatformPkg.dec\r
43\r
44[LibraryClasses]\r
45 ArmLib\r
46 ArmPlatformLib\r
47 CacheMaintenanceLib\r
48 BaseLib\r
49 DebugLib\r
50 DebugAgentLib\r
51 IoLib\r
52 ArmGicLib\r
53 PrintLib\r
54 SerialPortLib\r
55\r
56[Ppis]\r
57 gEfiTemporaryRamSupportPpiGuid\r
58 gArmMpCoreInfoPpiGuid\r
59\r
60[FeaturePcd]\r
61 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
62\r
63[FixedPcd]\r
64 gArmTokenSpaceGuid.PcdFvBaseAddress\r
65 gArmTokenSpaceGuid.PcdFvSize\r
66 gArmTokenSpaceGuid.PcdVFPEnabled\r
67\r
68 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
69 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
70 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
71\r
72 gArmTokenSpaceGuid.PcdGicDistributorBase\r
73 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
74 gArmTokenSpaceGuid.PcdGicSgiIntId\r
75\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdInitValueInTempStack\r