Re: [PATCH 2/2] cmd: sbi: add coreboot and oreboot implementation IDs

2024-05-01 Thread Leo Liang
On Wed, Apr 17, 2024 at 04:01:28PM +0200, Heinrich Schuchardt wrote: > Let the sbi command detect the coreboot and oreboot SBI Implementation IDs > defined in SBI specification v2.0. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/riscv/sbi.c | 2 ++ > 1 file changed, 2 insertions(+)

[PATCH 2/2] cmd: sbi: add coreboot and oreboot implementation IDs

2024-04-17 Thread Heinrich Schuchardt
Let the sbi command detect the coreboot and oreboot SBI Implementation IDs defined in SBI specification v2.0. Signed-off-by: Heinrich Schuchardt --- cmd/riscv/sbi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c index 55507b0aa63..2d8ee7e5bbb 100644 ---