qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] microblaze: Add petalogix-ml605 machine
@ 2011-03-14 13:46 edgar.iglesias
  2011-03-14 13:46 ` [Qemu-devel] [PATCH 1/3] microblaze: Compile uart 16550 serial driver edgar.iglesias
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: edgar.iglesias @ 2011-03-14 13:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michal Simek, edgar.iglesias

From: Edgar E. Iglesias <edgar.iglesias@petalogix.com>

Adds model of the petalogix-ml605 reference design.
Normally this is a little endian machine allthough qemu supports it
in both modes.

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                 |  265 +++++++++
 hw/xilinx.h                              |   39 ++
 hw/xilinx_axidma.c                       |  463 ++++++++++++++++
 hw/xilinx_axidma.h                       |   40 ++
 hw/xilinx_axienet.c                      |  857 ++++++++++++++++++++++++++++++
 pc-bios/petalogix-ml605.dtb              |  Bin 0 -> 9982 bytes
 10 files changed, 1670 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-03-15 16:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 13:46 [Qemu-devel] [PATCH 0/3] microblaze: Add petalogix-ml605 machine edgar.iglesias
2011-03-14 13:46 ` [Qemu-devel] [PATCH 1/3] microblaze: Compile uart 16550 serial driver edgar.iglesias
2011-03-14 13:46 ` [Qemu-devel] [PATCH 2/3] xilinx: Add AXIENET & DMA models edgar.iglesias
2011-03-14 19:56   ` Blue Swirl
2011-03-14 22:11     ` Edgar E. Iglesias
2011-03-15 15:33     ` Edgar E. Iglesias
2011-03-14 13:46 ` [Qemu-devel] [PATCH 3/3] microblaze: Add PetaLogix ml605 MMU little-endian ref design edgar.iglesias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).