]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/FspSecCore/FspSecCore.inf
IntelFspPkg: Fix typos in comments
[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
JY
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[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = FspSecCore\r
954894f2 18 FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09\r
c8ec22a2
JY
19 MODULE_TYPE = SEC\r
20 VERSION_STRING = 1.0\r
21\r
c8ec22a2
JY
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32\r
26#\r
27\r
28[Sources]\r
29 SecMain.c\r
30 SecMain.h\r
31 SecFsp.c\r
32 SecFsp.h\r
33\r
34[Sources.IA32]\r
35 Ia32/ResetVec.asm16 | MSFT\r
36 Ia32/Stack.asm | MSFT\r
37 Ia32/InitializeFpu.asm | MSFT\r
38 Ia32/FspApiEntry.asm | MSFT\r
9da59186 39 Ia32/FspHelper.asm | MSFT\r
c8ec22a2
JY
40\r
41 Ia32/Stacks.s | GCC\r
42 Ia32/InitializeFpu.s | GCC\r
43 Ia32/FspApiEntry.s | GCC\r
9da59186 44 Ia32/FspHelper.s | GCC\r
c8ec22a2
JY
45\r
46[Binaries.Ia32]\r
47 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
48\r
c8ec22a2
JY
49[Packages]\r
50 MdePkg/MdePkg.dec\r
51 IntelFspPkg/IntelFspPkg.dec\r
52\r
53[LibraryClasses]\r
54 BaseMemoryLib\r
55 DebugLib\r
56 BaseLib\r
57 PciCf8Lib\r
58 SerialPortLib\r
59 FspSwitchStackLib\r
60 FspCommonLib\r
9da59186 61 FspSecPlatformLib\r
c8ec22a2
JY
62\r
63[Pcd]\r
b34eb190
SQ
64 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## UNDEFINED\r
65 gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES\r
66 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES\r
67 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES\r
68 gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES\r
9da59186
JY
69 gIntelFspPkgTokenSpaceGuid.PcdFspBootFirmwareVolumeBase ## CONSUMES\r
70 gIntelFspPkgTokenSpaceGuid.PcdFspAreaBaseAddress ## CONSUMES\r
71 gIntelFspPkgTokenSpaceGuid.PcdFspAreaSize ## CONSUMES\r
c8ec22a2
JY
72\r
73[FixedPcd]\r
b34eb190
SQ
74 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES\r
75 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES\r
c8ec22a2
JY
76\r
77[Ppis]\r
b34eb190 78 gEfiTemporaryRamSupportPpiGuid ## PRODUCES \r
c8ec22a2 79\r