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.web10.4295.1687169352791854232 for ; Mon, 19 Jun 2023 03:09:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=VlmVzygq; 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=1687169351; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=onr6XDqd0VgG5bLNnY9R7QlvfMiDTT++1eX4M9Rtb5E=; b=VlmVzygqiz9ANKUQne24eb3UjiemakxKqkCfHWqZrraQO6en/bVdbNfcAuNONOnHP9cqvU bv0MFrAPdxA8SK3SnEiyYOqSIdQnecOv67g3Uxw0sVRkSIrJki0w7/1i8PqrmQd98LBps9 Rie3BoolHtYU2qAIxEov1Ps/1B7yyks= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-670-4QV1tH22N2aUb4A7C09tvQ-1; Mon, 19 Jun 2023 06:09:10 -0400 X-MC-Unique: 4QV1tH22N2aUb4A7C09tvQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 843EF80080E; Mon, 19 Jun 2023 10:09:09 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.241]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3A0AB2166B26; Mon, 19 Jun 2023 10:09:09 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id E456A1803082; Mon, 19 Jun 2023 12:09:07 +0200 (CEST) Date: Mon, 19 Jun 2023 12:09:07 +0200 From: "Gerd Hoffmann" To: Corvin =?utf-8?B?S8O2aG5l?= Cc: devel@edk2.groups.io, Corvin =?utf-8?B?S8O2aG5l?= , Ard Biesheuvel , Jiewen Yao , Jordan Justen , Rebecca Cran , Peter Grehan Subject: Re: [PATCH v2 1/1] OvmfPkg/Bhyve: include TPM driver Message-ID: References: <20230607131719.514706-1-corvink@FreeBSD.org> <20230607131719.514706-2-corvink@FreeBSD.org> MIME-Version: 1.0 In-Reply-To: <20230607131719.514706-2-corvink@FreeBSD.org> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Wed, Jun 07, 2023 at 03:17:19PM +0200, Corvin Köhne wrote: > From: Corvin Köhne > > Bhyve will gain support for TPM emulation in the near future. Therefore, > prepare OVMF by copying all TPM driver used by qemu's OVMF DSC into the > bhyve OVMF DSC. > > Signed-off-by: Corvin Köhne > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Cc: Rebecca Cran > Cc: Peter Grehan Acked-by: Gerd Hoffmann