Re: [PATCH v1 1/1] target/riscv: Update the ePMP CSR address

2021-09-01 Thread Alistair Francis
On Thu, Sep 2, 2021 at 11:57 AM Bin Meng  wrote:
>
> On Thu, Sep 2, 2021 at 8:40 AM Alistair Francis
>  wrote:
> >
> > From: Alistair Francis 
> >
> > Update the ePMP CSRs to match the 0.9.3 ePMP spec
> > https://github.com/riscv/riscv-tee/blob/61455747230a26002d741f64879dd78cc9689323/Smepmp/Smepmp.pdf
> >
> > Signed-off-by: Alistair Francis 
> > ---
> >  target/riscv/cpu_bits.h | 4 ++--
> >  target/riscv/cpu.c  | 1 +
> >  2 files changed, 3 insertions(+), 2 deletions(-)
> >
>
> Reviewed-by: Bin Meng 

Thanks!

Applied to riscv-to-apply.next

Alistair



Re: [PATCH v1 1/1] target/riscv: Update the ePMP CSR address

2021-09-01 Thread Bin Meng
On Thu, Sep 2, 2021 at 8:40 AM Alistair Francis
 wrote:
>
> From: Alistair Francis 
>
> Update the ePMP CSRs to match the 0.9.3 ePMP spec
> https://github.com/riscv/riscv-tee/blob/61455747230a26002d741f64879dd78cc9689323/Smepmp/Smepmp.pdf
>
> Signed-off-by: Alistair Francis 
> ---
>  target/riscv/cpu_bits.h | 4 ++--
>  target/riscv/cpu.c  | 1 +
>  2 files changed, 3 insertions(+), 2 deletions(-)
>

Reviewed-by: Bin Meng