Re: [edk2-devel] [PATCH 0/4] OvmfPkg: rework TPM configuration.

2021-10-22 Thread Stefan Berger
On 10/22/21 3:01 AM, Gerd Hoffmann wrote: On Thu, Oct 21, 2021 at 12:13:51PM -0400, Stefan Berger wrote: A few more comments to this series: - Is there a use case where TPM2_ENABLE_CONFIG is disabled, meaning where there should not be a TPM 2 menu entry? It's worth considering dropping this o

Re: [edk2-devel] [PATCH 0/4] OvmfPkg: rework TPM configuration.

2021-10-22 Thread Gerd Hoffmann
On Thu, Oct 21, 2021 at 12:13:51PM -0400, Stefan Berger wrote: > A few more comments to this series: > > - Is there a use case where TPM2_ENABLE_CONFIG is disabled, meaning where > there should not be a TPM 2 menu entry? It's worth considering dropping this > option because a user does need to hav

Re: [edk2-devel] [PATCH 0/4] OvmfPkg: rework TPM configuration.

2021-10-21 Thread Stefan Berger
A few more comments to this series: - Is there a use case where TPM2_ENABLE_CONFIG is disabled, meaning where there should not be a TPM 2 menu entry? It's worth considering dropping this option because a user does need to have control over certain aspects of the TPM 2 configuration. Most of th

[edk2-devel] [PATCH 0/4] OvmfPkg: rework TPM configuration.

2021-10-21 Thread Gerd Hoffmann
Allows to enable/disable TPM 1.2 support in OVMF. Allows to enable SHA-1 support for TPM hashing. Gerd Hoffmann (4): OvmfPkg: move tcg configuration to dsc and fdf include files OvmfPkg: create Tcg2ConfigPeiCompat12.inf OvmfPkg: rework TPM configuration OvmfPkg: add TPM2_SHA1_ENABLE build