| .. SPDX-License-Identifier: GPL-2.0+ |
| The sbi command is used to display information about the SBI (Supervisor Binary |
| Interface) implementation on RISC-V systems. |
| The output may look like: |
| Remote SFENCE.VMA with ASID |
| Hart State Management Extension |
| Performance Monitoring Unit Extension |
| The first line indicates the version of the RISC-V SBI specification. |
| The second line indicates the implementation. |
| The Machine section shows the values of the machine information registers. |
| The Extensions section enumerates the implemented SBI extensions. |
| To use the sbi command you must specify CONFIG_CMD_SBI=y. |