Skip to content

Commit

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

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
  • Loading branch information
avpatel committed Oct 19, 2023
1 parent ec0559e commit cbdd869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sbi/sbi_ecall.h
Expand Up @@ -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

Expand Down

0 comments on commit cbdd869

Please sign in to comment.