Re: [PATCH v3 2/4] Add RISC-V IOPMP support

2023-11-20 Thread Alistair Francis
On Tue, Nov 14, 2023 at 7:48 PM Ethan Chen via wrote: > > Support specification Version 1.0.0-draft4 rapid-k model. Thanks for the patch. Can you add some more information here. It would be great if you can link to the spec and explain the implementation a little bit > > Signed-off-by: Ethan Ch

[PATCH v3 2/4] Add RISC-V IOPMP support

2023-11-14 Thread Ethan Chen via
Support specification Version 1.0.0-draft4 rapid-k model. Signed-off-by: Ethan Chen --- hw/misc/Kconfig | 4 + hw/misc/meson.build | 1 + hw/misc/riscv_iopmp.c | 967 ++ include/hw/misc/riscv_iopm