Re: [PATCH v2 0/4] riscv: Add enhanced PMP support

2021-02-10 Thread Alistair Francis
On Mon, Aug 10, 2020 at 5:23 PM Hou Weiying wrote: > > v1 -> v2 : > * regenerate this patch based on the latest upstream > > Hou Weiying (4): > Define ePMP mseccfg > Implementation of enhanced PMP(ePMP) support > Add ePMP CSR accesses > Add a config option for ePMP. Thanks for the patches

[PATCH v2 0/4] riscv: Add enhanced PMP support

2020-08-10 Thread Hou Weiying
v1 -> v2 : * regenerate this patch based on the latest upstream Hou Weiying (4): Define ePMP mseccfg Implementation of enhanced PMP(ePMP) support Add ePMP CSR accesses Add a config option for ePMP. target/riscv/cpu.c| 9 ++ target/riscv/cpu.h| 3 + target/riscv/cpu_bi