Re: [PATCH v2 7/9] riscv/opentitan: Connect the PLIC device

2020-05-14 Thread Bin Meng
On Fri, May 8, 2020 at 3:22 AM Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > hw/riscv/opentitan.c | 19 +-- > include/hw/riscv/opentitan.h | 3 +++ > 2 files changed, 20 insertions(+), 2 deletions(-) > Reviewed-by: Bin Meng

[PATCH v2 7/9] riscv/opentitan: Connect the PLIC device

2020-05-07 Thread Alistair Francis
Signed-off-by: Alistair Francis --- hw/riscv/opentitan.c | 19 +-- include/hw/riscv/opentitan.h | 3 +++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/hw/riscv/opentitan.c b/hw/riscv/opentitan.c index c00f0720ab..3926321d8c 100644 --- a/hw/riscv/opentita