Re: [PATCH 1/1] cmd/sbi: add implementation ID 6 - Coffer

2022-05-09 Thread Leo Liang
On Sat, May 07, 2022 at 02:42:10PM +0200, Heinrich Schuchardt wrote: > The sbi command displays the ID of the implementation of the RISC-V > Supervisor Binary Interface Specification. A new ID for Coffer has recently > been added. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/riscv/sbi.c |

[PATCH 1/1] cmd/sbi: add implementation ID 6 - Coffer

2022-05-07 Thread Heinrich Schuchardt
The sbi command displays the ID of the implementation of the RISC-V Supervisor Binary Interface Specification. A new ID for Coffer has recently been added. Signed-off-by: Heinrich Schuchardt --- cmd/riscv/sbi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c