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

2023-07-14 Thread Sunil V L
Reviewed-by: Sunil V L On Fri, Jun 23, 2023 at 11:39:27AM -0700, Tuan Phan wrote: > 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 RIS

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

2023-06-23 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 two parts: 1. Add MMU base library. MMU will be enabled during CpuDxe initia