Re: [PATCH v1 2/9] hw/intc: Remove the Ibex PLIC

2021-10-21 Thread Bin Meng
On Mon, Oct 18, 2021 at 10:39 AM Alistair Francis wrote: > > From: Alistair Francis > > The Ibex PLIC is now spec complient. Let's remove the Ibex PLIC and typo: compliant > instead use the SiFive PLIC. > > Signed-off-by: Alistair Francis > --- > hw/intc/ibex_plic.c | 307

[PATCH v1 2/9] hw/intc: Remove the Ibex PLIC

2021-10-17 Thread Alistair Francis
From: Alistair Francis The Ibex PLIC is now spec complient. Let's remove the Ibex PLIC and instead use the SiFive PLIC. Signed-off-by: Alistair Francis --- hw/intc/ibex_plic.c | 307 hw/intc/meson.build | 1 - 2 files changed, 308 deletions(-) de