Re: [PATCH 1/4] target/riscv: Add defines for AIA local interrupt CSRs

2021-06-10 Thread Alistair Francis
On Sat, May 15, 2021 at 12:33 AM Anup Patel wrote: > > The RISC-V AIA specification extends RISC-V local interrupts and > introduces new CSRs. This patch adds defines for the new AIA > local interrupt CSRs. > > Signed-off-by: Anup Patel Reviewed-by: Alistair Francis Alistair > --- > target/r

[PATCH 1/4] target/riscv: Add defines for AIA local interrupt CSRs

2021-05-14 Thread Anup Patel
The RISC-V AIA specification extends RISC-V local interrupts and introduces new CSRs. This patch adds defines for the new AIA local interrupt CSRs. Signed-off-by: Anup Patel --- target/riscv/cpu_bits.h | 128 1 file changed, 128 insertions(+) diff --git