From nobody Tue Jun 6 13:24:02 2023 X-Original-To: virtualization@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QbB5W6QKdz4bZnd for ; Tue, 6 Jun 2023 13:24:15 +0000 (UTC) (envelope-from corvink@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QbB5W60bwz3hWG; Tue, 6 Jun 2023 13:24:15 +0000 (UTC) (envelope-from corvink@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1686057855; 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; bh=mgWoLa1LbFJ4FqIl+yMaPnT1flR8aTXI6uG/GsGPoAs=; b=JT38DGnV54FMm3mA3ehawMGwqvmBVyHb0Z6op3Fg2BqNOYc1TDFVzNBtBA74MoCb2ygyHc eG7lk3mgiyB90eH1KXJp+V4cvoTXFCfpS5RyIAvz87SU0ULOt8rawYrpbJJUh2PyF41016 HptVLk0GPZEuClT7qM+LuisIOhraMFfksML2iUsh56/2DHewCFTtxVrT265hCI1TTX+9Tn cz/IxHIPoW2Bf8CK/8Xq7OOTkkNOumdQTTEzLG487MmRpa6Kqq8Ykex69escJLb7HCU79w dA9YRrdnPwQyd0b5BSjizRW3DSJRE7S5umXL1XYpW+kdBZcObbKxuebclvA1tA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1686057855; 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; bh=mgWoLa1LbFJ4FqIl+yMaPnT1flR8aTXI6uG/GsGPoAs=; b=O+p25O9f7gKhTk6uDBuFnLUPBwufLJvT1tt3jVYf62jiHCgxausD6OjiJ9POv0PPlc8nl3 mn0qLA0MMouLfEbcERIUk7tcunti1mfHG7NT++btvK/X8HwDHgP/Gxbe8AtCL2+saTgYZC Zg7KqoaDsU8ZomRUQOmbOo3AbNn25Ju/xmjAiVt+/u6GTVKjjABjUgB0NlKTcUr4F+iqc/ jfVyzuph8bQo4re/5kWRg/07BtT8B3UAh+Bh8Rb5AukzEMtSaxUuJz4Dwp+GycpszNeRAx zS/IjgMwNUJRoiXuJtyHfo5vpgmKFaxkrsBHX/vpDNoem6xfXgeygrWox41dlw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1686057855; a=rsa-sha256; cv=none; b=ioXXPCwsf5ScqnvsuT/E3l6+uaAEzb6+av2HN0uaOoimGJ4/8uR8+L14XO5zYralh3HC0Z jfqiY+0HMrqd7BNFN5Ll2wcaQ++goY12Rcvlu0E6S5PNHo0PKF79Gzw6H5VQ/9lKCxZr// YL3u//oEi8xXoqLXa34eViOdt/E8PbdEO3rEHKZHiArZHNJ0ndVzp6Hay7EVo8dEo0PsmC pI+yC1qkPW6grzfeL8DCB2VjGAO3CtJKU6xhmTfCfycrRpihdIrFf6/RGLeMG57gdMjayR FySwXvLfP35PZWF/iIa5RKuYUN9DgMh6byzY0XFlFXFSfgskCbHRURYOAQ8lHQ== Received: from corvink-nb.beckhoff.com (unknown [IPv6:2001:9e8:da59:8e00:1c7e:7163:67b2:a7d8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: corvink) by smtp.freebsd.org (Postfix) with ESMTPSA id 4QbB5W27LTzlG2; Tue, 6 Jun 2023 13:24:15 +0000 (UTC) (envelope-from corvink@FreeBSD.org) From: =?UTF-8?q?Corvin=20K=C3=B6hne?= To: virtualization@freebsd.org Cc: =?UTF-8?q?Corvin=20K=C3=B6hne?= Subject: [PATCH 0/1] bhyve: TPM support for OVMF Date: Tue, 6 Jun 2023 15:24:02 +0200 Message-Id: <20230606132403.403406-1-corvink@FreeBSD.org> X-Mailer: git-send-email 2.40.1 List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ThisMailContainsUnwantedMimeParts: N Hi, I'm currently working on TPM emulation for bhyve. Therefore, the guest firmware has to set up the TPM device properly for the guest OS. I'd like to send the attached patch to the EDKII project. Any comments are appreciated. Thanks, Corvin Corvin Köhne (1): OvmfPkg/Bhyve: include TPM driver OvmfPkg/Bhyve/BhyveX64.dsc | 17 +++++++++++++++-- OvmfPkg/Bhyve/BhyveX64.fdf | 7 +++++++ 2 files changed, 22 insertions(+), 2 deletions(-) -- 2.40.1