u-boot-brain/doc/develop/index.rst
Simon Glass 9b95f3f7ff README: Add doumentation for version information
There are quite a few available version options in U-Boot. Add a list of
the available Makefile variables and #defines, along with examples.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2021-02-06 19:18:41 +08:00

36 lines
351 B
ReStructuredText

.. SPDX-License-Identifier: GPL-2.0+
Develop U-Boot
==============
Implementation
--------------
.. toctree::
:maxdepth: 1
commands
global_data
logging
menus
version
Debugging
---------
.. toctree::
:maxdepth: 1
crash_dumps
trace
Testing
-------
.. toctree::
:maxdepth: 1
coccinelle
testing
py_testing