diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-04-24 23:31:20 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-01 11:34:01 -0400 |
commit | 932b8f8c29811fd0560c4df1221156fa498edfc5 (patch) | |
tree | e80b14789649911638f59f518db39417b9277e4d /doc/index.rst | |
parent | b8a42e0fcb94b335e0661ff4d2366ee3edf7f883 (diff) | |
download | u-boot-932b8f8c29811fd0560c4df1221156fa498edfc5.tar.gz u-boot-932b8f8c29811fd0560c4df1221156fa498edfc5.tar.bz2 u-boot-932b8f8c29811fd0560c4df1221156fa498edfc5.zip |
doc: describe the analysis of crash dumps
Provide an overview of the analysis of U-Boot crash dumps.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
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 cd98be6cc5..fd9f10f28e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -26,6 +26,17 @@ trying to get it to work optimally on a given system. build/index +Developer-oriented documentation +-------------------------------- + +The following manuals are written for *developers* of the U-Boot - those who +want to contribute to U-Boot. + +.. toctree:: + :maxdepth: 2 + + develop/index + Unified Extensible Firmware (UEFI) ---------------------------------- |