diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-10-28 22:28:09 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-11-06 10:50:04 +0100 |
commit | f67cc2f05676da86a3c591f1938393439a47a4af (patch) | |
tree | b4d9be9218345e27716f52b8d2dc7973dae0ee86 /doc | |
parent | 36bc9b6113ca96ca5c0d821195adede38395befd (diff) | |
download | u-boot-f67cc2f05676da86a3c591f1938393439a47a4af.tar.gz |
doc: update sbi command example
The output of the sbi command has been changed since the last release of
the man-page. Update the example.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage/cmd/sbi.rst | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/doc/usage/cmd/sbi.rst b/doc/usage/cmd/sbi.rst index 96d8861057..713e0b9c81 100644 --- a/doc/usage/cmd/sbi.rst +++ b/doc/usage/cmd/sbi.rst @@ -21,27 +21,34 @@ The output may look like: :: => sbi - SBI 0.2 - OpenSBI + SBI 1.0 + OpenSBI 1.1 + Machine: + Vendor ID 0 + Architecture ID 0 + Implementation ID 0 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_asid - sbi_shutdown + Set Timer + Console Putchar + Console Getchar + Clear IPI + Send IPI + Remote FENCE.I + Remote SFENCE.VMA + Remote SFENCE.VMA with ASID + System Shutdown SBI Base Functionality Timer Extension IPI Extension RFENCE Extension Hart State Management Extension + System Reset Extension + Performance Monitoring Unit Extension The first line indicates the version of the RISC-V SBI specification. The second line indicates the implementation. -The further lines enumerate the implemented extensions. +The Machine section shows the values of the machine information registers. +The Extensions section enumerates the implemented SBI extensions. Configuration ------------- |