summaryrefslogtreecommitdiff
path: root/doc/develop
Commit message (Collapse)AuthorAgeFilesLines
* doc: correct description of crash dumpsHeinrich Schuchardt2020-07-171-3/+5
| | | | | | | | Correct the description of the ESR register. Fix a typo. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* doc: Coccinelle: move to HTML docHeinrich Schuchardt2020-07-172-0/+506
| | | | | | | Move doc/README.coccinelle to doc/develop/coccinelle.rst using the current linux-next version of the text. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* doc: move README.log to HTML documentationHeinrich Schuchardt2020-06-112-0/+291
| | | | | | | | | | Convert README.log to reStructuredText and add it to the generated HTML documentation. Assign doc/develop/logging.rst to the maintainer of LOGGING. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
* doc: describe the analysis of crash dumpsHeinrich Schuchardt2020-05-012-0/+132
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>