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