]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
ArmPlatformPkg/PrePeiCore: enable VFP at startup
[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 BaseLib\r
48 DebugLib\r
49 DebugAgentLib\r
50 IoLib\r
51 ArmGicLib\r
52 PrintLib\r
53 SerialPortLib\r
54\r
55[Ppis]\r
56 gEfiTemporaryRamSupportPpiGuid\r
57 gArmMpCoreInfoPpiGuid\r
58\r
59[FeaturePcd]\r
60 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
61\r
62[FixedPcd]\r
63 gArmTokenSpaceGuid.PcdFvBaseAddress\r
64 gArmTokenSpaceGuid.PcdFvSize\r
65 gArmTokenSpaceGuid.PcdVFPEnabled\r
66\r
67 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
68 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
69 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
70\r
71 gArmTokenSpaceGuid.PcdGicDistributorBase\r
72 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
73 gArmTokenSpaceGuid.PcdGicSgiIntId\r
74\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdInitValueInTempStack\r