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 fa497e5e8ab4..6c1b0059980d 100644
--- a/target/riscv/cpu.c
+++ b/target/riscv/cpu.c
@@ -3211,6 +3211,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


Reply via email to