[PATCH] include: sbi: Change spec version to 2.0
Anup Patel
anup at brainfault.org
Thu Oct 19 04:51:13 PDT 2023
On Tue, Oct 10, 2023 at 3:51 PM Anup Patel <apatel at ventanamicro.com> wrote:
>
> Now that SBI v2.0 specification is frozen, we change spec verion
> implemented by OpenSBI to v2.0.
>
> Signed-off-by: Anup Patel <apatel at ventanamicro.com>
Applied this patch to the riscv/opensbi repo.
Thanks,
Anup
> ---
> include/sbi/sbi_ecall.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/sbi/sbi_ecall.h b/include/sbi/sbi_ecall.h
> index 90f33ba..027213c 100644
> --- a/include/sbi/sbi_ecall.h
> +++ b/include/sbi/sbi_ecall.h
> @@ -13,7 +13,7 @@
> #include <sbi/sbi_types.h>
> #include <sbi/sbi_list.h>
>
> -#define SBI_ECALL_VERSION_MAJOR 1
> +#define SBI_ECALL_VERSION_MAJOR 2
> #define SBI_ECALL_VERSION_MINOR 0
> #define SBI_OPENSBI_IMPID 1
>
> --
> 2.34.1
>
More information about the opensbi
mailing list