From: Edgar E. Iglesias <edgar.igles...@petalogix.com> Adds model of the petalogix-ml605 reference design. Normally this is a little endian machine allthough qemu supports it in both modes.
Changes since v1: * Fix coding style issues. * Endian swap DMA descriptors on the way in/out of DMA, if needed. * Replace lots of magic numbers with enum constants. * Remove unnecessary array size checks from DMA IO read/writes. Edgar E. Iglesias (1): xilinx: Add AXIENET & DMA models Michal Simek (2): microblaze: Compile uart 16550 serial driver microblaze: Add PetaLogix ml605 MMU little-endian ref design Makefile | 2 +- Makefile.target | 3 + default-configs/microblaze-softmmu.mak | 1 + default-configs/microblazeel-softmmu.mak | 1 + hw/petalogix_ml605_mmu.c | 267 +++++++++ hw/xilinx.h | 39 ++ hw/xilinx_axidma.c | 509 +++++++++++++++++ hw/xilinx_axidma.h | 39 ++ hw/xilinx_axienet.c | 898 ++++++++++++++++++++++++++++++ pc-bios/petalogix-ml605.dtb | Bin 0 -> 9982 bytes 10 files changed, 1758 insertions(+), 1 deletions(-) create mode 100644 hw/petalogix_ml605_mmu.c create mode 100644 hw/xilinx_axidma.c create mode 100644 hw/xilinx_axidma.h create mode 100644 hw/xilinx_axienet.c create mode 100644 pc-bios/petalogix-ml605.dtb -- 1.7.3.4