Re: [PATCH v6 10/14] hw/riscv: Add support for RISCV CPS

2025-08-08 Thread Philippe Mathieu-Daudé
On 17/7/25 11:38, Djordje Todorovic wrote: Add support for the Coherent Processing System for RISC-V. This enables SMP support for RISC-V boards that require cache-coherent multiprocessor systems. Signed-off-by: Chao-ying Fu Signed-off-by: Djordje Todorovic --- hw/misc/Kconfig| 5 +

[PATCH v6 10/14] hw/riscv: Add support for RISCV CPS

2025-07-17 Thread Djordje Todorovic
Add support for the Coherent Processing System for RISC-V. This enables SMP support for RISC-V boards that require cache-coherent multiprocessor systems. Signed-off-by: Chao-ying Fu Signed-off-by: Djordje Todorovic --- hw/misc/Kconfig| 5 ++ hw/riscv/cps.c | 197 ++