]> git.proxmox.com Git - mirror_edk2.git/blame - ArmRealViewEbPkg/SecForPei/Sec.inf
Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to have...
[mirror_edk2.git] / ArmRealViewEbPkg / SecForPei / Sec.inf
CommitLineData
1fde2f61 1
2#/** @file
3# SEC - Reset vector code that jumps to C and loads DXE core
4#
cf748a1a
HT
5# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
6# This program and the accompanying materials
1fde2f61 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
afdfe8f0 18 BASE_NAME = ArmRealViewEbSec
1fde2f61 19 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8
20 MODULE_TYPE = SEC
21 VERSION_STRING = 1.0
22
23
1fde2f61 24
25[Sources.ARM]
26 Sec.c
afdfe8f0 27 Arm/SwitchStack.asm
28 Arm/SwitchStack.S
29 Arm/ModuleEntryPoint.S
30 Arm/ModuleEntryPoint.asm
1fde2f61 31
32[Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 EmbeddedPkg/EmbeddedPkg.dec
36 ArmPkg/ArmPkg.dec
afdfe8f0 37 ArmRealViewEbPkg/ArmRealViewEbPkg.dec
1fde2f61 38
39[LibraryClasses]
40 BaseLib
afdfe8f0 41 BaseMemoryLib
1fde2f61 42 DebugLib
1fde2f61 43 IoLib
ebeffc42 44
afdfe8f0 45[Ppis]
46 gEfiTemporaryRamSupportPpiGuid
1fde2f61 47
48[FeaturePcd]
1fde2f61 49
50[FixedPcd]
afdfe8f0 51 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress
1fde2f61 52 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize
53 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase
afdfe8f0 54 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize
55 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress
4ade93d0 56
1fde2f61 57