diff options
Diffstat (limited to 'roms/u-boot/doc/develop/index.rst')
-rw-r--r-- | roms/u-boot/doc/develop/index.rst | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/roms/u-boot/doc/develop/index.rst b/roms/u-boot/doc/develop/index.rst new file mode 100644 index 000000000..3edffbc63 --- /dev/null +++ b/roms/u-boot/doc/develop/index.rst @@ -0,0 +1,47 @@ +.. 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 |