]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: move dsc and fdf include snippets for TPM support to subdirs
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 9 Dec 2022 13:03:46 +0000 (21:03 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 9 Dec 2022 14:07:21 +0000 (14:07 +0000)
commit5c25f6c67b12859e9df833aa9027be4ce2a3d942
tree94ccc71da057781b9bbd548ceb4a8cd37d6f28d0
parent127e2c531556b968a51e8e2191d6e4580281856a
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>
20 files changed:
OvmfPkg/AmdSev/AmdSevX64.dsc
OvmfPkg/CloudHv/CloudHvX64.dsc
OvmfPkg/Include/Dsc/OvmfTpmComponentsDxe.dsc.inc [new file with mode: 0644]
OvmfPkg/Include/Dsc/OvmfTpmComponentsPei.dsc.inc [new file with mode: 0644]
OvmfPkg/Include/Dsc/OvmfTpmDefines.dsc.inc [new file with mode: 0644]
OvmfPkg/Include/Dsc/OvmfTpmLibs.dsc.inc [new file with mode: 0644]
OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc [new file with mode: 0644]
OvmfPkg/Include/Dsc/OvmfTpmPcdsHii.dsc.inc [new file with mode: 0644]
OvmfPkg/Include/Dsc/OvmfTpmSecurityStub.dsc.inc [new file with mode: 0644]
OvmfPkg/Microvm/MicrovmX64.dsc
OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg/OvmfPkgX64.dsc
OvmfPkg/OvmfTpmComponentsDxe.dsc.inc [deleted file]
OvmfPkg/OvmfTpmComponentsPei.dsc.inc [deleted file]
OvmfPkg/OvmfTpmDefines.dsc.inc [deleted file]
OvmfPkg/OvmfTpmLibs.dsc.inc [deleted file]
OvmfPkg/OvmfTpmPcds.dsc.inc [deleted file]
OvmfPkg/OvmfTpmPcdsHii.dsc.inc [deleted file]
OvmfPkg/OvmfTpmSecurityStub.dsc.inc [deleted file]