From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: jcmvbkbc@gmail.com
Subject: [Qemu-devel] [PATCH v2 0/7] target-xtensa: add overlay parsing header and convert hand-written core definitions to use overlays
Date: Sun, 16 Oct 2011 02:56:00 +0400 [thread overview]
Message-ID: <1318719367-19659-1-git-send-email-jcmvbkbc@gmail.com> (raw)
Max Filippov (7):
target-xtensa: increase xtensa options accuracy
target-xtensa: remove hand-written xtensa cores implementations
target-xtensa: implement external interrupt mapping
target-xtensa: extract core configuration from overlay
target-xtensa: add dc232b core
target-xtensa: add fsf core
target-xtensa: rename dc232b board to sim
Makefile.target | 5 +-
hw/xtensa_dc232b.c | 116 ------
hw/xtensa_pic.c | 12 +
hw/xtensa_sample.c | 107 -----
hw/xtensa_sim.c | 116 ++++++
target-xtensa/core-dc232b.c | 28 ++
target-xtensa/core-dc232b/core-isa.h | 424 ++++++++++++++++++++
target-xtensa/core-dc232b/gdb-config.c | 261 ++++++++++++
target-xtensa/core-fsf.c | 22 +
target-xtensa/core-fsf/core-isa.h | 362 +++++++++++++++++
target-xtensa/cpu.h | 15 +-
target-xtensa/gdb-config-dc232b.c | 261 ------------
target-xtensa/gdb-config-sample-xtensa-core.c | 375 -----------------
target-xtensa/helper.c | 249 +-----------
target-xtensa/overlay_tool.h | 534 +++++++++++++++++++++++++
target-xtensa/translate.c | 14 +-
tests/xtensa/Makefile | 2 +-
17 files changed, 1798 insertions(+), 1105 deletions(-)
delete mode 100644 hw/xtensa_dc232b.c
delete mode 100644 hw/xtensa_sample.c
create mode 100644 hw/xtensa_sim.c
create mode 100644 target-xtensa/core-dc232b.c
create mode 100644 target-xtensa/core-dc232b/core-isa.h
create mode 100644 target-xtensa/core-dc232b/gdb-config.c
create mode 100644 target-xtensa/core-fsf.c
create mode 100644 target-xtensa/core-fsf/core-isa.h
delete mode 100644 target-xtensa/gdb-config-dc232b.c
delete mode 100644 target-xtensa/gdb-config-sample-xtensa-core.c
create mode 100644 target-xtensa/overlay_tool.h
--
1.7.6.4
next reply other threads:[~2011-10-15 22:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-15 22:56 Max Filippov [this message]
2011-10-15 22:56 ` [Qemu-devel] [PATCH v2 1/7] target-xtensa: increase xtensa options accuracy Max Filippov
2011-10-15 22:56 ` [Qemu-devel] [PATCH v2 2/7] target-xtensa: remove hand-written xtensa cores implementations Max Filippov
2011-10-15 22:56 ` [Qemu-devel] [PATCH v2 3/7] target-xtensa: implement external interrupt mapping Max Filippov
2011-10-15 22:56 ` [Qemu-devel] [PATCH v2 4/7] target-xtensa: extract core configuration from overlay Max Filippov
2011-10-15 22:56 ` [Qemu-devel] [PATCH v2 5/7] target-xtensa: add dc232b core Max Filippov
2011-10-15 22:56 ` [Qemu-devel] [PATCH v2 6/7] target-xtensa: add fsf core Max Filippov
2011-10-15 22:56 ` [Qemu-devel] [PATCH v2 7/7] target-xtensa: rename dc232b board to sim Max Filippov
2011-10-16 11:05 ` [Qemu-devel] [PATCH v2 0/7] target-xtensa: add overlay parsing header and convert hand-written core definitions to use overlays Blue Swirl
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=1318719367-19659-1-git-send-email-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.