]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/OvmfPkgIa32.fdf
OvmfPkg: move tcg configuration to dsc and fdf include files
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 15 Dec 2021 11:39:17 +0000 (12:39 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 15 Dec 2021 16:16:05 +0000 (16:16 +0000)
commitb47575801e1903e8b316d01840572ce2681cf2c6
tree90fc4110252ffc1444114705983aad831b1ca653
parent3a72ec71cd83f0f5ad2f1d3c78527f4b247da75f
OvmfPkg: move tcg configuration to dsc and fdf include files

With this in place the tpm configuration is not duplicated for each of
our four ovmf config variants (ia32, ia32x64, x64, amdsev) and it is
easier to keep them all in sync when updating the tpm configuration.

No functional change.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
19 files changed:
OvmfPkg/AmdSev/AmdSevX64.dsc
OvmfPkg/AmdSev/AmdSevX64.fdf
OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/OvmfPkgIa32.fdf
OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg/OvmfPkgIa32X64.fdf
OvmfPkg/OvmfPkgX64.dsc
OvmfPkg/OvmfPkgX64.fdf
OvmfPkg/OvmfTpmComponentsDxe.dsc.inc [new file with mode: 0644]
OvmfPkg/OvmfTpmComponentsPei.dsc.inc [new file with mode: 0644]
OvmfPkg/OvmfTpmDefines.dsc.inc [new file with mode: 0644]
OvmfPkg/OvmfTpmDxe.fdf.inc [new file with mode: 0644]
OvmfPkg/OvmfTpmLibs.dsc.inc [new file with mode: 0644]
OvmfPkg/OvmfTpmLibsDxe.dsc.inc [new file with mode: 0644]
OvmfPkg/OvmfTpmLibsPeim.dsc.inc [new file with mode: 0644]
OvmfPkg/OvmfTpmPcds.dsc.inc [new file with mode: 0644]
OvmfPkg/OvmfTpmPcdsHii.dsc.inc [new file with mode: 0644]
OvmfPkg/OvmfTpmPei.fdf.inc [new file with mode: 0644]
OvmfPkg/OvmfTpmSecurityStub.dsc.inc [new file with mode: 0644]