]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: sbi: add Supervisor Software Events extension
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 17 Apr 2024 14:01:27 +0000 (16:01 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 1 May 2024 14:40:17 +0000 (22:40 +0800)
commitc57c187bd44a4a3939ea711dc86b9cef775be3f4
tree50627468b4fad6eb256bc49c35b167260a14ccee
parent61ac0840a8044f049da276bed8a8f1779eb0b39b
cmd: sbi: add Supervisor Software Events extension

OpenSBI has implemented the Supervisor Software Events Extension.
Allow detecting it in the sbi command.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/include/asm/sbi.h
cmd/riscv/sbi.c