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 62FB794125D for ; Thu, 15 Feb 2024 06:16:53 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=4C1m07RRAdQ6Y0fByJAcQ7xWwkLWzRhDkKZGCOsrsUE=; 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=1707977811; v=1; b=VnaJe+6Kqn9ZSjPeUYRIpEJop9Ur7cNIlknERAdlk03cm7EEGaTaqRBJn7wacd25bTBIsyoa pqPJvJFC8mCajpV4qgcXbA9bfG/SyacCOEOFmpyctSFYS1+ojhSgLDt916CaQJEUyV+y9YCRSu4 JEgA+u7OJ5RdwZETCMKgNyY0= X-Received: by 127.0.0.2 with SMTP id F85MYY7687511xgSbYGS4qNU; Wed, 14 Feb 2024 22:16:51 -0800 X-Received: from mail-ua1-f50.google.com (mail-ua1-f50.google.com [209.85.222.50]) by mx.groups.io with SMTP id smtpd.web10.8485.1707977810838216296 for ; Wed, 14 Feb 2024 22:16:51 -0800 X-Received: by mail-ua1-f50.google.com with SMTP id a1e0cc1a2514c-7d2e15193bbso214420241.0 for ; Wed, 14 Feb 2024 22:16:50 -0800 (PST) X-Gm-Message-State: R7opGKDQfk3txIbrroRyqZbcx7686176AA= X-Google-Smtp-Source: AGHT+IEJp56RkuylLSlbUns4Wg4Br6IKpXZ+VrxeMKFqmdIFxqCVFAfQiRrb9DU7O9ZBiUWJQun44whJeSmwXTQ+NFE= X-Received: by 2002:a1f:e081:0:b0:4c0:3ac7:5e83 with SMTP id x123-20020a1fe081000000b004c03ac75e83mr646685vkg.3.1707977809893; Wed, 14 Feb 2024 22:16:49 -0800 (PST) MIME-Version: 1.0 References: <20240207012910.2133-1-tphan@ventanamicro.com> In-Reply-To: From: "Tuan Phan" Date: Wed, 14 Feb 2024 22:16:38 -0800 Message-ID: Subject: Re: [edk2-devel] [PATCH v2 0/3] RISC-V: Support Svpbmt extension To: "Warkentin, Andrei" 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" , "sunilvl@ventanamicro.com" , "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="000000000000a4b766061165926d" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=VnaJe+6K; 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 --000000000000a4b766061165926d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 > > -=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 (#115488): https://edk2.groups.io/g/devel/message/115488 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- --000000000000a4b766061165926d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Wed, Feb 14, 2024 at 9:43=E2=80=AF= PM Warkentin, Andrei <andr= ei.warkentin@intel.com> 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 (#115488) | =20 | Mute= This Topic | New Topic
Your Subscriptio= n | Contact Group Owner | Unsubscribe [rebecca@openfw.io]

_._,_._,_
--000000000000a4b766061165926d--