Prepare v2023.10
[platform/kernel/u-boot.git] / doc / develop / index.rst
1 .. SPDX-License-Identifier: GPL-2.0+
2
3 Develop U-Boot
4 ==============
5
6 General
7 -------
8
9 .. toctree::
10    :maxdepth: 1
11
12    board_best_practices
13    codingstyle
14    designprinciples
15    docstyle
16    patman
17    process
18    release_cycle
19    security
20    sending_patches
21    system_configuration
22
23 Implementation
24 --------------
25
26 .. toctree::
27    :maxdepth: 1
28
29    directories
30    bloblist
31    bootstd
32    ci_testing
33    commands
34    config_binding
35    cyclic
36    devicetree/index
37    distro
38    driver-model/index
39    environment
40    expo
41    event
42    global_data
43    logging
44    makefiles
45    menus
46    printf
47    smbios
48    spl
49    falcon
50    uefi/index
51    vbe
52    version
53
54 Debugging
55 ---------
56
57 .. toctree::
58    :maxdepth: 1
59
60    crash_dumps
61    trace
62
63 Packaging
64 ---------
65
66 .. toctree::
67    :maxdepth: 1
68
69    package/index
70
71 Testing
72 -------
73
74 .. toctree::
75    :maxdepth: 1
76
77    testing
78    py_testing
79    tests_writing
80    tests_sandbox
81
82 Refactoring
83 -----------
84
85 .. toctree::
86    :maxdepth: 1
87
88    checkpatch
89    coccinelle
90    moveconfig
91
92 Code quality
93 ------------
94
95 .. toctree::
96    :maxdepth: 1
97
98    python_cq