[REVIEW,ONLY,0/1] RISC-V: Add stub support for the 'Svadu' extension

Message ID cover.1693710769.git.research_trasio@irq.a4lg.com
Headers
Series RISC-V: Add stub support for the 'Svadu' extension |

Message

Tsukasa OI Sept. 3, 2023, 3:13 a.m. UTC
  Hi,

This is non-review-only patch set for the 'Svadu' extension.
REVIEW ONLY (2022-11-29):
<https://sourceware.org/pipermail/binutils/2022-November/124752.html>

Because this extension is now frozen, unlikely to change and adds no new
instructions or CSRs (but a new bit to an existing CSR), this patch set
only adds extension name / implication support.

This patch set is based on the version 1.0-rc1 (Frozen):
<https://github.com/riscv/riscv-svadu/releases/tag/v1.0-rc1>

Thanks,
Tsukasa




Tsukasa OI (1):
  RISC-V: Add stub support for the 'Svadu' extension

 bfd/elfxx-riscv.c | 2 ++
 1 file changed, 2 insertions(+)


base-commit: a496e1a71e1766d4bb02b241cb23e2e9874d2605
  

Comments

Tsukasa OI Sept. 3, 2023, 3:16 a.m. UTC | #1
Oops, wrong subject lines (forgot to update format-patch options).

They should not be [REVIEW ONLY] but intended to be [PATCH v1].

Sincerely,
Tsukasa

On 2023/09/03 12:13, Tsukasa OI wrote:
> Hi,
> 
> This is non-review-only patch set for the 'Svadu' extension.
> REVIEW ONLY (2022-11-29):
> <https://sourceware.org/pipermail/binutils/2022-November/124752.html>
> 
> Because this extension is now frozen, unlikely to change and adds no new
> instructions or CSRs (but a new bit to an existing CSR), this patch set
> only adds extension name / implication support.
> 
> This patch set is based on the version 1.0-rc1 (Frozen):
> <https://github.com/riscv/riscv-svadu/releases/tag/v1.0-rc1>
> 
> Thanks,
> Tsukasa
> 
> 
> 
> 
> Tsukasa OI (1):
>   RISC-V: Add stub support for the 'Svadu' extension
> 
>  bfd/elfxx-riscv.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> 
> base-commit: a496e1a71e1766d4bb02b241cb23e2e9874d2605
  
Nelson Chu Sept. 5, 2023, 6:55 a.m. UTC | #2
Since it was already frozen last week, it's okay to commit for now, thanks.

Nelson

On Sun, Sep 3, 2023 at 11:16 AM Tsukasa OI <research_trasio@irq.a4lg.com>
wrote:

> Oops, wrong subject lines (forgot to update format-patch options).
>
> They should not be [REVIEW ONLY] but intended to be [PATCH v1].
>
> Sincerely,
> Tsukasa
>
> On 2023/09/03 12:13, Tsukasa OI wrote:
> > Hi,
> >
> > This is non-review-only patch set for the 'Svadu' extension.
> > REVIEW ONLY (2022-11-29):
> > <https://sourceware.org/pipermail/binutils/2022-November/124752.html>
> >
> > Because this extension is now frozen, unlikely to change and adds no new
> > instructions or CSRs (but a new bit to an existing CSR), this patch set
> > only adds extension name / implication support.
> >
> > This patch set is based on the version 1.0-rc1 (Frozen):
> > <https://github.com/riscv/riscv-svadu/releases/tag/v1.0-rc1>
> >
> > Thanks,
> > Tsukasa
> >
> >
> >
> >
> > Tsukasa OI (1):
> >   RISC-V: Add stub support for the 'Svadu' extension
> >
> >  bfd/elfxx-riscv.c | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> >
> > base-commit: a496e1a71e1766d4bb02b241cb23e2e9874d2605
>