On Tue, Sep 17, 2024 at 10:10:36AM +0200, Heinrich Schuchardt wrote: > The SBI 3.0 specification [1] adds the following extensions: > > * Firmware Features Extension > * Message Proxy Extension > > Let the sbi command detect their availability. > > The Firmware Features Extension is already implemented in OpenSBI. > > Correct the text for the DBTR extension and move it to the same position > as in the specification. > > [1] > https://github.com/riscv-non-isa/riscv-sbi-doc/releases/download/vv3.0-rc1/riscv-sbi.pdf > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > arch/riscv/include/asm/sbi.h | 4 +++- > cmd/riscv/sbi.c | 4 +++- > 2 files changed, 6 insertions(+), 2 deletions(-)
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>