Re: [PATCH v2 0/2] cmd/sbi: add missing SBI information

2021-07-26 Thread Leo Liang
On Mon, Jul 26, 2021 at 08:59:02PM +0800, Heinrich Schuchardt wrote: > 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. > >

[PATCH v2 0/2] cmd/sbi: add missing SBI information

2021-07-26 Thread Heinrich Schuchardt
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. v2: Add constants for hart suspend and resume. Heinrich Schuchardt (2): riscv: