Skip to content

Commit

Permalink
include: sbi: Change spec version to 1.0
Browse files Browse the repository at this point in the history
Now that SBI v1.0 specification is ratified, we change spec verion
implemented by OpenSBI to v1.0.

Signed-off-by: Anup Patel <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
  • Loading branch information
avpatel committed Jun 24, 2022
1 parent 6f1fe98 commit c6fdbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sbi/sbi_ecall.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c6fdbcf

Please sign in to comment.