The series provides library functions to read * SBI implementation version * machine vendor ID * machine architecture ID * machine implementation ID
and enhances the sbi command to display this information. Heinrich Schuchardt (2): riscv: provide missing base extension functions cmd/sbi: add missing SBI information arch/riscv/include/asm/sbi.h | 4 ++ arch/riscv/lib/sbi.c | 72 ++++++++++++++++++++++++++++++++++++ cmd/riscv/sbi.c | 19 +++++++++- 3 files changed, 94 insertions(+), 1 deletion(-) -- 2.30.2

