OvmfPkg: move dsc and fdf include snippets for TPM support to subdirs
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
127e2c5315
commit
5c25f6c67b
@@ -33,7 +33,7 @@
|
||||
DEFINE SMM_REQUIRE = FALSE
|
||||
DEFINE SOURCE_DEBUG_ENABLE = FALSE
|
||||
|
||||
!include OvmfPkg/OvmfTpmDefines.dsc.inc
|
||||
!include OvmfPkg/Include/Dsc/OvmfTpmDefines.dsc.inc
|
||||
|
||||
#
|
||||
# Shell can be useful for debugging but should not be enabled for production
|
||||
@@ -272,7 +272,7 @@
|
||||
SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
|
||||
OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
|
||||
|
||||
!include OvmfPkg/OvmfTpmLibs.dsc.inc
|
||||
!include OvmfPkg/Include/Dsc/OvmfTpmLibs.dsc.inc
|
||||
|
||||
[LibraryClasses.common]
|
||||
BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
|
||||
@@ -693,7 +693,7 @@
|
||||
|
||||
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
|
||||
|
||||
!include OvmfPkg/OvmfTpmPcds.dsc.inc
|
||||
!include OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc
|
||||
|
||||
# IPv4 and IPv6 PXE Boot support.
|
||||
gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
|
||||
@@ -707,7 +707,7 @@
|
||||
!endif
|
||||
|
||||
[PcdsDynamicHii]
|
||||
!include OvmfPkg/OvmfTpmPcdsHii.dsc.inc
|
||||
!include OvmfPkg/Include/Dsc/OvmfTpmPcdsHii.dsc.inc
|
||||
|
||||
################################################################################
|
||||
#
|
||||
@@ -780,7 +780,7 @@
|
||||
NULL|OvmfPkg/Library/MpInitLibDepLib/PeiMpInitLibUpDepLib.inf
|
||||
}
|
||||
|
||||
!include OvmfPkg/OvmfTpmComponentsPei.dsc.inc
|
||||
!include OvmfPkg/Include/Dsc/OvmfTpmComponentsPei.dsc.inc
|
||||
|
||||
#
|
||||
# DXE Phase modules
|
||||
@@ -804,7 +804,7 @@
|
||||
<LibraryClasses>
|
||||
!if $(SECURE_BOOT_ENABLE) == TRUE
|
||||
NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
|
||||
!include OvmfPkg/OvmfTpmSecurityStub.dsc.inc
|
||||
!include OvmfPkg/Include/Dsc/OvmfTpmSecurityStub.dsc.inc
|
||||
!endif
|
||||
}
|
||||
|
||||
@@ -1102,4 +1102,4 @@
|
||||
#
|
||||
# TPM support
|
||||
#
|
||||
!include OvmfPkg/OvmfTpmComponentsDxe.dsc.inc
|
||||
!include OvmfPkg/Include/Dsc/OvmfTpmComponentsDxe.dsc.inc
|
||||
|
Reference in New Issue
Block a user