On 2019-01-29 at 11:19:02 +0100, Peter Maydell wrote:
> On Tue, 29 Jan 2019 at 09:51, Tobias Klauser wrote:
> >
> > Add the Altera JTAG UART model.
> >
> > Hardware emulation based on:
> > https://www.altera.com/en_US/pdfs/literature/ug/ug_embedded_ip.pdf
>
Add the Altera JTAG UART model.
Hardware emulation based on:
https://www.altera.com/en_US/pdfs/literature/ug/ug_embedded_ip.pdf
(Please see "Register Map" on page 65)
Signed-off-by: Juro Bystricky
Acked-by: Marek Vasut
Tested-by: Tobias Klauser
Signed-off-by: Tobias Klauser
---
Re
From: Juro Bystricky
Add the Altera JTAG UART model.
Hardware emulation based on:
https://www.altera.com/en_US/pdfs/literature/ug/ug_embedded_ip.pdf
(Please see "Register Map" on page 65)
Signed-off-by: Juro Bystricky
Acked-by: Marek Vasut
Tested-by: Tobias Klauser
[tk: updated
ith console on Altera JTAG
UART with "qemu-system-nios2 -M 10m50-ghrd" using this patch.
Feel free to add my
Tested-by: Tobias Klauser
> diff --git a/hw/char/altera_juart.c b/hw/char/altera_juart.c
[...]
> +static const VMStateDescription vmstate_altera_juart = {
> +
On 2014-09-24 at 11:09:42 +0200, Peter Maydell wrote:
> On 24 September 2014 00:58, Michael Tokarev wrote:
> > 18.09.2014 21:25, Tobias Klauser wrote:
> >> ATTRIBUTE_UNUSED is already defined in disas/bfd.h, which is included.
> >> Thus, there is no need to redefine it
On 2014-09-24 at 09:58:45 +0200, Michael Tokarev wrote:
> 18.09.2014 21:25, Tobias Klauser wrote:
> > ATTRIBUTE_UNUSED is already defined in disas/bfd.h, which is included.
> > Thus, there is no need to redefine it.
>
> Is there any harm in keeping it here?
No.
&
ATTRIBUTE_UNUSED is already defined in disas/bfd.h, which is included.
Thus, there is no need to redefine it.
Signed-off-by: Tobias Klauser
---
disas/arm.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/disas/arm.c b/disas/arm.c
index 76e97a8..6f63406 100644
--- a/disas/arm.c
+++ b/disas