Re: [PATCH v1 2/3] hw/riscv: opentitan: Add the unimplement rv_core_ibex_peri

2021-07-04 Thread Bin Meng
On Fri, Jul 2, 2021 at 1:20 PM Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > include/hw/riscv/opentitan.h | 1 + > hw/riscv/opentitan.c | 3 +++ > 2 files changed, 4 insertions(+) > Reviewed-by: Bin Meng

[PATCH v1 2/3] hw/riscv: opentitan: Add the unimplement rv_core_ibex_peri

2021-07-01 Thread Alistair Francis
Signed-off-by: Alistair Francis --- include/hw/riscv/opentitan.h | 1 + hw/riscv/opentitan.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/include/hw/riscv/opentitan.h b/include/hw/riscv/opentitan.h index 86cceef698..a488f5e8ec 100644 --- a/include/hw/riscv/opentitan.h +++ b/inc