]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/FspSecCore/FspSecCore.inf
Rollback file GUID change, because it is VTF file and GUID is predefined.
[mirror_edk2.git] / IntelFspPkg / FspSecCore / FspSecCore.inf
CommitLineData
c8ec22a2
JY
1## @file\r
2#\r
3# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
4#\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = FspSecCore\r
954894f2 17 FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09\r
c8ec22a2
JY
18 MODULE_TYPE = SEC\r
19 VERSION_STRING = 1.0\r
20\r
c8ec22a2
JY
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32\r
25#\r
26\r
27[Sources]\r
28 SecMain.c\r
29 SecMain.h\r
30 SecFsp.c\r
31 SecFsp.h\r
32\r
33[Sources.IA32]\r
34 Ia32/ResetVec.asm16 | MSFT\r
35 Ia32/Stack.asm | MSFT\r
36 Ia32/InitializeFpu.asm | MSFT\r
37 Ia32/FspApiEntry.asm | MSFT\r
38\r
39 Ia32/Stacks.s | GCC\r
40 Ia32/InitializeFpu.s | GCC\r
41 Ia32/FspApiEntry.s | GCC\r
42\r
43[Binaries.Ia32]\r
44 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC\r
45\r
c8ec22a2
JY
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 IntelFspPkg/IntelFspPkg.dec\r
49\r
50[LibraryClasses]\r
51 BaseMemoryLib\r
52 DebugLib\r
53 BaseLib\r
54 PciCf8Lib\r
55 SerialPortLib\r
56 FspSwitchStackLib\r
57 FspCommonLib\r
58\r
59[Pcd]\r
60 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
61 gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress\r
62 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase\r
63 gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize\r
64 gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize\r
65\r
66[FixedPcd]\r
67 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry\r
68 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry\r
69\r
70[Ppis]\r
71 gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_PRODUCED\r
72\r