qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/5][RFC] New SPARC machine: Leon3
@ 2011-01-21 17:00 Fabien Chouteau
  2011-01-21 17:00 ` [Qemu-devel] [PATCH v3 1/5] SPARC: Emulation of GRLIB GPTimer Fabien Chouteau
  2011-01-21 19:04 ` [Qemu-devel] [PATCH v3 0/5][RFC] New SPARC machine: Leon3 Blue Swirl
  0 siblings, 2 replies; 10+ messages in thread
From: Fabien Chouteau @ 2011-01-21 17:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: Fabien Chouteau

Hello Qemu-devel,

Here is the third version of Leon3 emulation patch-set.

Modifications since v2:
 - Tracepoints
 - DEFINE_PROP_* macros
 - New interface to trigger interrupts on Leon3 (set_pil_in:leon3.c)
 - Minor reformating

Please feel free to comment.

Regards,

-------------------------------------------------------------------------------

This patch set introduces a new SPARC V8 machine: Leon3. It's an open-source
VHDL System-On-Chip, well known in space industry (more information on
http://www.gaisler.com).

Leon3 is made of multiple components available in the GrLib VHDL library.
Three devices are implemented: uart, timers and IRQ manager.
You can find code for these peripherals in the grlib_* files.

Modifications have been done to the SPARC cpu emulation code to handle
Leon3's specific behavior:
 - IRQ management
 - Cache control
 - Asr17 (implementation-dependent Ancillary State Registers)
 - Shutdown

Fabien Chouteau (5):
  SPARC: Emulation of GRLIB GPTimer
  SPARC: Emulation of GRLIB IRQMP
  SPARC: Emulation of GRLIB APB UART
  SPARC: Emulation of Leon3
  SPARC: Add asr17 register support

 Makefile.target          |    5 +-
 hw/grlib.h               |  126 +++++++++++++++
 hw/grlib_apbuart.c       |  189 ++++++++++++++++++++++
 hw/grlib_gptimer.c       |  401 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/grlib_irqmp.c         |  380 +++++++++++++++++++++++++++++++++++++++++++
 hw/leon3.c               |  231 ++++++++++++++++++++++++++
 target-sparc/cpu.h       |   38 +++--
 target-sparc/helper.c    |    8 +-
 target-sparc/helper.h    |    1 +
 target-sparc/op_helper.c |  154 +++++++++++++++++-
 target-sparc/translate.c |   24 +++-
 trace-events             |   20 +++
 12 files changed, 1555 insertions(+), 22 deletions(-)
 create mode 100644 hw/grlib.h
 create mode 100644 hw/grlib_apbuart.c
 create mode 100644 hw/grlib_gptimer.c
 create mode 100644 hw/grlib_irqmp.c
 create mode 100644 hw/leon3.c

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

end of thread, other threads:[~2011-01-24 10:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-21 17:00 [Qemu-devel] [PATCH v3 0/5][RFC] New SPARC machine: Leon3 Fabien Chouteau
2011-01-21 17:00 ` [Qemu-devel] [PATCH v3 1/5] SPARC: Emulation of GRLIB GPTimer Fabien Chouteau
2011-01-21 17:00   ` [Qemu-devel] [PATCH v3 2/5] SPARC: Emulation of GRLIB IRQMP Fabien Chouteau
2011-01-21 17:00     ` [Qemu-devel] [PATCH v3 3/5] SPARC: Emulation of GRLIB APB UART Fabien Chouteau
2011-01-21 17:00       ` [Qemu-devel] [PATCH v3 4/5] SPARC: Emulation of Leon3 Fabien Chouteau
2011-01-21 17:00         ` [Qemu-devel] [PATCH v3 5/5] SPARC: Add asr17 register support Fabien Chouteau
2011-01-21 19:02         ` [Qemu-devel] [PATCH v3 4/5] SPARC: Emulation of Leon3 Blue Swirl
2011-01-21 19:09           ` Blue Swirl
2011-01-21 19:04 ` [Qemu-devel] [PATCH v3 0/5][RFC] New SPARC machine: Leon3 Blue Swirl
2011-01-24 10:24   ` Fabien Chouteau

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).