lib: sbi: Implement SBI MPXY extension

Implement the SBI MPXY extension which provides an SBI interface to
the supervisor software for send messages via MPXY framework.

Signed-off-by: Rahul Pathak <rpathak@ventanamicro.com>
Co-developed-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
This commit is contained in:
Anup Patel
2024-08-08 11:04:55 +05:30
committed by Anup Patel
parent 7939bf1329
commit e67d91cdcc
4 changed files with 84 additions and 0 deletions

View File

@@ -66,4 +66,7 @@ config SBI_ECALL_SSE
bool "SSE extension"
default y
config SBI_ECALL_MPXY
bool "MPXY extension"
default y
endmenu