
6 Jan
2025
6 Jan
'25
2:04 p.m.
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