Re: [edk2-devel] [PATCH 0/7] RISC-V: Add MMU support

2023-03-10 Thread Tuan Phan
Hi Andrei, Here it is: https://github.com/pttuan/edk2/tree/tphan/riscv_mmu On Thu, Mar 9, 2023 at 1:34 PM Warkentin, Andrei wrote: > Hi Tuan, > > > > Could you share a GitHub link to a branch with the patch set? Somehow my > email client is mangling one of your patches where it’s all one giant l

Re: [edk2-devel] [PATCH 0/7] RISC-V: Add MMU support

2023-03-09 Thread Andrei Warkentin
Hi Tuan, Could you share a GitHub link to a branch with the patch set? Somehow my email client is mangling one of your patches where it’s all one giant line of code. A From: Tuan Phan Sent: Thursday, March 9, 2023 1:20 PM To: devel@edk2.groups.io Cc: Kinney, Michael D ; Gao, Liming ; Liu, Zhi

Re: [edk2-devel] [PATCH 0/7] RISC-V: Add MMU support

2023-03-09 Thread Tuan Phan
Hi All,Any updates on this series? Thanks, From: Tuan PhanSent: Monday, March 6, 2023 9:33 AMTo: devel@edk2.groups.ioCc: michael.d.kin...@intel.com; gaolim...@byosoft.com.cn; zhiguang@intel.com; suni...@ventanamicro.com; g...@danielschaefer.me; andrei.warken...@intel.com; Tuan PhanSubject: [PAT

[edk2-devel] [PATCH 0/7] RISC-V: Add MMU support

2023-03-06 Thread Tuan Phan
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 core to UefiCpuPkg. MMU will be enabled during CpuDx