]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
ARM Packages: Corrected non-DOS line endings
[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-2012, ARM Limited. All rights reserved.\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 = ArmPlatformPrePeiCore\r
19 FILE_GUID = 469fc080-aec1-11df-927c-0002a5d5c51b\r
20 MODULE_TYPE = SEC\r
21 VERSION_STRING = 1.0\r
22\r
23[Sources.common]\r
24 MainMPCore.c\r
25 PrePeiCore.c\r
26\r
27[Sources.ARM]\r
28 Arm/ArchPrePeiCore.c\r
29 Arm/PrePeiCoreEntryPoint.asm | RVCT\r
30 Arm/PrePeiCoreEntryPoint.S | GCC\r
31 Arm/SwitchStack.asm | RVCT\r
32 Arm/SwitchStack.S | GCC\r
33 Arm/Exception.asm | RVCT\r
34 Arm/Exception.S | GCC\r
35\r
36[Sources.AARCH64]\r
37 AArch64/ArchPrePeiCore.c\r
38 AArch64/PrePeiCoreEntryPoint.S\r
39 AArch64/SwitchStack.S\r
40 AArch64/Exception.S\r
41 AArch64/Helper.S\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46 ArmPkg/ArmPkg.dec\r
47 ArmPlatformPkg/ArmPlatformPkg.dec\r
48\r
49[LibraryClasses]\r
50 ArmLib\r
51 ArmPlatformLib\r
52 BaseLib\r
53 DebugLib\r
54 DebugAgentLib\r
55 IoLib\r
56 ArmGicLib\r
57 PrintLib\r
58 SerialPortLib\r
59\r
60[Ppis]\r
61 gEfiTemporaryRamSupportPpiGuid\r
62 gArmGlobalVariablePpiGuid\r
63 gArmMpCoreInfoPpiGuid\r
64\r
65[FeaturePcd]\r
66 gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores\r
67\r
68[FixedPcd]\r
69 gArmTokenSpaceGuid.PcdFvBaseAddress\r
70 gArmTokenSpaceGuid.PcdFvSize\r
71\r
72 gArmTokenSpaceGuid.PcdArmPrimaryCore\r
73\r
74 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase\r
75 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize\r
76 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize\r
77 \r
78 gArmPlatformTokenSpaceGuid.PcdPeiGlobalVariableSize\r
79 \r
80 gArmTokenSpaceGuid.PcdGicDistributorBase\r
81 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
82 gArmTokenSpaceGuid.PcdGicSgiIntId\r