From: Hongzheng-Li <ethan.lee.qnl@gmail.com>
To: qemu-riscv@nongnu.org, qemu-devel@nongnu.org
Cc: Hou Weiying <weiying_hou@outlook.com>,
sagark@eecs.berkeley.edu, kbastian@mail.uni-paderborn.de,
Hongzheng-Li <Ethan.Lee.QNL@gmail.com>,
Alistair.Francis@wdc.com, palmer@dabbelt.com,
Myriad-Dreamin <camiyoru@gmail.com>
Subject: [PATCH 1/4] Define ePMP mseccfg
Date: Sat, 8 Aug 2020 17:09:47 +0800 [thread overview]
Message-ID: <20200808090950.13-2-Ethan.Lee.QNL@gmail.com> (raw)
In-Reply-To: <20200808090950.13-1-Ethan.Lee.QNL@gmail.com>
From: Hou Weiying <weiying_hou@outlook.com>
Currently using 0x390 and 0x391 for x-epmp (experimental). This may change in the future spec.
Signed-off-by: Hongzheng-Li <Ethan.Lee.QNL@gmail.com>
Signed-off-by: Hou Weiying <weiying_hou@outlook.com>
Signed-off-by: Myriad-Dreamin <camiyoru@gmail.com>
---
target/riscv/cpu_bits.h | 3 +++
target/riscv/gdbstub.c | 2 ++
2 files changed, 5 insertions(+)
diff --git a/target/riscv/cpu_bits.h b/target/riscv/cpu_bits.h
index 7f64ee1174..9a8a6be534 100644
--- a/target/riscv/cpu_bits.h
+++ b/target/riscv/cpu_bits.h
@@ -214,6 +214,9 @@
#define CSR_MTINST 0x34a
#define CSR_MTVAL2 0x34b
+/* Enhanced PMP */
+#define CSR_MSECCFG 0x390
+#define CSR_MSECCFGH 0x391
/* Physical Memory Protection */
#define CSR_PMPCFG0 0x3a0
#define CSR_PMPCFG1 0x3a1
diff --git a/target/riscv/gdbstub.c b/target/riscv/gdbstub.c
index eba12a86f2..de5551604a 100644
--- a/target/riscv/gdbstub.c
+++ b/target/riscv/gdbstub.c
@@ -132,6 +132,8 @@ static int csr_register_map[] = {
CSR_MIP,
CSR_MTINST,
CSR_MTVAL2,
+ CSR_MSECCFG,
+ CSR_MSECCFGH,
CSR_PMPCFG0,
CSR_PMPCFG1,
CSR_PMPCFG2,
--
2.20.1
next prev parent reply other threads:[~2020-08-08 13:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-08 9:09 [PATCH 0/4] riscv: Add enhanced PMP support Hongzheng-Li
2020-08-08 9:09 ` Hongzheng-Li [this message]
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
[not found] <20200808085656.28692-1-weiying_hou@outlook.com>
2020-08-08 8:56 ` [PATCH 1/4] Define ePMP mseccfg Hou Weiying
[not found] <20200808052031.19523-1-weiying_hou@outlook.com>
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-2-Ethan.Lee.QNL@gmail.com \
--to=ethan.lee.qnl@gmail.com \
--cc=Alistair.Francis@wdc.com \
--cc=camiyoru@gmail.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).