From: Max Filippov <jcmvbkbc@gmail.com>
To: qemu-devel@nongnu.org
Cc: Max Filippov <jcmvbkbc@gmail.com>
Subject: [PATCH 0/4] target/xtensa: provide configuration with MPU
Date: Thu, 11 Jan 2024 20:21:24 -0800 [thread overview]
Message-ID: <20240112042128.3569220-1-jcmvbkbc@gmail.com> (raw)
Hello,
this series adds xtensa core 'sample_controller32' with 32 foreground
entry MPU, adds missing translation for the 'wsr.mpucfg' opcode and
makes xtensa/tcg/tests work with the new core.
Max Filippov (4):
target/xtensa: add translation for wsr.mpucfg
target/xtensa: import sample_controller32 core
tests/tcg/xtensa: tidy test linker script
tests/tcg/xtensa: fix SR test for configs with MPU
target/xtensa/core-sample_controller32.c | 52 +
.../core-sample_controller32/core-isa.h | 739 +
.../core-sample_controller32/core-matmap.h | 106 +
.../core-sample_controller32/gdb-config.c.inc | 144 +
.../xtensa-modules.c.inc | 11845 ++++++++++++++++
target/xtensa/cores.list | 1 +
target/xtensa/translate.c | 9 +
tests/tcg/xtensa/linker.ld.S | 34 +-
tests/tcg/xtensa/test_sr.S | 16 +-
9 files changed, 12921 insertions(+), 25 deletions(-)
create mode 100644 target/xtensa/core-sample_controller32.c
create mode 100644 target/xtensa/core-sample_controller32/core-isa.h
create mode 100644 target/xtensa/core-sample_controller32/core-matmap.h
create mode 100644 target/xtensa/core-sample_controller32/gdb-config.c.inc
create mode 100644 target/xtensa/core-sample_controller32/xtensa-modules.c.inc
--
2.39.2
next reply other threads:[~2024-01-12 4:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-12 4:21 Max Filippov [this message]
2024-01-12 4:21 ` [PATCH 1/4] target/xtensa: add translation for wsr.mpucfg Max Filippov
2024-01-12 4:21 ` [PATCH 2/4] target/xtensa: import sample_controller32 core Max Filippov
2024-01-12 4:21 ` [PATCH 3/4] tests/tcg/xtensa: tidy test linker script Max Filippov
2024-01-12 4:21 ` [PATCH 4/4] tests/tcg/xtensa: fix SR test for configs with MPU Max Filippov
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=20240112042128.3569220-1-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.