From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 62B5D740032 for ; Tue, 27 Feb 2024 04:34:36 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=4JyaatNBwxPel4eRIVrfq5EcHo87+q5NFC5EgSoeFAY=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1709008475; v=1; b=bLCnG1EgKjRm6+l6B7ltl5cS6Qtd4dVpV0n1J3O6LqvsVtUNyK2HFa59u3lipfPMOCvdxWWu U/iFXma4VF0Dq4JE0rsGlty9B8WLMVv4hYN22tnQvDY1M23tOy1y8Ts4Gc6QwTSxWdPNqFmUfC0 Pfi+lT1y5hwYUzWBCXbQVgbg= X-Received: by 127.0.0.2 with SMTP id C3ZdYY7687511xWAYsCL3HTV; Mon, 26 Feb 2024 20:34:35 -0800 X-Received: from mail-ua1-f53.google.com (mail-ua1-f53.google.com [209.85.222.53]) by mx.groups.io with SMTP id smtpd.web11.5590.1709008474114526237 for ; Mon, 26 Feb 2024 20:34:34 -0800 X-Received: by mail-ua1-f53.google.com with SMTP id a1e0cc1a2514c-7d5c40f874aso1925565241.1 for ; Mon, 26 Feb 2024 20:34:33 -0800 (PST) X-Gm-Message-State: AJx64P1XE2hlOlak8poFsSfax7686176AA= X-Google-Smtp-Source: AGHT+IECp32b5CoDDnZid0wOIsWlsF34xLK8y5lATq0OGKXqHFdjW0q0V4Bo2Y0QvkSzTXfGFd/4QMpxfW63suTokWE= X-Received: by 2002:a05:6102:3030:b0:470:5cbc:4f46 with SMTP id v16-20020a056102303000b004705cbc4f46mr6437332vsa.9.1709008473115; Mon, 26 Feb 2024 20:34:33 -0800 (PST) MIME-Version: 1.0 References: <20240207012910.2133-1-tphan@ventanamicro.com> <17B3F4C51A165C5A.28807@groups.io> In-Reply-To: <17B3F4C51A165C5A.28807@groups.io> From: "Tuan Phan" Date: Mon, 26 Feb 2024 20:34:22 -0800 Message-ID: Subject: Re: [edk2-devel] [PATCH v2 0/3] RISC-V: Support Svpbmt extension To: "Warkentin, Andrei" , "sunilvl@ventanamicro.com" Cc: "devel@edk2.groups.io" , "Kinney, Michael D" , "gaoliming@byosoft.com.cn" , "Liu, Zhiguang" , "kraxel@redhat.com" , "lersek@redhat.com" , "Kumar, Rahul R" , "Ni, Ray" , "Yao, Jiewen" , "ardb+tianocore@kernel.org" 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 Reply-To: devel@edk2.groups.io,tphan@ventanamicro.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: multipart/alternative; boundary="000000000000f569040612558a8b" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=bLCnG1Eg; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io --000000000000f569040612558a8b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Sunil/ Andrei, Any comments on this series? Regards, On Wed, Feb 14, 2024 at 10:16=E2=80=AFPM Tuan Phan via groups.io wrote: > > > On Wed, Feb 14, 2024 at 9:43=E2=80=AFPM Warkentin, Andrei < > andrei.warkentin@intel.com> wrote: > >> Do you mind sharing a GH branch with the patch set? >> > https://github.com/pttuan/edk2/tree/tphan/riscv_mmu_svpbmt > Tuan > >> >> A >> >> > -----Original Message----- >> > From: Tuan Phan >> > Sent: Tuesday, February 6, 2024 7:29 PM >> > To: devel@edk2.groups.io >> > Cc: Kinney, Michael D ; >> > gaoliming@byosoft.com.cn; Liu, Zhiguang ; >> > kraxel@redhat.com; lersek@redhat.com; Kumar, Rahul R >> > ; Ni, Ray ; >> > sunilvl@ventanamicro.com; Yao, Jiewen ; >> Warkentin, >> > Andrei ; ardb+tianocore@kernel.org; Tuan >> Phan >> > >> > Subject: [PATCH v2 0/3] RISC-V: Support Svpbmt extension >> > >> > This patchset adds support for RISC-V Svpbmt extension. >> > >> > The GCD EFI_MEMORY_UC and EFI_MEMORY_WC attributes will be mapped to >> > IO and NC mode defined in PBMT field. >> > >> > v2: >> > - Generated patch for each package. >> > >> > Tuan Phan (3): >> > MdePkg.dec: RISC-V: Define override bit for Svpbmt extension >> > UefiCpuPkg: RISC-V: MMU: Support Svpbmt extension >> > OvmfPkg/RiscVVirt: Override Svpbmt extension >> > >> > MdePkg/MdePkg.dec | 2 ++ >> > OvmfPkg/RiscVVirt/RiscVVirt.dsc.inc | 2 +- >> > .../Library/BaseRiscVMmuLib/BaseRiscVMmuLib.c | 25 ++++++++++++++++++= - >> > .../BaseRiscVMmuLib/BaseRiscVMmuLib.inf | 1 + >> > 4 files changed, 28 insertions(+), 2 deletions(-) >> > >> > -- >> > 2.25.1 >> >>=20 > > -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115999): https://edk2.groups.io/g/devel/message/115999 Mute This Topic: https://groups.io/mt/104211191/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- --000000000000f569040612558a8b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Sunil/ Andrei,
Any comments on this seri= es?

Regards,

<= div dir=3D"ltr" class=3D"gmail_attr">On Wed, Feb 14, 2024 at 10:16=E2=80=AF= PM Tuan Phan via groups.io <tphan=3Dventanamicro.com@groups.io&g= t; wrote:

<= /div>
O= n Wed, Feb 14, 2024 at 9:43=E2=80=AFPM Warkentin, Andrei <andrei.warkentin@intel.co= m> wrote:
Do you mind sharing a GH branch = with the patch set?
Tuan=C2=A0

A

> -----Original Message-----
> From: Tuan Phan <tphan@ventanamicro.com>
> Sent: Tuesday, February 6, 2024 7:29 PM
> To: devel@ed= k2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>;
> gaolimin= g@byosoft.com.cn; Liu, Zhiguang <zhiguang.liu@intel.com>;
> kraxel@redhat.c= om; lersek@redha= t.com; Kumar, Rahul R
> <rahul= .r.kumar@intel.com>; Ni, Ray <ray.ni@intel.com>;
> sunilvl@= ventanamicro.com; Yao, Jiewen <jiewen.yao@intel.com>; Warkentin,
> Andrei <andrei.warkentin@intel.com>; ardb+tianocore@kernel.org; Tuan Phan
> <tphan@= ventanamicro.com>
> Subject: [PATCH v2 0/3] RISC-V: Support Svpbmt extension
>
> This patchset adds support for RISC-V Svpbmt extension.
>
> The GCD EFI_MEMORY_UC and EFI_MEMORY_WC attributes will be mapped to > IO and NC mode defined in PBMT field.
>
> v2:
>=C2=A0 =C2=A0- Generated patch for each package.
>
> Tuan Phan (3):
>=C2=A0 =C2=A0MdePkg.dec: RISC-V: Define override bit for Svpbmt extensi= on
>=C2=A0 =C2=A0UefiCpuPkg: RISC-V: MMU: Support Svpbmt extension
>=C2=A0 =C2=A0OvmfPkg/RiscVVirt: Override Svpbmt extension
>
>=C2=A0 MdePkg/MdePkg.dec=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 2 ++
>=C2=A0 OvmfPkg/RiscVVirt/RiscVVirt.dsc.inc=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0|=C2=A0 2 +-
>=C2=A0 .../Library/BaseRiscVMmuLib/BaseRiscVMmuLib.c | 25 +++++++++++++= +++++-
>=C2=A0 .../BaseRiscVMmuLib/BaseRiscVMmuLib.inf=C2=A0 =C2=A0 =C2=A0 =C2= =A0|=C2=A0 1 +
>=C2=A0 4 files changed, 28 insertions(+), 2 deletions(-)
>
> --
> 2.25.1

_._,_._,_

Groups.io Links:

=20 You receive all messages sent to this group. =20 =20

View/Reply Online (#115999) | =20 | Mute= This Topic | New Topic
Your Subscriptio= n | Contact Group Owner | Unsubscribe [rebecca@openfw.io]

_._,_._,_
--000000000000f569040612558a8b--