]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspPkg/FspSecCore/FspSecCore.inf
IntelFspPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspPkg / FspSecCore / FspSecCore.inf
1 ## @file
2 # Sec Core for FSP
3 #
4 # Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = FspSecCore
13 FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09
14 MODULE_TYPE = SEC
15 VERSION_STRING = 1.0
16
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32
21 #
22
23 [Sources]
24 SecMain.c
25 SecMain.h
26 SecFsp.c
27 SecFsp.h
28
29 [Sources.IA32]
30 Ia32/ResetVec.asm16 | MSFT
31 Ia32/Stack.asm | MSFT
32 Ia32/InitializeFpu.asm | MSFT
33 Ia32/FspApiEntry.asm | MSFT
34 Ia32/FspHelper.asm | MSFT
35
36 Ia32/Stacks.s | GCC
37 Ia32/InitializeFpu.s | GCC
38 Ia32/FspApiEntry.s | GCC
39 Ia32/FspHelper.s | GCC
40
41 [Binaries.Ia32]
42 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 IntelFspPkg/IntelFspPkg.dec
47
48 [LibraryClasses]
49 BaseMemoryLib
50 DebugLib
51 BaseLib
52 PciCf8Lib
53 SerialPortLib
54 FspSwitchStackLib
55 FspCommonLib
56 FspSecPlatformLib
57
58 [Pcd]
59 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## UNDEFINED
60 gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES
61 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
62 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES
63 gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES
64 gIntelFspPkgTokenSpaceGuid.PcdFspBootFirmwareVolumeBase ## CONSUMES
65 gIntelFspPkgTokenSpaceGuid.PcdFspAreaBaseAddress ## CONSUMES
66 gIntelFspPkgTokenSpaceGuid.PcdFspAreaSize ## CONSUMES
67
68 [FixedPcd]
69 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
70 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
71
72 [Ppis]
73 gEfiTemporaryRamSupportPpiGuid ## PRODUCES
74