]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecPeiFspPlatformSecLibSample.inf
IntelFspWrapperPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspWrapperPkg / Library / SecPeiFspPlatformSecLibSample / SecPeiFspPlatformSecLibSample.inf
CommitLineData
a33a2f62
JY
1## @file\r
2# Sample to provide FSP wrapper platform sec related function.\r
3#\r
b0446065 4# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
a33a2f62 5#\r
19486360 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a33a2f62
JY
7#\r
8##\r
9\r
10################################################################################\r
11#\r
12# Defines Section - statements that will be processed to create a Makefile.\r
13#\r
14################################################################################\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = SecPeiFspPlatformSecLibSample\r
18 FILE_GUID = 4E1C4F95-90EA-47de-9ACC-B8920189A1F5\r
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = FspPlatformSecLib\r
22\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30################################################################################\r
31#\r
32# Sources Section - list of files that are required for the build to succeed.\r
33#\r
34################################################################################\r
35\r
36[Sources]\r
37 FspPlatformSecLibSample.c\r
38 SecRamInitData.c\r
39 SaveSecContext.c\r
40 SecPlatformInformation.c\r
41 SecGetPerformance.c\r
42 SecTempRamSupport.c\r
43 PlatformInit.c\r
44\r
45[Sources.IA32]\r
46 Ia32/SecEntry.asm\r
47 Ia32/PeiCoreEntry.asm\r
48 Ia32/AsmSaveSecContext.asm\r
49 Ia32/Stack.asm\r
a0e0fb6d 50 Ia32/Fsp.h\r
a33a2f62
JY
51 Ia32/SecEntry.S\r
52 Ia32/PeiCoreEntry.S\r
53 Ia32/AsmSaveSecContext.S\r
54 Ia32/Stack.S\r
55\r
56################################################################################\r
57#\r
58# Package Dependency Section - list of Package files that are required for\r
59# this module.\r
60#\r
61################################################################################\r
62\r
63[Packages]\r
64 MdePkg/MdePkg.dec\r
65 MdeModulePkg/MdeModulePkg.dec\r
66 UefiCpuPkg/UefiCpuPkg.dec\r
67 IntelFspPkg/IntelFspPkg.dec\r
68 IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
69\r
70[LibraryClasses]\r
71 LocalApicLib\r
72\r
73[Ppis]\r
b0446065
SQ
74 gEfiSecPlatformInformationPpiGuid ## CONSUMES\r
75 gPeiSecPerformancePpiGuid ## CONSUMES\r
76 gEfiTemporaryRamSupportPpiGuid ## CONSUMES\r
a33a2f62
JY
77\r
78[Pcd]\r
b0446065
SQ
79 gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize ## CONSUMES\r
80 gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES\r
81 gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES\r
a33a2f62
JY
82\r
83[FixedPcd]\r
b0446065
SQ
84 gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES\r
85 gFspWrapperTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES\r
86 gFspWrapperTokenSpaceGuid.PcdFlashMicroCodeOffset ## CONSUMES\r
87 gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheAddress ## CONSUMES\r
88 gFspWrapperTokenSpaceGuid.PcdFlashCodeCacheSize ## CONSUMES\r