spi: zynqmp_gqspi: fix set_speed bug on multiple runs
[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    global_data
14    logging
15    menus
16
17 Debugging
18 ---------
19
20 .. toctree::
21    :maxdepth: 1
22
23    crash_dumps
24    trace
25
26 Testing
27 -------
28
29 .. toctree::
30    :maxdepth: 1
31
32    coccinelle
33    testing
34    py_testing