Re: [PATCH v2 05/18] hw/misc: riscv_worldguard: Add RISC-V WorldGuard global config

2025-08-09 Thread Daniel Henrique Barboza
On 4/17/25 7:52 AM, Jim Shu wrote: Add a device for RISCV WG global config, which contains the number of worlds, reset value, and trusted WID ... etc. This global config is used by both CPU WG extension and wgChecker devices. Signed-off-by: Jim Shu --- Reviewed-by: Daniel Henrique Barboza

[PATCH v2 05/18] hw/misc: riscv_worldguard: Add RISC-V WorldGuard global config

2025-04-17 Thread Jim Shu
Add a device for RISCV WG global config, which contains the number of worlds, reset value, and trusted WID ... etc. This global config is used by both CPU WG extension and wgChecker devices. Signed-off-by: Jim Shu --- hw/misc/Kconfig| 3 + hw/misc/meson.build