qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Fabien Chouteau <chouteau@adacore.com>
To: qemu-devel@nongnu.org
Cc: Fabien Chouteau <chouteau@adacore.com>
Subject: [Qemu-devel] [PATCH v2 0/6] [RFC] New SPARC machine: Leon3
Date: Mon,  3 Jan 2011 15:06:59 +0100	[thread overview]
Message-ID: <cover.1294055704.git.chouteau@adacore.com> (raw)

Hi everyone,
New version of the Leon3 emulation. Many modifications since v1, mostly to
follow the Qemu architecture and to implement features in a more generic way.

Again, 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 (6):
  Emulation of GRLIB GPTimer as defined in GRLIB IP Core User's Manual.
  Emulation of GRLIB IRQMP as defined in GRLIB IP Core User's Manual.
  Emulation of GRLIB APB UART as defined in GRLIB IP Core User's
    Manual.
  Header file for the GRLIB components.
  Emulation of Leon3.
  SPARCV8 asr17 register support.

 Makefile.target          |    5 +-
 hw/grlib.h               |  121 +++++++++++++
 hw/grlib_apbuart.c       |  208 ++++++++++++++++++++++
 hw/grlib_gptimer.c       |  427 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/grlib_irqmp.c         |  402 +++++++++++++++++++++++++++++++++++++++++++
 hw/leon3.c               |  202 ++++++++++++++++++++++
 target-sparc/cpu.h       |   40 +++--
 target-sparc/helper.c    |    8 +-
 target-sparc/helper.h    |    1 +
 target-sparc/op_helper.c |  151 ++++++++++++++++-
 target-sparc/translate.c |   24 +++-
 11 files changed, 1567 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

             reply	other threads:[~2011-01-03 14:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-03 14:06 Fabien Chouteau [this message]
2011-01-03 14:07 ` [Qemu-devel] [PATCH v2 1/6] Emulation of GRLIB GPTimer as defined in GRLIB IP Core User's Manual Fabien Chouteau
2011-01-03 14:07   ` [Qemu-devel] [PATCH v2 2/6] Emulation of GRLIB IRQMP " Fabien Chouteau
2011-01-03 14:07     ` [Qemu-devel] [PATCH v2 3/6] Emulation of GRLIB APB UART " Fabien Chouteau
2011-01-03 14:07       ` [Qemu-devel] [PATCH v2 4/6] Header file for the GRLIB components Fabien Chouteau
2011-01-03 14:07         ` [Qemu-devel] [PATCH v2 5/6] Emulation of Leon3 Fabien Chouteau
2011-01-03 14:07           ` [Qemu-devel] [PATCH v2 6/6] SPARCV8 asr17 register support Fabien Chouteau
2011-01-04 18:31             ` Blue Swirl
2011-01-04 18:56           ` [Qemu-devel] [PATCH v2 5/6] Emulation of Leon3 Blue Swirl
2011-01-17 16:01             ` Fabien Chouteau
2011-01-17 19:55               ` Blue Swirl
2011-01-04 19:04         ` [Qemu-devel] [PATCH v2 4/6] Header file for the GRLIB components Blue Swirl
2011-01-04 18:38       ` [Qemu-devel] [PATCH v2 3/6] Emulation of GRLIB APB UART as defined in GRLIB IP Core User's Manual Blue Swirl
2011-01-04 19:02     ` [Qemu-devel] [PATCH v2 2/6] Emulation of GRLIB IRQMP " Blue Swirl
2011-01-04 18:46   ` [Qemu-devel] [PATCH v2 1/6] Emulation of GRLIB GPTimer " Blue Swirl
2011-01-17 11:43     ` Fabien Chouteau
2011-01-17 19:45       ` Blue Swirl
2011-01-04 21:02 ` [Qemu-devel] [PATCH v2 0/6] [RFC] New SPARC machine: Leon3 Andreas Färber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1294055704.git.chouteau@adacore.com \
    --to=chouteau@adacore.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).