]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/FspSecCore/FspSecCoreI.inf
d31576c00ba628ad9e3a98783859a4b126004a09
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / FspSecCoreI.inf
1 ## @file
2 # Sec Core for FSP
3 #
4 # Copyright (c) 2022, 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 = FspSecCoreI
13 FILE_GUID = 558782b5-782d-415e-ab9e-0ceb79dc3425
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 X64
21 #
22
23 [Sources]
24 SecFspApiChk.c
25 SecFsp.h
26
27 [Sources.X64]
28 X64/FspApiEntryI.nasm
29 X64/FspApiEntryCommon.nasm
30 X64/FspHelper.nasm
31
32 [Sources.IA32]
33 Ia32/FspApiEntryI.nasm
34 Ia32/FspApiEntryCommon.nasm
35 Ia32/FspHelper.nasm
36
37 [Binaries.Ia32]
38 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 IntelFsp2Pkg/IntelFsp2Pkg.dec
43
44 [LibraryClasses]
45 BaseMemoryLib
46 DebugLib
47 BaseLib
48 PciCf8Lib
49 SerialPortLib
50 FspSwitchStackLib
51 FspCommonLib
52 FspSecPlatformLib
53
54