public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] About adding new Z extensions in ISA realization
@ 2022-12-20 12:02 Ruinland Tsai
  2022-12-20 12:02 ` [RFC PATCH 1/1] arch/riscv : Add support for Zba/Zbb/Zbc/Zbs ext " Ruinland Tsai
  2022-12-20 12:36 ` [RFC PATCH 0/1] About adding new Z extensions " Conor Dooley
  0 siblings, 2 replies; 5+ messages in thread
From: Ruinland Tsai @ 2022-12-20 12:02 UTC (permalink / raw)
  To: linux-riscv; +Cc: ruinland.tsai, greentime.hu, kito.cheng

Dear all,
I am wondering about what is the policy on adding new multilettered
extensions into the ISA realization mechanism ?

Currently we have plenty ratified exntensions left un-added, and some
of them are already being used frequently, such as the B extension
family - - namely, the zba, zbb, zbc, and zbs.

Being unsure about whether I have done it in the right way, hence I
wrote this RFC for adding those extensions.

Also, just as I have inquired on the list before, what about the vendor
extensions ? If a vendor wants to submit a vendor extensions without
reavealing the detailed sepcs, what will be examined ?

Cordially yours,
Ruinland

Ruinland Tsai (1):
  arch/riscv : Add support for Zba/Zbb/Zbc/Zbs ext in ISA realization

 arch/riscv/Kconfig             | 24 ++++++++++++++++++++++++
 arch/riscv/Makefile            |  6 ++++++
 arch/riscv/include/asm/hwcap.h |  4 ++++
 arch/riscv/kernel/cpu.c        |  4 ++++
 arch/riscv/kernel/cpufeature.c |  4 ++++
 5 files changed, 42 insertions(+)

-- 
2.34.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2022-12-21 18:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 12:02 [RFC PATCH 0/1] About adding new Z extensions in ISA realization Ruinland Tsai
2022-12-20 12:02 ` [RFC PATCH 1/1] arch/riscv : Add support for Zba/Zbb/Zbc/Zbs ext " Ruinland Tsai
2022-12-20 12:52   ` Conor Dooley
2022-12-20 12:36 ` [RFC PATCH 0/1] About adding new Z extensions " Conor Dooley
2022-12-21 18:34   ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox