mbox series

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

Message ID 20210726125904.90305-1-xypron.glpk@gmx.de
Headers show
Series cmd/sbi: add missing SBI information | expand

Message

Heinrich Schuchardt July 26, 2021, 12:59 p.m. UTC
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: add missing SBI extension definitions
  cmd/sbi: add missing SBI information

 arch/riscv/include/asm/sbi.h | 39 ++++++++++++++++++++++++++++++++++--
 cmd/riscv/sbi.c              | 19 +++++++++++++++++-
 2 files changed, 55 insertions(+), 3 deletions(-)

--
2.30.2

Comments

Leo Liang July 27, 2021, 3:19 a.m. UTC | #1
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.
> 
> v2:
> 	Add constants for hart suspend and resume.
> 
> Heinrich Schuchardt (2):
>   riscv: add missing SBI extension definitions
>   cmd/sbi: add missing SBI information
> 
>  arch/riscv/include/asm/sbi.h | 39 ++++++++++++++++++++++++++++++++++--
>  cmd/riscv/sbi.c              | 19 +++++++++++++++++-
>  2 files changed, 55 insertions(+), 3 deletions(-)
> 
> --
> 2.30.2
 

Hi Heinrich,

I think you mixed these two patchset together ("riscv: enable SBI system reset" and "cmd/sbi: add missing SBI information").
This patchset does not include the implementation of "sbi_get_mvendorid", "sbi_get_marchid", "sbi_get_mimpid", "sbi_get_impl_version".

Could you please re-send the patch again? 

Best regards,
Leo