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