Re: [edk2-devel] [PATCH v2 0/6] RISC-V MMU support

2023-05-23 Thread Sunil V L
On Tue, May 23, 2023 at 02:59:50PM -0700, Tuan Phan wrote: > Thanks Andrei, > Sunil, any comments or it is good to go. As this patchset spans across > MdePkg, UefiCpuPkg and OvmfPkg, do I need to separate it so each package > maintainer can merge independently? > Hi Tuan, I don't see an issue

Re: [edk2-devel] [PATCH v2 0/6] RISC-V MMU support

2023-05-23 Thread Tuan Phan
@byosoft.com.cn>; Liu, Zhiguang ; > suni...@ventanamicro.com; g...@danielschaefer.me > *Subject:* Re: [edk2-devel] [PATCH v2 0/6] RISC-V MMU support > > > > Hi Andrei, > > Here you go: https://github.com/pttuan/edk2/tree/tphan/riscv_mmu > > Will put the link in the cover l

Re: [edk2-devel] [PATCH v2 0/6] RISC-V MMU support

2023-05-08 Thread Andrei Warkentin
:gaolim...@byosoft.com.cn>>, Liu, Zhiguang mailto:zhiguang@intel.com>>, suni...@ventanamicro.com<mailto:suni...@ventanamicro.com> mailto:suni...@ventanamicro.com>>, g...@danielschaefer.me<mailto:g...@danielschaefer.me> mailto:g...@danielschaefer.me>> Sub

Re: [edk2-devel] [PATCH v2 0/6] RISC-V MMU support

2023-04-19 Thread Tuan Phan
, Liming , Liu, Zhiguang , suni...@ventanamicro.com , g...@danielschaefer.me Subject: Re: [edk2-devel] [PATCH v2 0/6] RISC-V MMU support Hi Tuan, Do you mind sharing the GitHub branch as well? It would help with the review immensely. A > -Original Message- > From: Tuan Phan

Re: [edk2-devel] [PATCH v2 0/6] RISC-V MMU support

2023-04-18 Thread Andrei Warkentin
Hi Tuan, Do you mind sharing the GitHub branch as well? It would help with the review immensely. A > -Original Message- > From: Tuan Phan > Sent: Friday, April 14, 2023 1:58 PM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Liu, Zhiguang ; >

[edk2-devel] [PATCH v2 0/6] RISC-V MMU support

2023-04-14 Thread Tuan Phan
RISC-V: Add MMU support This series adds MMU support for RISC-V. Only SV39/48/57 modes are supported and tested. The MMU is required to support setting page attribute which is the first basic step to support security booting on RISC-V. There are three parts: 1. Add MMU base library. MMU will be