All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for 4.21 v7 0/4] RISC-V runtime detection of extenstions
@ 2025-02-20 17:44 Oleksii Kurochko
  2025-02-20 17:44 ` [PATCH for 4.21 v7 1/4] automation: drop debian:11-riscv64 container Oleksii Kurochko
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Oleksii Kurochko @ 2025-02-20 17:44 UTC (permalink / raw)
  To: xen-devel
  Cc: Oleksii Kurochko, Doug Goldstein, Stefano Stabellini,
	Alistair Francis, Bob Eshleman, Connor Davis, Andrew Cooper,
	Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
	Roger Pau Monné

Based on riscv,isa property of device tree file parse extenstions which are
available in CPU.

As a part of this feature, drop CONFIG_RISCV_ISA_RV64G and explicitly use
extensions 'i', 'm', 'a', 'zicsr', 'zifencei' as they are necessary for a work
if Xen and it should be true not only for RISC-V 64 (but also for 32 and 128).

Oleksii Kurochko (4):
  automation: drop debian:11-riscv64 container
  xen/riscv: drop CONFIG_RISCV_ISA_RV64G
  xen/riscv: make zbb as mandatory
  xen/riscv: identify specific ISA supported by cpu

 automation/gitlab-ci/build.yaml         |  14 -
 automation/scripts/containerize         |   1 -
 xen/arch/riscv/Kconfig                  |  18 -
 xen/arch/riscv/Makefile                 |   1 +
 xen/arch/riscv/arch.mk                  |  13 +-
 xen/arch/riscv/cpufeature.c             | 504 ++++++++++++++++++++++++
 xen/arch/riscv/include/asm/cpufeature.h |  59 +++
 xen/arch/riscv/setup.c                  |   3 +
 8 files changed, 573 insertions(+), 40 deletions(-)
 create mode 100644 xen/arch/riscv/cpufeature.c
 create mode 100644 xen/arch/riscv/include/asm/cpufeature.h

-- 
2.48.1



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

end of thread, other threads:[~2025-02-26 17:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20 17:44 [PATCH for 4.21 v7 0/4] RISC-V runtime detection of extenstions Oleksii Kurochko
2025-02-20 17:44 ` [PATCH for 4.21 v7 1/4] automation: drop debian:11-riscv64 container Oleksii Kurochko
2025-02-21  8:35   ` Jan Beulich
2025-02-21 11:57     ` Oleksii Kurochko
2025-02-21 12:30       ` Jan Beulich
2025-02-21 17:04         ` Oleksii Kurochko
2025-02-21 12:31       ` Jan Beulich
2025-02-20 17:44 ` [PATCH for 4.21 v7 2/4] xen/riscv: drop CONFIG_RISCV_ISA_RV64G Oleksii Kurochko
2025-02-26 12:55   ` Jan Beulich
2025-02-20 17:44 ` [PATCH for 4.21 v7 3/4] xen/riscv: make zbb as mandatory Oleksii Kurochko
2025-02-26 12:58   ` Jan Beulich
2025-02-26 14:38     ` Oleksii Kurochko
2025-02-26 14:49       ` Jan Beulich
2025-02-26 17:16         ` Oleksii Kurochko
2025-02-20 17:44 ` [PATCH for 4.21 v7 4/4] xen/riscv: identify specific ISA supported by cpu Oleksii Kurochko
2025-02-21 17:02 ` [PATCH for 4.21 v7 0.5/4] xen/README: add compiler and binutils versions for RISCV-64 Oleksii Kurochko
2025-02-24 10:57   ` Jan Beulich
2025-02-24 15:52     ` Oleksii Kurochko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.