[Qemu-devel] [PATCH 3/4] Altera: Add support for devices needed to boot Linux on NiosII. (v2)

2012-11-10 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- hw/Makefile.objs |5 ++ hw/altera_timer.c | 207 + hw/altera_uart.c | 217 hw/altera_vic.c| 194 +

[Qemu-devel] [PATCH 4/4] NiosII: Build system and documentation integration.

2012-11-10 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- MAINTAINERS |5 + arch_init.c |2 ++ arch_init.h |1 + configure| 11 +++ cpu-exec.c | 12

[Qemu-devel] [PATCH 0/4] Altera NiosII Support (v2)

2012-11-10 Thread crwulff
From: Chris Wulff This set of patches adds support for the Altera NiosII soft-core processor. Included are support for the CPU core and the drivers needed to boot Linux (Interrupt controller, Timer and Serial port.) There are quite a few changes suggested by the first round review. These inclu

[Qemu-devel] [PATCH 6/9] NiosII: Build system and documentation integration.

2012-09-09 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- MAINTAINERS |5 + arch_init.c |2 ++ arch_init.h |1 + configure| 11 +++ cpu-exec.c | 12 +++- dis-asm.h|3 +++ disas.c |3 +++

[Qemu-devel] [PATCH 5/9] FDT: Add additional access methods for array types and walking children.

2012-09-09 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- device_tree.c | 88 + device_tree.h | 18 2 files changed, 106 insertions(+) diff --git a/device_tree.c b/device_tree.c index d7a9b6b..7fa7646 100644 --- a/device_tree.c ++

[Qemu-devel] [PATCH 0/9] Altera NiosII support

2012-09-09 Thread crwulff
From: Chris Wulff This set of patches adds support for the Altera NiosII soft-core processor, along with the hardware drivers needed to boot linux. I have tested the soft-mmu target and can boot to a shell with uClinux and a linux 3.0 kernel. Also included is a MicroBlaze configuration that is d

[Qemu-devel] [PATCH 7/9] NiosII: Add a config that is dynamically set up by a device tree file.

2012-09-09 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- default-configs/nios2-linux-user.mak |1 + default-configs/nios2-softmmu.mak|6 + hw/labx_nios2_devicetree.c | 665 ++ hw/nios2/Makefile.objs |6 + 4 files changed, 678 inse

[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

[Qemu-devel] [PATCH 9/9] xilinx_timer: Fix a compile error if debug messages are enabled.

2012-09-09 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- hw/xilinx_timer.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/xilinx_timer.c b/hw/xilinx_timer.c index b562bd0..18f354b 100644 --- a/hw/xilinx_timer.c +++ b/hw/xilinx_timer.c @@ -24,6 +24,7 @@ #include "sysbus.h

[Qemu-devel] [PATCH 8/9] MicroBlaze: Add a config that is dynamically set up by a device tree file.

2012-09-09 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- default-configs/microblaze-softmmu.mak |1 + hw/labx_microblaze_devicetree.c| 597 hw/microblaze/Makefile.objs|3 +- 3 files changed, 600 insertions(+), 1 deletion(-) create mode 1006