]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/FspSecCore/FspSecCore.inf
IntelFspPkg: Refine the format of meta data files.
[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
39\r
40 Ia32/Stacks.s | GCC\r
41 Ia32/InitializeFpu.s | GCC\r
42 Ia32/FspApiEntry.s | GCC\r
43\r
44[Binaries.Ia32]\r
45 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
46\r
c8ec22a2
JY
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 IntelFspPkg/IntelFspPkg.dec\r
50\r
51[LibraryClasses]\r
52 BaseMemoryLib\r
53 DebugLib\r
54 BaseLib\r
55 PciCf8Lib\r
56 SerialPortLib\r
57 FspSwitchStackLib\r
58 FspCommonLib\r
59\r
60[Pcd]\r
b34eb190
SQ
61 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## UNDEFINED\r
62 gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES\r
63 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES\r
64 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES\r
65 gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES\r
c8ec22a2
JY
66\r
67[FixedPcd]\r
b34eb190
SQ
68 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES\r
69 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES\r
c8ec22a2
JY
70\r
71[Ppis]\r
b34eb190 72 gEfiTemporaryRamSupportPpiGuid ## PRODUCES \r
c8ec22a2 73\r