Re: [Qemu-devel] [PATCH v2 1/2] Add UART for Moxie Marin SoC

2013-12-15 Thread Peter Crosthwaite
+Andreas On Mon, Dec 16, 2013 at 10:48 AM, Peter Crosthwaite wrote: > On Mon, Dec 16, 2013 at 12:59 AM, Anthony Green wrote: >> >> This patch adds the Marin UART device. >> >> Signed-off-by: Anthony Green >> --- >> default-configs/moxie-softmmu.mak | 1 + >> hw/char/Makefile.objs

Re: [Qemu-devel] [PATCH v2 1/2] Add UART for Moxie Marin SoC

2013-12-15 Thread Peter Crosthwaite
On Mon, Dec 16, 2013 at 12:59 AM, Anthony Green wrote: > > This patch adds the Marin UART device. > > Signed-off-by: Anthony Green > --- > default-configs/moxie-softmmu.mak | 1 + > hw/char/Makefile.objs | 1 + > hw/char/marin-uart.c | 200 >

[Qemu-devel] [PATCH v2 1/2] Add UART for Moxie Marin SoC

2013-12-15 Thread Anthony Green
This patch adds the Marin UART device. Signed-off-by: Anthony Green --- default-configs/moxie-softmmu.mak | 1 + hw/char/Makefile.objs | 1 + hw/char/marin-uart.c | 200 ++ 3 files changed, 202 insertions(+) create mode 100644 hw