mirror of https://github.com/acidanthera/audk.git
QuarkPlatformPkg: remove TrEE reference.
TrEE is deprecated. We need use Tcg2. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Kelly Steele <kelly.steele@intel.com> Cc: Chao B Zhang <chao.b.zhang@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Chao B Zhang <chao.b.zhang@intel.com> Reviewed-by: Kelly Steele <kelly.steele@intel.com>
This commit is contained in:
parent
5902cfa945
commit
b1d95b19e5
|
@ -619,7 +619,7 @@
|
|||
# Trusted Platform Module
|
||||
#
|
||||
!if $(MEASURED_BOOT_ENABLE)
|
||||
SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf
|
||||
SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
|
||||
SecurityPkg/Tcg/TcgPei/TcgPei.inf
|
||||
!endif
|
||||
|
||||
|
|
|
@ -348,7 +348,7 @@ INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
|||
INF UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf
|
||||
INF UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
|
||||
!if $(MEASURED_BOOT_ENABLE)
|
||||
INF SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.inf
|
||||
INF SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
|
||||
INF SecurityPkg/Tcg/TcgPei/TcgPei.inf
|
||||
!endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue