]> git.baikalelectronics.ru Git - uboot.git/commit
cmd/sbi: display new extensions
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 2 Aug 2023 20:39:46 +0000 (22:39 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 10 Aug 2023 02:57:56 +0000 (10:57 +0800)
commit14747dbd60a19cc40ea159f4e47682a6fa9fc272
tree5ab63de6e9747e1c8fbc403ae63bbd6f12b1aadc
parent4e8c414f91847c05845818fc8cf3cff5df0e9668
cmd/sbi: display new extensions

The SBI specification v2.0-rc2 defines new extensions:

* Nested Acceleration Extension (NACL)
* Steal Time Accounting (STA)

Allow the sbi command to display these.

Add missing implementation IDs.

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