]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
a7bf3bd98685f69936079fa8db55c749936b2010
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreUniCore.inf
1 #/** @file
2 # Pre PeiCore - Hand-off to PEI Core in Normal World
3 #
4 # Copyright (c) 2011, ARM Limited. All rights reserved.
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = ArmPlatformPrePeiCore
19 FILE_GUID = 469fc080-aec1-11df-927c-0002a5d5c51b
20 MODULE_TYPE = SEC
21 VERSION_STRING = 1.0
22
23 [Sources.ARM]
24 PrePeiCoreEntryPoint.asm | RVCT
25 PrePeiCoreEntryPoint.S | GCC
26 PrePeiCore.c
27 MainUniCore.c
28 SwitchStack.asm | RVCT
29 SwitchStack.S | GCC
30 Exception.asm | RVCT
31 Exception.S | GCC
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 EmbeddedPkg/EmbeddedPkg.dec
37 ArmPkg/ArmPkg.dec
38 ArmPlatformPkg/ArmPlatformPkg.dec
39
40 [LibraryClasses]
41 BaseLib
42 DebugLib
43 IoLib
44 ArmLib
45 ArmPlatformLib
46 SerialPortLib
47
48 [Ppis]
49 gEfiTemporaryRamSupportPpiGuid
50
51 [FeaturePcd]
52 gArmPlatformTokenSpaceGuid.PcdStandalone
53
54 [FixedPcd]
55 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress
56 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize
57
58 gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackBase
59 gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackSize
60
61 gArmTokenSpaceGuid.PcdGicDistributorBase
62 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase