doc: Move driver model docs under develop/
[platform/kernel/u-boot.git] / doc / develop / index.rst
1 .. SPDX-License-Identifier: GPL-2.0+
2
3 Develop U-Boot
4 ==============
5
6 Implementation
7 --------------
8
9 .. toctree::
10    :maxdepth: 1
11
12    commands
13    driver-model/index
14    global_data
15    logging
16    menus
17    uefi/index
18    version
19
20 Debugging
21 ---------
22
23 .. toctree::
24    :maxdepth: 1
25
26    crash_dumps
27    trace
28
29 Testing
30 -------
31
32 .. toctree::
33    :maxdepth: 1
34
35    coccinelle
36    testing
37    py_testing
38    tests_writing
39    tests_sandbox