Re: [RFC v2 2/2] rng: Provide a RNG based on the RISC-V Zkr ISA extension

2023-10-31 Thread merle w
drivers/rng/riscv_zkr_rng.c:10:10: fatal error: interrupt.h: No such file or directory 10 | #include | ^ compilation terminated. Where is this interrupt.h? Regards, Xiang W Heinrich Schuchardt 于2023年10月29日周日 16:46写道: > > The Zkr ISA extension (ratified Nov 2021) introduced the

[PATCH] riscv: add sbi v0.2 or later support

2023-02-09 Thread merle w
add rfence and ipi extension for sbi v0.2 or later. sbi_ipi add support for sbi v0.2 or later. This can make sbi_ipi break through the limit that the number of cores needs to be less than or equal to xlen Signed-off-by: Xiang W --- arch/riscv/Kconfig | 2 +-