From: Hongzheng-Li <ethan.lee.qnl@gmail.com>
To: qemu-riscv@nongnu.org, qemu-devel@nongnu.org
Cc: Hou Weiying <weiying_hou@outlook.com>,
Alistair.Francis@wdc.com, palmer@dabbelt.com,
sagark@eecs.berkeley.edu, kbastian@mail.uni-paderborn.de
Subject: [PATCH 0/4] riscv: Add enhanced PMP support
Date: Sat, 8 Aug 2020 17:09:46 +0800 [thread overview]
Message-ID: <20200808090950.13-1-Ethan.Lee.QNL@gmail.com> (raw)
From: Hou Weiying <weiying_hou@outlook.com>
The ePMP can be found in:
https://docs.google.com/document/d/1Mh_aiHYxemL0umN3GTTw8vsbmzHZ_nxZXgjgOUzbvc8/edit#heading=h.9wsr1lnxtwe2
Hou Weiying (4):
Define ePMP mseccfg
Implementation of enhanced PMP(ePMP) support
Add ePMP CSR accesses
Add a config option for ePMP.
target/riscv/cpu.c | 9 ++
target/riscv/cpu.h | 3 +
target/riscv/cpu_bits.h | 3 +
target/riscv/csr.c | 18 ++++
target/riscv/gdbstub.c | 2 +
target/riscv/pmp.c | 174 +++++++++++++++++++++++++++++++++++---
target/riscv/pmp.h | 12 +++
target/riscv/trace-events | 4 +
8 files changed, 213 insertions(+), 12 deletions(-)
--
2.20.1
next reply other threads:[~2020-08-08 13:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-08 9:09 Hongzheng-Li [this message]
2020-08-08 9:09 ` [PATCH 1/4] Define ePMP mseccfg Hongzheng-Li
2020-08-08 9:09 ` [PATCH 2/4] Implementation of enhanced PMP(ePMP) support Hongzheng-Li
2020-08-08 9:09 ` [PATCH 3/4] Add ePMP CSR accesses Hongzheng-Li
2020-08-08 9:09 ` [PATCH 4/4] Add a config option for ePMP Hongzheng-Li
-- strict thread matches above, loose matches on Subject: below --
2020-08-08 8:56 [PATCH 0/4] riscv: Add enhanced PMP support Hou Weiying
2020-08-08 5:20 Hou Weiying
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=20200808090950.13-1-Ethan.Lee.QNL@gmail.com \
--to=ethan.lee.qnl@gmail.com \
--cc=Alistair.Francis@wdc.com \
--cc=kbastian@mail.uni-paderborn.de \
--cc=palmer@dabbelt.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=sagark@eecs.berkeley.edu \
--cc=weiying_hou@outlook.com \
/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).