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 40161D8065A for ; Mon, 22 Apr 2024 10:47:36 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=pqzdFjRHsgHnoeRJ0nUtJ2NeScqYdQr/5Jjxi0PGEDg=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: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-Transfer-Encoding; s=20240206; t=1713782854; v=1; b=1RMuhyOrmf6zJJKN7N/lB7Gu5iLlgfsqeFFx/VY393Q6gAG2BcWKjiWgvRJp6rsc91Ygq+Ta EAWMCQDX7Vb6xOzUIIYYKqj9ZZ2+BpEKJk6IC/amm0tl8XofiQQ0/HWiIQ3iYHuB9Mq4Xniybuo N473HDrvzg+jRkoVMfyPoCio/tNZB741+AjmjYnMEsok0M9SeGZLFvcFpa6tmLlntJEhywWTmtm xjWBPBCAzGDpy4vL1O5ASEqObi5endPuxm3bE+P9oVZrc4Icl+osP+qBDmHL3KM9q1LbTUrYj1y 8hczAHgKVnvBVcZgcYwNuL5KzxFpMsCk6h/yKYMtj/HAw== X-Received: by 127.0.0.2 with SMTP id Av7cYY7687511x6xv8R1dk2D; Mon, 22 Apr 2024 03:47:34 -0700 X-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.web11.15502.1713782853629710511 for ; Mon, 22 Apr 2024 03:47:33 -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-127-IUWsukPiM46EWKgnQD42Xw-1; Mon, 22 Apr 2024 06:47:31 -0400 X-MC-Unique: IUWsukPiM46EWKgnQD42Xw-1 X-Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (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 C4631812C50; Mon, 22 Apr 2024 10:47:30 +0000 (UTC) X-Received: from sirius.home.kraxel.org (unknown [10.39.192.150]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4EE4EC13FA3; Mon, 22 Apr 2024 10:47:30 +0000 (UTC) X-Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 4279818003BA; Mon, 22 Apr 2024 12:47:29 +0200 (CEST) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Konstantin Kostiuk , Oliver Steffen , Jiewen Yao , Ard Biesheuvel , Gerd Hoffmann Subject: [edk2-devel] [PATCH v3 0/5] OvmfPkg: Add VirtHstiDxe driver Date: Mon, 22 Apr 2024 12:47:24 +0200 Message-ID: <20240422104729.502112-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 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: Mon, 22 Apr 2024 03:47:33 -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: PSzUxbvME7i5ABaDkvIsRW3Sx7686176AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=1RMuhyOr; 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) v3: - use PcdOvmfFlashNvStorageVariableBase - add reviewed-by tags v2: - remove 'Q35' from test bits - add patch with a README.md Gerd Hoffmann (3): OvmfPkg/VirtHstiDxe: add varstore flash check OvmfPkg/VirtHstiDxe: add code flash check OvmfPkg/VirtHstiDxe: add README.md Konstantin Kostiuk (2): OvmfPkg: Add VirtHstiDxe driver OvmfPkg: Add VirtHstiDxe to OVMF firmware build OvmfPkg/OvmfPkgIa32.dsc | 2 + OvmfPkg/OvmfPkgIa32X64.dsc | 2 + OvmfPkg/OvmfPkgX64.dsc | 2 + OvmfPkg/OvmfPkgIa32.fdf | 1 + OvmfPkg/OvmfPkgIa32X64.fdf | 1 + OvmfPkg/OvmfPkgX64.fdf | 1 + OvmfPkg/VirtHstiDxe/VirtHstiDxe.inf | 56 +++++++++ OvmfPkg/VirtHstiDxe/VirtHstiDxe.h | 94 +++++++++++++++ OvmfPkg/VirtHstiDxe/Flash.c | 90 +++++++++++++++ OvmfPkg/VirtHstiDxe/QemuCommon.c | 36 ++++++ OvmfPkg/VirtHstiDxe/QemuPC.c | 38 ++++++ OvmfPkg/VirtHstiDxe/QemuQ35.c | 71 ++++++++++++ OvmfPkg/VirtHstiDxe/VirtHstiDxe.c | 173 ++++++++++++++++++++++++++++ OvmfPkg/VirtHstiDxe/README.md | 48 ++++++++ 14 files changed, 615 insertions(+) create mode 100644 OvmfPkg/VirtHstiDxe/VirtHstiDxe.inf create mode 100644 OvmfPkg/VirtHstiDxe/VirtHstiDxe.h create mode 100644 OvmfPkg/VirtHstiDxe/Flash.c create mode 100644 OvmfPkg/VirtHstiDxe/QemuCommon.c create mode 100644 OvmfPkg/VirtHstiDxe/QemuPC.c create mode 100644 OvmfPkg/VirtHstiDxe/QemuQ35.c create mode 100644 OvmfPkg/VirtHstiDxe/VirtHstiDxe.c create mode 100644 OvmfPkg/VirtHstiDxe/README.md -- 2.44.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118081): https://edk2.groups.io/g/devel/message/118081 Mute This Topic: https://groups.io/mt/105667070/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-