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)
commit6982e6b04672440fce0eed93679aea89a024779f
tree5ab63de6e9747e1c8fbc403ae63bbd6f12b1aadc
parent1b7de4f9efd7df1c82948c2b7b7a8cc4ed1577e3
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