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.133.124]) by mx.groups.io with SMTP id smtpd.web12.4718.1634884290114632446 for ; Thu, 21 Oct 2021 23:31:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Py4aa9RT; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634884289; 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=L5e1G5LF5Ca37fb0E/FvVqNBfZ3MU1nY94pXYGky3qE=; b=Py4aa9RT57HojNNx9Hwo9yAzSYge1nOsfpQP+zOkNUjAGAJ+XjsdDx45rzsduYkzKzWIjC kuy0UCCUw79ZyS6b7KGu7Kq2WKs8u6WDwlEi8BB93fqRYUCmwXE5D7qe6WU0UK2vSjvgir n5kw2OBmKUxnlLP2dMWbPd1s3JTtJGg= 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-222-_KlE7QfRMKuJydFzR5CvGg-1; Fri, 22 Oct 2021 02:31:23 -0400 X-MC-Unique: _KlE7QfRMKuJydFzR5CvGg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2C5E4802B7A; Fri, 22 Oct 2021 06:31:22 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.23]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1A11A5F4F5; Fri, 22 Oct 2021 06:31:18 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 7AC4B1800393; Fri, 22 Oct 2021 08:31:16 +0200 (CEST) Date: Fri, 22 Oct 2021 08:31:16 +0200 From: "Gerd Hoffmann" To: Stefan Berger Cc: devel@edk2.groups.io, James Bottomley , Min Xu , Jordan Justen , Erdem Aktas , Ard Biesheuvel , =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , Jiewen Yao , Tom Lendacky , Brijesh Singh Subject: Re: [edk2-devel] [PATCH 2/4] OvmfPkg: create Tcg2ConfigPeiCompat12.inf Message-ID: <20211022063116.twplkwuhcgjmsypu@sirius.home.kraxel.org> References: <20211021122003.2008499-1-kraxel@redhat.com> <20211021122003.2008499-3-kraxel@redhat.com> <0f7f648c-4dd6-a63b-925b-4f102466bdb4@linux.ibm.com> MIME-Version: 1.0 In-Reply-To: <0f7f648c-4dd6-a63b-925b-4f102466bdb4@linux.ibm.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 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 Hi, > FYI: TPM 2 does not provide backwards compatibility to TPM 1.2. TPM 1.2 is > its own implementation that is incompatible with TPM 2. > > So the extension 'Compat12' is a bit odd in this case. Suggestions for a better name? take care, Gerd