IntelFsp2WraperPkg/Fsp{m|s}WrapperPeim: Add FspBin measurement.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2376 Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Qi Zhang <qi1.zhang@intel.com> Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Message-Id: <20200818062618.3698-5-qi1.zhang@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi
|
||||
# notify to call FspSiliconInit API.
|
||||
#
|
||||
# Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2014 - 2020, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
@@ -44,24 +44,30 @@
|
||||
PerformanceLib
|
||||
FspWrapperApiLib
|
||||
FspWrapperApiTestLib
|
||||
FspMeasurementLib
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
UefiCpuPkg/UefiCpuPkg.dec
|
||||
SecurityPkg/SecurityPkg.dec
|
||||
IntelFsp2Pkg/IntelFsp2Pkg.dec
|
||||
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
|
||||
|
||||
[Ppis]
|
||||
gTopOfTemporaryRamPpiGuid ## PRODUCES
|
||||
gFspSiliconInitDonePpiGuid ## PRODUCES
|
||||
gEfiEndOfPeiSignalPpiGuid ## PRODUCES
|
||||
gEfiTemporaryRamDonePpiGuid ## PRODUCES
|
||||
gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY
|
||||
gTopOfTemporaryRamPpiGuid ## PRODUCES
|
||||
gFspSiliconInitDonePpiGuid ## PRODUCES
|
||||
gEfiEndOfPeiSignalPpiGuid ## PRODUCES
|
||||
gEfiTemporaryRamDonePpiGuid ## PRODUCES
|
||||
gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY
|
||||
gEdkiiTcgPpiGuid ## NOTIFY
|
||||
gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## PRODUCES
|
||||
|
||||
[Pcd]
|
||||
gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES
|
||||
gIntelFsp2WrapperTokenSpaceGuid.PcdFspsUpdDataAddress ## CONSUMES
|
||||
gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection ## CONSUMES
|
||||
gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES
|
||||
gIntelFsp2WrapperTokenSpaceGuid.PcdFspsUpdDataAddress ## CONSUMES
|
||||
gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection ## CONSUMES
|
||||
gIntelFsp2WrapperTokenSpaceGuid.PcdFspMeasurementConfig ## CONSUMES
|
||||
|
||||
[Guids]
|
||||
gFspHobGuid ## CONSUMES ## HOB
|
||||
@@ -71,4 +77,5 @@
|
||||
FspsWrapperPeim.c
|
||||
|
||||
[Depex]
|
||||
gEfiPeiMemoryDiscoveredPpiGuid
|
||||
gEfiPeiMemoryDiscoveredPpiGuid AND
|
||||
gPeiTpmInitializationDonePpiGuid
|
||||
|
Reference in New Issue
Block a user