Re: [Qemu-devel] [PATCH 3/9] Altera: Add support for Altera devices required to boot linux on NiosII.

2012-09-15 Thread Andreas Färber
Am 11.09.2012 21:53, schrieb Blue Swirl: > On Mon, Sep 10, 2012 at 12:20 AM, wrote: >> diff --git a/hw/nios2_pic_cpu.c b/hw/nios2_pic_cpu.c >> new file mode 100644 >> index 000..c89b4ae >> --- /dev/null >> +++ b/hw/nios2_pic_cpu.c >> @@ -0,0 +1,48 @@ >> +/* >> + * QEMU Altera Nios II CPU inte

Re: [Qemu-devel] [PATCH 3/9] Altera: Add support for Altera devices required to boot linux on NiosII.

2012-09-11 Thread Blue Swirl
On Mon, Sep 10, 2012 at 12:20 AM, wrote: > From: Chris Wulff > > Signed-off-by: Chris Wulff > --- > hw/Makefile.objs |5 ++ > hw/altera.h| 34 > hw/altera_timer.c | 198 +++ > hw/altera_uart.c | 218 > ++

[Qemu-devel] [PATCH 3/9] Altera: Add support for Altera devices required to boot linux on NiosII.

2012-09-09 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- hw/Makefile.objs |5 ++ hw/altera.h| 34 hw/altera_timer.c | 198 +++ hw/altera_uart.c | 218 hw/altera_vic.c| 195