mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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>
This commit is contained in:
parent
61ac0840a8
commit
c57c187bd4
@ -34,6 +34,7 @@ enum sbi_ext_id {
|
||||
SBI_EXT_NACL = 0x4E41434C,
|
||||
SBI_EXT_STA = 0x535441,
|
||||
SBI_EXT_DBTR = 0x44425452,
|
||||
SBI_EXT_SSE = 0x535345,
|
||||
};
|
||||
|
||||
enum sbi_ext_base_fid {
|
||||
|
||||
@ -54,6 +54,7 @@ static struct sbi_ext extensions[] = {
|
||||
{ SBI_EXT_NACL, "Nested Acceleration Extension" },
|
||||
{ SBI_EXT_STA, "Steal-time Accounting Extension" },
|
||||
{ SBI_EXT_DBTR, "Debug Trigger Extension" },
|
||||
{ SBI_EXT_SSE, "Supervisor Software Events" },
|
||||
};
|
||||
|
||||
static int do_sbi(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user