Re: [edk2] [PATCH] Maintainers: add TPM2 reviewers for OvmfPkg

2019-02-11 Thread Stefan Berger
f Lindholm Cc: Marc-André Lureau Cc: Michael D Kinney Cc: Stefan Berger Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Stefan Berger --- Maintainers.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maintainers.txt b/Maintainers

[edk2] [Patch v2] OvmfPkg: Add TCG2 Configuration menu to the Device Manager menu

2019-01-25 Thread Stefan Berger
configure the active PCR banks or issue commands, among other things. The code is added to Ovmf by building with -DTPM2_ENABLE and -DTPM2_CONFIG_ENABLE. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Stefan Berger --- OvmfPkg/OvmfPkgIa32.dsc| 4 OvmfPkg/OvmfPkgIa32.fdf

Re: [edk2] [PATCH] OvmfPkg: Add TCG2 Configuration menu to the Device Manager menu

2019-01-25 Thread Stefan Berger
t, due to your email address having changed. However, that posting, and this posting, seem to come from the same email address, and to use the same S-o-b: "Stefan Berger ". I re-subscribed to the ml. Old address was stef...@linux.vnet.ibm.com. [a] d0222c94-4578-74bd-94ad-90d10911b534@

[edk2] [PATCH] OvmfPkg: Add TCG2 Configuration menu to the Device Manager menu

2019-01-25 Thread Stefan Berger
This patch adds the TCG2 Configuration menu to the Device Manager menu. We can reuse all the code in the SecurityPkg and need to only add it to the build and flash config files. The code is added to Ovfm by building with -DTPM2_ENABLE and -DTPM2_CONFIG_ENABLE. Signed-off-by: Stefan Berger

Re: [edk2] [PATCH] OvmfPkg: Add TCG2 Configuration menu to the Device Manager menu

2019-01-25 Thread Stefan Berger
I have to repost this since my email has changed. On 1/25/19 11:55 AM, Stefan Berger wrote: This patch adds the TCG2 Configuration menu to the Device Manager menu. We can reuse all the code in the SecurityPkg and need to only add it to the build and flash config files. The code is added

Re: [edk2] [PATCH v3 0/4] RFC: ovmf: Add support for TPM Physical Presence interface

2018-05-18 Thread Stefan Berger
On 05/18/2018 08:23 AM, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Hi, The following series adds basic TPM PPI 1.3 support for OVMF-on-QEMU with TPM2 (I haven't looked at TPM1, for lack of interest). PPI test runs successfully with Windows 10

Re: [edk2] [PATCH v2 0/8] RFC: ovmf: preliminary TPM2 support

2018-03-09 Thread Stefan Berger
On 03/08/2018 10:03 PM, Shi, Steven wrote: Hi Marcandre, Thanks for your command steps and I tried them, but my qemu failed to connect the socket tpmemu.sock. When I added the control channel to the TPM, the swtpm socket command stuck there and never exit. Not sure whether it was successful.

Re: [edk2] [Qemu-devel] [PATCH 6/7] ovmf: link with Tcg2ConfigDxe module

2018-03-02 Thread Stefan Berger
On 03/02/2018 06:12 AM, Laszlo Ersek wrote: On 03/01/18 17:59, Stefan Berger wrote: On 02/26/2018 04:58 AM, Laszlo Ersek wrote: On 02/23/18 14:23, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau <marcandre.lur...@redhat.com> The module allows to tweak and interact with t

Re: [edk2] [PATCH 6/7] ovmf: link with Tcg2ConfigDxe module

2018-03-01 Thread Stefan Berger
's own ACPI table), and the lack of PPI implementation. CC: Laszlo Ersek <ler...@redhat.com> CC: Stefan Berger <stef...@linux.vnet.ibm.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- OvmfPkg/OvmfPkg

Re: [edk2] [Qemu-devel] [PATCH 0/7] RFC: ovmf: preliminary TPM2 support

2018-03-01 Thread Stefan Berger
On 02/23/2018 10:55 AM, Laszlo Ersek wrote: On 02/23/18 14:23, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Hi, The following series adds basic TPM2 support for OVMF-on-QEMU (I haven't tested TPM1, for lack of interest). It links with the modules to