qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] riscv: Add enhanced PMP support
@ 2020-08-11  0:23 Hou Weiying
  2021-02-10 20:13 ` Alistair Francis
  0 siblings, 1 reply; 2+ messages in thread
From: Hou Weiying @ 2020-08-11  0:23 UTC (permalink / raw)
  To: qemu-riscv, qemu-devel; +Cc: Alistair.Francis, palmer, sagark, kbastian

v1 -> v2 :
* regenerate this patch based on the latest upstream

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-10 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-11  0:23 [PATCH v2 0/4] riscv: Add enhanced PMP support Hou Weiying
2021-02-10 20:13 ` Alistair Francis

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).