From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.8774.1636441732336202731 for ; Mon, 08 Nov 2021 23:08:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=XzDJRlmi; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1636441730; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FAZSH3Qua/GUDPmMUCT38EfHVNqnjjpaMjr9UrhZyHU=; b=XzDJRlmiUPGBs1O4hpsxs9CmN01Acr18Z/4A17wgTR827qzTTX4MBq31SXahG9GXDjQCLv GMYswFWTIUwQ8S1OKaIdrvggvdQiIVIoy/waSiHtDq8ggbi3yvdQJEGVOzn4QK20zXYJMd WP2C0Untd3WhKVfsVCRG3xTDpahy58I= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-217-8ws-qTllP6iW0H0Tfuf58A-1; Tue, 09 Nov 2021 02:08:47 -0500 X-MC-Unique: 8ws-qTllP6iW0H0Tfuf58A-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 22AC41006AAC; Tue, 9 Nov 2021 07:08:45 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.99]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0D65A608BA; Tue, 9 Nov 2021 07:08:41 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 5DCFF180A429; Tue, 9 Nov 2021 08:08:39 +0100 (CET) Date: Tue, 9 Nov 2021 08:08:39 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jiewen Yao , Jordan Justen , =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , Min Xu , Tom Lendacky , Stefan Berger , Ard Biesheuvel , Erdem Aktas , Brijesh Singh , James Bottomley Subject: Re: [PATCH v3 0/5] OvmfPkg: rework TPM configuration. Message-ID: <20211109070839.pxvap5ply2sg2llx@sirius.home.kraxel.org> References: <20211028110921.819113-1-kraxel@redhat.com> MIME-Version: 1.0 In-Reply-To: <20211028110921.819113-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 28, 2021 at 01:09:16PM +0200, Gerd Hoffmann wrote: > Allows to enable/disable TPM 1.2 support in OVMF. > Allows to enable SHA-1 support for TPM hashing. > > v3: > - drop config menu for tpm 1.2 (needs other fixes first) > - update some places missed. > - add microvm cleanup. > - add review/test tags. > v2: > - drop TPM_CONFIG_ENABLE config option. > - don't add SHA1 config option. > - add config menu for tpm 1.2 > > Gerd Hoffmann (5): > OvmfPkg: remove unused TPM options from MicrovmX64.dsc > OvmfPkg: move tcg configuration to dsc and fdf include files > OvmfPkg: drop TPM_CONFIG_ENABLE > OvmfPkg: create Tcg12ConfigPei.inf > OvmfPkg: rework TPM configuration Ping. Anything missing for this to be merged? thanks, Gerd