target/riscv: tt-ascalon: Enable Zkr extension
Ascalon supports Zkr and the SEED CSR. Reviewed-by: Chao Liu <chao.liu.zevorn@gmail.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Message-ID: <20260630024952.1520546-7-joel@jms.id.au> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Nicholas Piggin committed
Jun 30, 2026 at 12:19 UTC
569aa6280d141129c705c361350705832b33cf88
1 file changed
+1
target/riscv/cpu.c
+1
@@ -3251,6 +3251,7 @@ static const TypeInfo riscv_cpu_type_infos[] = {
3251
.cfg.ext_zba = true,
3252
.cfg.ext_zbb = true,
3253
.cfg.ext_zbs = true,
3254
+ .cfg.ext_zkr = true,
3255
.cfg.ext_zkt = true,
3256
.cfg.ext_zvbb = true,
3257
.cfg.ext_zvbc = true,