diff options
author | Simon Glass | 2021-03-15 18:00:24 +1300 |
---|---|---|
committer | Simon Glass | 2021-03-27 15:04:30 +1300 |
commit | 71cebf0b5947cc0e393bec0841744d9eda0a038d (patch) | |
tree | fe462e9acedfdd26a26bacb1f6bac9982c812feb /doc/usage/index.rst | |
parent | e7bae8283fea94cf470542916a063182c9e5771a (diff) |
x86: Add a command to display coreboot sysinfo
This information is interesting to look at and can be important for
debugging and inspection. Add a command to display it in a helpful
format.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/usage/index.rst')
-rw-r--r-- | doc/usage/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 35c515f8b59..fb834349ca3 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -21,6 +21,7 @@ Shell commands booti bootmenu button + x86/cbsysinfo conitrace echo exception |