
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