Re: [RFC 1/1] target/riscv: add support of RNMI

2021-03-21 Thread Frank Chang
On Fri, Mar 19, 2021 at 9:29 PM Alistair Francis wrote: > On Tue, Mar 9, 2021 at 2:30 AM wrote: > > > > From: Frank Chang > > > > Signed-off-by: Frank Chang > > I had a quick look and this looks fine. I haven't compared it to the > spec yet though. > > When you send the patch series do you

Re: [RFC 1/1] target/riscv: add support of RNMI

2021-03-19 Thread Alistair Francis
On Tue, Mar 9, 2021 at 2:30 AM wrote: > > From: Frank Chang > > Signed-off-by: Frank Chang I had a quick look and this looks fine. I haven't compared it to the spec yet though. When you send the patch series do you mind splitting it up a bit more? It just makes it easier to review. Alistair

[RFC 1/1] target/riscv: add support of RNMI

2021-03-08 Thread frank . chang
From: Frank Chang Signed-off-by: Frank Chang --- target/riscv/cpu.c| 40 + target/riscv/cpu.h| 16 - target/riscv/cpu_bits.h | 19 ++ target/riscv/cpu_helper.c | 47