diff options
author | Simon Glass | 2023-07-15 21:38:37 -0600 |
---|---|---|
committer | Bin Meng | 2023-07-17 17:08:44 +0800 |
commit | ef836b9932865c4c244c7532830840560c29c172 (patch) | |
tree | f41e5008efdb533628e243f346852571bf037648 /doc/usage/index.rst | |
parent | 4fb2536e5b17de99cfc44e985a1f617b1dfc0a22 (diff) |
x86: mtrr: Add documentation
Add documention for the x86 'mtrr' command.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
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 f2ffd2787aa..072db53614c 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -76,6 +76,7 @@ Shell commands cmd/md cmd/mmc cmd/mtest + cmd/mtrr cmd/panic cmd/part cmd/pause |