mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
61adb2d247
Add a link to binman's documentation and adjust the files so that it is accessible. Use the name README.rst so it is easy to discover when binman is installed without U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>
47 lines
490 B
ReStructuredText
47 lines
490 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
Develop U-Boot
|
|
==============
|
|
|
|
Implementation
|
|
--------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
commands
|
|
driver-model/index
|
|
global_data
|
|
logging
|
|
menus
|
|
uefi/index
|
|
version
|
|
|
|
Debugging
|
|
---------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
crash_dumps
|
|
trace
|
|
|
|
Packaging
|
|
---------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
package/index
|
|
|
|
Testing
|
|
-------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
coccinelle
|
|
testing
|
|
py_testing
|
|
tests_writing
|
|
tests_sandbox
|