Re: [PATCH v2 1/1] cmd: provide command sbi

2020-08-19 Thread Bin Meng
Hi Heinrich, On Wed, Aug 19, 2020 at 1:01 AM Heinrich Schuchardt wrote: > > Provide a command to display information about the SBI implementation. > > The output might look like: > > => sbi > SBI 0.2 > OpenSBI > Extensions: > sbi_set_timer > sbi_console_putchar > sbi_console_getchar > sbi

[PATCH v2 1/1] cmd: provide command sbi

2020-08-18 Thread Heinrich Schuchardt
Provide a command to display information about the SBI implementation. The output might look like: => sbi SBI 0.2 OpenSBI Extensions: sbi_set_timer sbi_console_putchar sbi_console_getchar sbi_clear_ipi sbi_send_ipi sbi_remote_fence_i sbi_remote_sfence_vma sbi_remote_sfence_vma_asi