From: Nicholas Piggin <[email protected]> Ascalon supports Zkr and the SEED CSR.
Reviewed-by: Chao Liu <[email protected]> Reviewed-by: Alistair Francis <[email protected]> Signed-off-by: Nicholas Piggin <[email protected]> Signed-off-by: Joel Stanley <[email protected]> --- target/riscv/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 862834b48097..6bf93188d24b 100644 --- a/target/riscv/cpu.c +++ b/target/riscv/cpu.c @@ -3090,6 +3090,7 @@ static const TypeInfo riscv_cpu_type_infos[] = { .cfg.ext_zba = true, .cfg.ext_zbb = true, .cfg.ext_zbs = true, + .cfg.ext_zkr = true, .cfg.ext_zkt = true, .cfg.ext_zvbb = true, .cfg.ext_zvbc = true, -- 2.47.3
