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

2020-08-19 Thread Bin Meng
Hi Heinrich, On Wed, Aug 19, 2020 at 6:29 PM 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

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

2020-08-19 Thread Atish Patra
On Wed, Aug 19, 2020 at 3:29 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_clear_ipi >

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

2020-08-19 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