Re: [PATCH v2 4/9] riscv: Initial commit of OpenTitan machine

2020-05-14 Thread Bin Meng
On Fri, May 8, 2020 at 3:26 AM Alistair Francis wrote: > > This adds a barebone OpenTitan machine to QEMU. > > Signed-off-by: Alistair Francis > --- > MAINTAINERS | 10 ++ > default-configs/riscv32-softmmu.mak | 1 + > default-configs/riscv64-softmmu.mak | 11 +- >

[PATCH v2 4/9] riscv: Initial commit of OpenTitan machine

2020-05-07 Thread Alistair Francis
This adds a barebone OpenTitan machine to QEMU. Signed-off-by: Alistair Francis --- MAINTAINERS | 10 ++ default-configs/riscv32-softmmu.mak | 1 + default-configs/riscv64-softmmu.mak | 11 +- hw/riscv/Kconfig| 5 + hw/riscv/Makefile.objs