public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Tsukasa OI <research_trasio@irq.a4lg.com>
To: Tsukasa OI <research_trasio@irq.a4lg.com>
Cc: binutils@sourceware.org
Subject: [REVIEW ONLY 0/2] UNRATIFIED RISC-V: Add 'Sspmp' extension and its TENTATIVE CSRs
Date: Tue, 29 Nov 2022 01:20:56 +0000	[thread overview]
Message-ID: <cover.1669684854.git.research_trasio@irq.a4lg.com> (raw)

*** WAIT FOR SPECIFICATION FREEZE ***
This is an implementation for unratified and not frozen RISC-V extension
and not intended to be merged for now.
The only intent to submit this patchset is to test new instructions for
your (possibly virtual) environment and early review for fast adoption
after ratification.


This patchset adds following unratified extension to GNU Binutils:

-   'Sspmp' (S-mode Physical Memory Protection - SPMP)
    version 0.8 (may change on ratification)

which adds 82 CSRs.

This extension, like regular PMP in M-mode, provides SPMP feature when
virtual memory system (paging) is not enabled.  Because of different
usecases than regular PMP, it comes with 2 CSRs to provide fast enabled
SPMP entry switching.


This is based on the commit c1e38ede20e4 of the specification document:
<https://github.com/riscv/riscv-spmp>


Note that all (82) CSR values are not allocated yet.
So, these CSRs are assigned with custom range values and this patchset comes
with an instantiation script ("$(srcdir)/instantiate-sspmp.sh") to assign
custom values (overwrites all related files and removes itself).




Tsukasa OI (2):
  UNRATIFIED RISC-V: Add 'Sspmp' extension and its TENTATIVE CSRs
  TEST: Add instantiation script on CSR allocation

 bfd/elfxx-riscv.c                           |   2 +
 gas/config/tc-riscv.c                       |   7 +
 gas/testsuite/gas/riscv/csr-dw-regnums.d    |  82 +++++++++
 gas/testsuite/gas/riscv/csr-dw-regnums.s    |  83 +++++++++
 gas/testsuite/gas/riscv/csr-version-1p10.d  | 164 ++++++++++++++++++
 gas/testsuite/gas/riscv/csr-version-1p10.l  | 182 ++++++++++++++++++++
 gas/testsuite/gas/riscv/csr-version-1p11.d  | 164 ++++++++++++++++++
 gas/testsuite/gas/riscv/csr-version-1p11.l  | 182 ++++++++++++++++++++
 gas/testsuite/gas/riscv/csr-version-1p12.d  | 164 ++++++++++++++++++
 gas/testsuite/gas/riscv/csr-version-1p12.l  | 182 ++++++++++++++++++++
 gas/testsuite/gas/riscv/csr-version-1p9p1.d | 164 ++++++++++++++++++
 gas/testsuite/gas/riscv/csr-version-1p9p1.l | 182 ++++++++++++++++++++
 gas/testsuite/gas/riscv/csr.s               |  84 +++++++++
 include/opcode/riscv-opc.h                  | 166 ++++++++++++++++++
 instantiate-sspmp.sh                        | 130 ++++++++++++++
 15 files changed, 1938 insertions(+)
 create mode 100755 instantiate-sspmp.sh


base-commit: cb44f89ce977b1ab2d4063f2487950bddfb75bc7
-- 
2.38.1


             reply	other threads:[~2022-11-29  1:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29  1:20 Tsukasa OI [this message]
2022-11-29  1:20 ` [REVIEW ONLY 1/2] " Tsukasa OI
2022-11-29  2:22   ` Palmer Dabbelt
2022-11-29  1:20 ` [REVIEW ONLY 2/2] TEST: Add instantiation script on CSR allocation Tsukasa OI
2022-11-29  2:22   ` Palmer Dabbelt
2022-11-29  2:32     ` Tsukasa OI
2022-11-29  2:39       ` Palmer Dabbelt

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=cover.1669684854.git.research_trasio@irq.a4lg.com \
    --to=research_trasio@irq.a4lg.com \
    --cc=binutils@sourceware.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 read-only IMAP folder(s) and NNTP newsgroup(s).