diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-10-27 05:19:45 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-28 13:32:51 -0400 |
commit | 7114d89e08a881285e09b8d36ce1f4dd8fe3d85b (patch) | |
tree | 2448628f64498051b2ac28c6987364981cf2371f /doc/index.rst | |
parent | ccd4398fa71e305158ec53f4cd5b1f7fad27caaf (diff) | |
download | u-boot-7114d89e08a881285e09b8d36ce1f4dd8fe3d85b.tar.gz |
doc: Add documentation for how to build U-Boot host tools
This adds a reST document for how to build U-Boot host tools,
including information for both Linux and Windows.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst index 458f0d2d0e..206a04590f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -15,6 +15,17 @@ if you want to help out. .. toctree:: :maxdepth: 2 +User-oriented documentation +--------------------------- + +The following manuals are written for *users* of the U-Boot - those who are +trying to get it to work optimally on a given system. + +.. toctree:: + :maxdepth: 2 + + build/index + Unified Extensible Firmware (UEFI) ---------------------------------- |