]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecFspWrapperPlatformSecLibSample.inf
IntelFsp2WrapperPkg BaseFspWrapperApiLib: Convert X64/Thunk64To32.asm to NASM
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / SecFspWrapperPlatformSecLibSample / SecFspWrapperPlatformSecLibSample.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# Sample to provide FSP wrapper platform sec related function.\r
3#\r
4# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15################################################################################\r
16#\r
17# Defines Section - statements that will be processed to create a Makefile.\r
18#\r
19################################################################################\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = SecFspWrapperPlatformSecLibSample\r
23 FILE_GUID = 8F1AC44A-CE7E-4E29-95BB-92E321BB1573\r
24 MODULE_TYPE = SEC\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = FspWrapperPlatformSecLib\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34################################################################################\r
35#\r
36# Sources Section - list of files that are required for the build to succeed.\r
37#\r
38################################################################################\r
39\r
40[Sources]\r
41 FspWrapperPlatformSecLibSample.c\r
42 SecRamInitData.c\r
43 SecPlatformInformation.c\r
44 SecGetPerformance.c\r
45 SecTempRamDone.c\r
46 PlatformInit.c\r
47\r
48[Sources.IA32]\r
49 Ia32/SecEntry.asm\r
50 Ia32/PeiCoreEntry.asm\r
51 Ia32/Stack.asm\r
52 Ia32/Fsp.h\r
53 Ia32/SecEntry.S\r
54 Ia32/PeiCoreEntry.S\r
55 Ia32/Stack.S\r
56\r
57################################################################################\r
58#\r
59# Package Dependency Section - list of Package files that are required for\r
60# this module.\r
61#\r
62################################################################################\r
63\r
64[Packages]\r
65 MdePkg/MdePkg.dec\r
66 MdeModulePkg/MdeModulePkg.dec\r
67 UefiCpuPkg/UefiCpuPkg.dec\r
68 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
69 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
70\r
71[LibraryClasses]\r
72 LocalApicLib\r
73 SerialPortLib\r
74\r
75[Ppis]\r
76 gEfiSecPlatformInformationPpiGuid ## CONSUMES\r
77 gPeiSecPerformancePpiGuid ## CONSUMES\r
78 gTopOfTemporaryRamPpiGuid ## PRODUCES\r
79\r
80[Pcd]\r
6f6bf5c7
JY
81 gIntelFsp2WrapperTokenSpaceGuid.PcdFsptBaseAddress ## CONSUMES\r
82 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress ## CONSUMES\r
cf1d4549
JY
83\r
84[FixedPcd]\r
6f6bf5c7
JY
85 gIntelFsp2WrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES\r
86 gIntelFsp2WrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES\r
87 gIntelFsp2WrapperTokenSpaceGuid.PcdFlashMicrocodeOffset ## CONSUMES\r
88 gIntelFsp2WrapperTokenSpaceGuid.PcdFlashCodeCacheAddress ## CONSUMES\r
89 gIntelFsp2WrapperTokenSpaceGuid.PcdFlashCodeCacheSize ## CONSUMES\r