Re: [PATCH 2/3] hw/char: Add Shakti UART emulation

2021-03-20 Thread Vijai Kumar K
On Fri, 19 Mar 2021 19:14:31 +0530 Alistair Francis wrote > On Sun, Mar 14, 2021 at 5:14 AM Vijai Kumar K wrote: > > > > This is the initial implementation of Shakti UART. > > > > TX tested and works fine. RX is untested. > > > > Signed-off-by: Vijai Kumar K > > --

Re: [PATCH 2/3] hw/char: Add Shakti UART emulation

2021-03-19 Thread Alistair Francis
On Sun, Mar 14, 2021 at 5:14 AM Vijai Kumar K wrote: > > This is the initial implementation of Shakti UART. > > TX tested and works fine. RX is untested. > > Signed-off-by: Vijai Kumar K > --- > MAINTAINERS | 2 + > hw/char/meson.build | 1 + > hw/char/shakti_uart

[PATCH 2/3] hw/char: Add Shakti UART emulation

2021-03-14 Thread Vijai Kumar K
This is the initial implementation of Shakti UART. TX tested and works fine. RX is untested. Signed-off-by: Vijai Kumar K --- MAINTAINERS | 2 + hw/char/meson.build | 1 + hw/char/shakti_uart.c | 204 ++ hw/char/trace-event