Re: [PATCH v5 07/23] target/riscv: Add defines for AIA CSRs

2021-12-16 Thread Alistair Francis
On Sat, Dec 11, 2021 at 2:22 PM 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 CSRs. > > Signed-off-by: Anup Patel Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu_bits.h |

[PATCH v5 07/23] target/riscv: Add defines for AIA CSRs

2021-12-10 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 CSRs. Signed-off-by: Anup Patel --- target/riscv/cpu_bits.h | 127 1 file changed, 127 insertions(+) diff --git