Re: [PATCH v6 13/23] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs

2022-01-13 Thread Anup Patel
On Wed, Jan 12, 2022 at 5:46 PM Frank Chang wrote: > > Anup Patel 於 2021年12月30日 週四 下午8:47寫道: >> >> From: Anup Patel >> >> The AIA specification introduces new [m|s|vs]topi CSRs for >> reporting pending local IRQ number and associated IRQ priority. >> >> Signed-off-by: Anup Patel >> Signed-off-b

Re: [PATCH v6 13/23] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs

2022-01-12 Thread Frank Chang
Anup Patel 於 2021年12月30日 週四 下午8:47寫道: > From: Anup Patel > > The AIA specification introduces new [m|s|vs]topi CSRs for > reporting pending local IRQ number and associated IRQ priority. > > Signed-off-by: Anup Patel > Signed-off-by: Anup Patel > --- > target/riscv/csr.c | 156

[PATCH v6 13/23] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs

2021-12-30 Thread Anup Patel
From: Anup Patel The AIA specification introduces new [m|s|vs]topi CSRs for reporting pending local IRQ number and associated IRQ priority. Signed-off-by: Anup Patel Signed-off-by: Anup Patel --- target/riscv/csr.c | 156 + 1 file changed, 156 inser