From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 47FEED811D6 for ; Thu, 18 Apr 2024 11:10:11 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=lsExqfZGCG699etkjzHwJgQWg96+vDSMfZVM/+Bgf1E=; c=relaxed/simple; d=groups.io; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20240206; t=1713438609; v=1; b=Y6DmUlhZuGCYxCKiCBp/xbHTx/9BOJ81uYKD6cZH3zz5CEWW9MIbgdH+8tOkdQUssO5c8jXH H8epDAmSBw5TRhqD0+gZizhVO5CIAomfmm9NDoXZAJS7Y4J1OM/nr8s5C4f3/Iy4j0QOo7RnF0e t4zXBm95k1+5v6uZuWGE4HhwvyLliiqZTrUcL7BY55TT0reyzzXBXjAvSgjAycIF5/DUuFBfzZY 14+AGKMgxN4hBR5vKaq865Q9/+CgQTseyKbpk0mxoagglbzACPnwX5wHBRnOlYMOk5dfmAoGj4j 0xpMA7g5OjlewFP3E50ZusXa/HIGA995LECCpBI9FI97g== X-Received: by 127.0.0.2 with SMTP id tFULYY7687511xwW7HUl4ap1; Thu, 18 Apr 2024 04:10:09 -0700 X-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.web11.10124.1713438604012414990 for ; Thu, 18 Apr 2024 04:10:04 -0700 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-290-wl-TYr1IPl6RPLqA7h7ilA-1; Thu, 18 Apr 2024 07:10:00 -0400 X-MC-Unique: wl-TYr1IPl6RPLqA7h7ilA-1 X-Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C9D0B18065AE; Thu, 18 Apr 2024 11:09:59 +0000 (UTC) X-Received: from sirius.home.kraxel.org (unknown [10.39.192.157]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A31B8590CBC; Thu, 18 Apr 2024 11:09:59 +0000 (UTC) X-Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 0DA9E1800929; Thu, 18 Apr 2024 13:09:58 +0200 (CEST) Date: Thu, 18 Apr 2024 13:09:57 +0200 From: "Gerd Hoffmann" To: Ard Biesheuvel Cc: devel@edk2.groups.io, jiewen@dobby.home.kraxel.org, Oliver Steffen Subject: Re: [edk2-devel] [PATCH 0/4] OvmfPkg: Add VirtHstiDxe driver Message-ID: References: <20240322142735.1749388-1-kraxel@redhat.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 18 Apr 2024 04:10:04 -0700 Resent-From: kraxel@redhat.com Reply-To: devel@edk2.groups.io,kraxel@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: crMYTpB0Zysa4IRqRfg9pliwx7686176AA= Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=Y6DmUlhZ; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none) On Wed, Apr 17, 2024 at 01:38:20PM +0200, Ard Biesheuvel wrote: > On Wed, 17 Apr 2024 at 10:18, Gerd Hoffmann wrote: > > > > On Fri, Mar 22, 2024 at 03:27:31PM +0100, Gerd Hoffmann wrote: > > > > > > > > > Gerd Hoffmann (2): > > > OvmfPkg/VirtHstiDxe: add varstore flash check > > > OvmfPkg/VirtHstiDxe: add code flash check > > > > > > Konstantin Kostiuk (2): > > > OvmfPkg: Add VirtHstiDxe driver > > > OvmfPkg: Add VirtHstiDxe to OVMF firmware build > > > > Ping. Any comments on this series? > > > > Dunno. What does it do? It implements https://learn.microsoft.com/en-us/windows-hardware/test/hlk/testref/hardware-security-testability-specification for OVMF. take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117982): https://edk2.groups.io/g/devel/message/117982 Mute This Topic: https://groups.io/mt/105086174/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-