commit | 8af719cf8ad7248bc7e17a3c80e7cab3c1e41b9e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 27 19:44:28 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 18 14:10:21 2024 -0600 |
tree | 1fe61d87feeff227cb8655d31df43ec7e101f1d4 | |
parent | 8c37e2b2e6d2779a9cc29c1fa68295adfc7ab711 [diff] [blame] |
x86: Add a cpuid command It is useful to obtain the results of cpuid queries, so add a command for this. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/doc/usage/index.rst b/doc/usage/index.rst index fcce125..d2b187b 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst
@@ -52,6 +52,7 @@ cmd/conitrace cmd/cp cmd/cpu + cmd/cpuid cmd/cyclic cmd/dm cmd/ebtupdate