Re: [PATCH 1/3] Andes RISC-V PLIC

2021-03-11 Thread Alistair Francis
On Wed, Mar 10, 2021 at 9:58 AM Yixun Lan wrote: > > On 3/10/21 3:33 AM, Dylan Jhong wrote: > > Andes PLIC (Platform-Level Interrupt Controller) device provides an > > interrupt controller functionality based on Andes's PLIC specification. > > > > The Andes PLIC can handle either external interrup

Re: [PATCH 1/3] Andes RISC-V PLIC

2021-03-10 Thread Dylan Jhong
On Wed, Mar 10, 2021 at 02:05:51PM +0800, Bin Meng wrote: > On Wed, Mar 10, 2021 at 11:34 AM Dylan Jhong wrote: > > > > Andes PLIC (Platform-Level Interrupt Controller) device provides an > > interrupt controller functionality based on Andes's PLIC specification. > > > > The Andes PLIC can handle

Re: [PATCH 1/3] Andes RISC-V PLIC

2021-03-10 Thread Yixun Lan
On 3/10/21 3:33 AM, Dylan Jhong wrote: > Andes PLIC (Platform-Level Interrupt Controller) device provides an > interrupt controller functionality based on Andes's PLIC specification. > > The Andes PLIC can handle either external interrupts (PLIC) > or interprocessor interrupts (PLICSW). > > While A

Re: [PATCH 1/3] Andes RISC-V PLIC

2021-03-09 Thread Bin Meng
On Wed, Mar 10, 2021 at 11:34 AM Dylan Jhong wrote: > > Andes PLIC (Platform-Level Interrupt Controller) device provides an > interrupt controller functionality based on Andes's PLIC specification. > > The Andes PLIC can handle either external interrupts (PLIC) > or interprocessor interrupts (PLIC

[PATCH 1/3] Andes RISC-V PLIC

2021-03-09 Thread Dylan Jhong
Andes PLIC (Platform-Level Interrupt Controller) device provides an interrupt controller functionality based on Andes's PLIC specification. The Andes PLIC can handle either external interrupts (PLIC) or interprocessor interrupts (PLICSW). While Andes PLIC spec includes vector interrupt and interr