[PATCH] include: sbi: Change spec version to 1.0

Atish Patra atishp at atishpatra.org
Thu Jun 23 09:38:35 PDT 2022


On Thu, Jun 23, 2022 at 8:31 AM Anup Patel <apatel at ventanamicro.com> wrote:
>
> Now that SBI v1.0 specification is ratified, we change spec verion
> implemented by OpenSBI to v1.0.
>
> Signed-off-by: Anup Patel <apatel at ventanamicro.com>
> ---
>  include/sbi/sbi_ecall.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/sbi/sbi_ecall.h b/include/sbi/sbi_ecall.h
> index 9500d04..046a56a 100644
> --- a/include/sbi/sbi_ecall.h
> +++ b/include/sbi/sbi_ecall.h
> @@ -13,8 +13,8 @@
>  #include <sbi/sbi_types.h>
>  #include <sbi/sbi_list.h>
>
> -#define SBI_ECALL_VERSION_MAJOR                0
> -#define SBI_ECALL_VERSION_MINOR                3
> +#define SBI_ECALL_VERSION_MAJOR                1
> +#define SBI_ECALL_VERSION_MINOR                0
>  #define SBI_OPENSBI_IMPID              1
>
>  struct sbi_trap_regs;
> --
> 2.34.1
>


Reviewed-by: Atish Patra <atishp at rivosinc.com>
-- 
Regards,
Atish



More information about the opensbi mailing list