Re: [PATCH 1/2] cmd: sbi: add Supervisor Software Events extension

2024-05-01 Thread Leo Liang
On Wed, Apr 17, 2024 at 04:01:27PM +0200, Heinrich Schuchardt wrote: > OpenSBI has implemented the Supervisor Software Events Extension. > Allow detecting it in the sbi command. > > Signed-off-by: Heinrich Schuchardt > --- > arch/riscv/include/asm/sbi.h | 1 + > cmd/riscv/sbi.c | 1

[PATCH 1/2] cmd: sbi: add Supervisor Software Events extension

2024-04-17 Thread Heinrich Schuchardt
OpenSBI has implemented the Supervisor Software Events Extension. Allow detecting it in the sbi command. Signed-off-by: Heinrich Schuchardt --- arch/riscv/include/asm/sbi.h | 1 + cmd/riscv/sbi.c | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/riscv/include/asm/sbi.h