4 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
\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
16 INF_VERSION = 0x00010005
\r
17 BASE_NAME = FspSecCoreM
\r
18 FILE_GUID = C2F9AE46-3437-4FEF-9CB1-9A568B282FEE
\r
20 VERSION_STRING = 1.0
\r
23 # The following information is for reference only and not required by the build tools.
\r
25 # VALID_ARCHITECTURES = IA32
\r
37 Ia32/InitializeFpu.nasm
\r
38 Ia32/FspApiEntryM.nasm
\r
39 Ia32/FspApiEntryCommon.nasm
\r
43 RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
\r
47 MdeModulePkg/MdeModulePkg.dec
\r
48 IntelFsp2Pkg/IntelFsp2Pkg.dec
\r
61 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## UNDEFINED
\r
62 gIntelFsp2PkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES
\r
63 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES
\r
64 gIntelFsp2PkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES
\r
65 gIntelFsp2PkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES
\r
66 gIntelFsp2PkgTokenSpaceGuid.PcdFspHeapSizePercentage ## CONSUMES
\r
69 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
\r
70 gIntelFsp2PkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
\r
73 gEfiTemporaryRamSupportPpiGuid ## PRODUCES
\r