forked from Mirrors/opensbi
include: sbi: Change SBI spec version to 3.0
Now that SBI v3.0 specification is frozen, change runtime SBI version implemented by OpenSBI to v3.0. Also, mark extensions defined by the SBI v3.0 specification as non-experimental. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Clément Léger <cleger@rivosinc.com> Reviewed-by: Atish Patra <atishp@rivosinc.com> Link: https://lore.kernel.org/r/20250516122844.113423-1-apatel@ventanamicro.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
@@ -67,7 +67,6 @@ struct sbi_ecall_extension ecall_mpxy = {
|
||||
.name = "mpxy",
|
||||
.extid_start = SBI_EXT_MPXY,
|
||||
.extid_end = SBI_EXT_MPXY,
|
||||
.experimental = true,
|
||||
.register_extensions = sbi_ecall_mpxy_register_extensions,
|
||||
.handle = sbi_ecall_mpxy_handler,
|
||||
};
|
||||
|
Reference in New Issue
Block a user