From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Max Filippov <jcmvbkbc@gmail.com>
Subject: [Qemu-devel] [PULL 00/10] target/xtensa updates
Date: Fri, 19 Jan 2018 12:03:12 -0800 [thread overview]
Message-ID: <1516392192-6491-1-git-send-email-jcmvbkbc@gmail.com> (raw)
Hi Peter,
please pull the following batch of updates for the target/xtensa.
The following changes since commit 997eba28a3ed5400a80f754bf3a1c8044b75b9ff:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180111' into staging (2018-01-11 14:34:41 +0000)
are available in the git repository at:
git://github.com/OSLL/qemu-xtensa.git tags/20180119-xtensa
for you to fetch changes up to 8030ed759be52b2517356c3d0291c45cedc65fd9:
target/xtensa: disas/xtensa: fix coverity warnings (2018-01-18 10:27:04 -0800)
----------------------------------------------------------------
target/xtensa updates:
- make mini-bootloader independent of the initial CPU state;
- add noMMU XTFPGA variants;
- add two noMMU cores: de212 and sample_controller;
- fix issues reported by coverity against xtensa translator and disassembler.
----------------------------------------------------------------
Max Filippov (10):
hw/xtensa/xtfpga: rewrite mini bootloader
hw/xtensa/xtfpga: clean up function/structure names
target/xtensa: fix default sysrom/sysram addresses
hw/xtensa: extract xtensa_create_memory_regions
hw/xtensa/xtfpga: extract flash configuration
hw/xtensa/xtfpga: support noMMU cores
target/xtensa: add de212 core
target/xtensa: use different default CPU for MMU/noMMU
target/xtensa: add sample_controller core
target/xtensa: disas/xtensa: fix coverity warnings
disas/xtensa.c | 4 +-
hw/xtensa/Makefile.objs | 1 +
hw/xtensa/sim.c | 38 +-
hw/xtensa/xtensa_memory.c | 55 +
hw/xtensa/xtensa_memory.h | 40 +
hw/xtensa/xtfpga.c | 414 +-
target/xtensa/Makefile.objs | 2 +
target/xtensa/core-de212.c | 53 +
target/xtensa/core-de212/core-isa.h | 622 +
target/xtensa/core-de212/gdb-config.c | 198 +
target/xtensa/core-de212/xtensa-modules.c | 14566 +++++++++++++++++++
target/xtensa/core-sample_controller.c | 53 +
target/xtensa/core-sample_controller/core-isa.h | 644 +
target/xtensa/core-sample_controller/gdb-config.c | 141 +
.../xtensa/core-sample_controller/xtensa-modules.c | 11377 +++++++++++++++
target/xtensa/cpu.h | 7 +-
target/xtensa/overlay_tool.h | 8 +-
target/xtensa/translate.c | 4 +-
18 files changed, 28081 insertions(+), 146 deletions(-)
create mode 100644 hw/xtensa/xtensa_memory.c
create mode 100644 hw/xtensa/xtensa_memory.h
create mode 100644 target/xtensa/core-de212.c
create mode 100644 target/xtensa/core-de212/core-isa.h
create mode 100644 target/xtensa/core-de212/gdb-config.c
create mode 100644 target/xtensa/core-de212/xtensa-modules.c
create mode 100644 target/xtensa/core-sample_controller.c
create mode 100644 target/xtensa/core-sample_controller/core-isa.h
create mode 100644 target/xtensa/core-sample_controller/gdb-config.c
create mode 100644 target/xtensa/core-sample_controller/xtensa-modules.c
--
Thanks.
-- Max
next reply other threads:[~2018-01-19 20:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-19 20:03 Max Filippov [this message]
2018-01-22 10:32 ` [Qemu-devel] [PULL 00/10] target/xtensa updates Peter Maydell
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=1516392192-6491-1-git-send-email-jcmvbkbc@gmail.com \
--to=jcmvbkbc@gmail.com \
--cc=peter.maydell@linaro.org \
--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).