Re: [edk2-devel] [PATCH 1/1] OvmfPkg: fix OvmfTpmSecurityStub.dsc.inc include

2023-01-13 Thread Yao, Jiewen
, Sebastien ; > Pawel Polawski ; Ard Biesheuvel > > Subject: Re: [edk2-devel] [PATCH 1/1] OvmfPkg: fix > OvmfTpmSecurityStub.dsc.inc include > > Reviewed-by: Jiewen Yao > > > -Original Message- > > From: Gerd Hoffmann > > Sent: Thursday, January 12, 2023

Re: [edk2-devel] [PATCH 1/1] OvmfPkg: fix OvmfTpmSecurityStub.dsc.inc include

2023-01-13 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: Gerd Hoffmann > Sent: Thursday, January 12, 2023 11:41 PM > To: devel@edk2.groups.io > Cc: Gerd Hoffmann ; Justen, Jordan L > ; Oliver Steffen ; Boeuf, > Sebastien ; Pawel Polawski > ; Ard Biesheuvel ; > Yao, Jiewen > Subject: [PATCH

[edk2-devel] [PATCH 1/1] OvmfPkg: fix OvmfTpmSecurityStub.dsc.inc include

2023-01-12 Thread Gerd Hoffmann
TPM support is independent from secure boot support. Move the TPM include snipped out of the secure boot !if block. Fixes: b47575801e19 ("OvmfPkg: move tcg configuration to dsc and fdf include files") Bugzilla: https://bugzilla.tianocore.org//show_bug.cgi?id=4290 Signed-off-by: Gerd Hoffmann --