Re: [PATCH v2 4/4] hw/riscv: Connect Shakti UART to Shakti platform

2021-03-31 Thread Alistair Francis
On Sun, Mar 21, 2021 at 1:09 AM Vijai Kumar K wrote: > > Connect one shakti uart to the shakti_c machine. > > Signed-off-by: Vijai Kumar K Reviewed-by: Alistair Francis Alistair > --- > hw/riscv/shakti_c.c | 8 > include/hw/riscv/shakti_c.h | 2 ++ > 2 files changed, 10 inse

[PATCH v2 4/4] hw/riscv: Connect Shakti UART to Shakti platform

2021-03-20 Thread Vijai Kumar K
Connect one shakti uart to the shakti_c machine. Signed-off-by: Vijai Kumar K --- hw/riscv/shakti_c.c | 8 include/hw/riscv/shakti_c.h | 2 ++ 2 files changed, 10 insertions(+) diff --git a/hw/riscv/shakti_c.c b/hw/riscv/shakti_c.c index 45d0eedabd..6174136ffa 100644 --- a/hw/r