Re: [PATCH v1 1/1] hw/opentitan: Update the interrupt layout

2021-04-07 Thread Alistair Francis
On Wed, Mar 31, 2021 at 11:02 AM Alistair Francis wrote: > > Update the OpenTitan interrupt layout to match the latest OpenTitan > bitstreams. This involves changing the Ibex PLIC memory layout and the > UART interrupts. > > Signed-off-by: Alistair Francis Thanks! Applied to riscv-to-apply.next

Re: [PATCH v1 1/1] hw/opentitan: Update the interrupt layout

2021-04-06 Thread Bin Meng
On Wed, Mar 31, 2021 at 11:02 PM Alistair Francis wrote: > > Update the OpenTitan interrupt layout to match the latest OpenTitan > bitstreams. This involves changing the Ibex PLIC memory layout and the > UART interrupts. > > Signed-off-by: Alistair Francis > --- > include/hw/riscv/opentitan.h |

[PATCH v1 1/1] hw/opentitan: Update the interrupt layout

2021-03-31 Thread Alistair Francis
Update the OpenTitan interrupt layout to match the latest OpenTitan bitstreams. This involves changing the Ibex PLIC memory layout and the UART interrupts. Signed-off-by: Alistair Francis --- include/hw/riscv/opentitan.h | 16 hw/intc/ibex_plic.c | 20 ++