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