X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspPkg%2FFspSecCore%2FFspSecCore.inf;h=8dd476a0e12442ffae7079bbbe8a5e19661d78b0;hp=18c5e76a6b0884426fcc8ecec542e30e47db3d93;hb=13ca714cd24830d42252fdbd012abf5a5f716246;hpb=4a00645100049d31dd8937b0ada6db40e56fe2c6 diff --git a/IntelFspPkg/FspSecCore/FspSecCore.inf b/IntelFspPkg/FspSecCore/FspSecCore.inf index 18c5e76a6b..8dd476a0e1 100644 --- a/IntelFspPkg/FspSecCore/FspSecCore.inf +++ b/IntelFspPkg/FspSecCore/FspSecCore.inf @@ -1,6 +1,7 @@ ## @file +# Sec Core for FSP # -# Copyright (c) 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -18,7 +19,6 @@ MODULE_TYPE = SEC VERSION_STRING = 1.0 - # # The following information is for reference only and not required by the build tools. # @@ -36,10 +36,12 @@ Ia32/Stack.asm | MSFT Ia32/InitializeFpu.asm | MSFT Ia32/FspApiEntry.asm | MSFT + Ia32/FspHelper.asm | MSFT Ia32/Stacks.s | GCC Ia32/InitializeFpu.s | GCC Ia32/FspApiEntry.s | GCC + Ia32/FspHelper.s | GCC [Binaries.Ia32] RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC @@ -56,18 +58,22 @@ SerialPortLib FspSwitchStackLib FspCommonLib + FspSecPlatformLib [Pcd] - gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress - gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress - gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase - gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize - gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize + gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## UNDEFINED + gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdFspBootFirmwareVolumeBase ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdFspAreaBaseAddress ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdFspAreaSize ## CONSUMES [FixedPcd] - gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry - gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry + gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES [Ppis] - gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_PRODUCED + gEfiTemporaryRamSupportPpiGuid ## PRODUCES