All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Risc-V ISA Extension Probing
@ 2025-01-06 13:04 Mayuresh Chitale
  2025-01-06 13:04 ` [PATCH v1 1/2] riscv: Enhance extension probing Mayuresh Chitale
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mayuresh Chitale @ 2025-01-06 13:04 UTC (permalink / raw)
  To: u-boot
  Cc: Mayuresh Chitale, Rick Chen, Leo, Tom Rini, Conor Dooley,
	Heinrich Schuchardt

This series aims to enchance the ISA probing support by porting the
corresponding code from kernel and using it when probing for CMO
extensions.

Mayuresh Chitale (2):
  riscv: Enhance extension probing
  riscv: Fallback to riscv,isa

 arch/riscv/cpu/cpu.c                | 600 ++++++++++++++++++++++++++--
 arch/riscv/include/asm/cpufeature.h |  37 ++
 arch/riscv/include/asm/hwcap.h      | 105 +++++
 arch/riscv/lib/cache.c              |  26 +-
 4 files changed, 710 insertions(+), 58 deletions(-)
 create mode 100644 arch/riscv/include/asm/cpufeature.h
 create mode 100644 arch/riscv/include/asm/hwcap.h

-- 
2.34.1


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

end of thread, other threads:[~2025-01-16  7:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-06 13:04 [PATCH v1 0/2] Risc-V ISA Extension Probing Mayuresh Chitale
2025-01-06 13:04 ` [PATCH v1 1/2] riscv: Enhance extension probing Mayuresh Chitale
2025-01-16  7:20   ` Leo Liang
2025-01-06 13:04 ` [PATCH v1 2/2] riscv: Fallback to riscv,isa Mayuresh Chitale
2025-01-16  7:22   ` Leo Liang
2025-01-06 14:38 ` [PATCH v1 0/2] Risc-V ISA Extension Probing Simon Glass

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.