blob: 97148875ef4cb63b5404d08a16cdc6649e5b9e0d [file] [log] [blame]
Heinrich Schuchardt932b8f82020-04-24 23:31:20 +02001.. SPDX-License-Identifier: GPL-2.0+
2
3Develop U-Boot
4==============
5
Heinrich Schuchardt948991f2021-01-18 20:24:01 +01006Implementation
7--------------
Heinrich Schuchardt932b8f82020-04-24 23:31:20 +02008
9.. toctree::
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010010 :maxdepth: 1
Heinrich Schuchardt932b8f82020-04-24 23:31:20 +020011
Simon Glass4d7bb452021-09-08 07:33:52 -060012 bloblist
Tom Rini08e8bc82021-07-27 13:01:44 -040013 ci_testing
Heinrich Schuchardt380c6b92020-12-12 08:33:28 +010014 commands
Simon Glass269d2d12021-09-19 15:51:10 -060015 config_binding
Simon Glass3e9fddf2021-08-01 18:57:10 -060016 devicetree/index
Simon Glass37c51952021-10-14 12:48:10 -060017 distro
Simon Glass5ce31912021-03-18 20:25:12 +130018 driver-model/index
Simon Glass40b9e0d2021-10-21 21:08:50 -060019 environment
Heinrich Schuchardt467d90a2020-10-05 08:30:10 +020020 global_data
Heinrich Schuchardta7813912020-05-31 10:46:12 +020021 logging
Simon Glass00ac4b42021-07-21 20:09:11 -060022 makefiles
Heinrich Schuchardt12316962021-01-18 21:06:03 +010023 menus
Heinrich Schuchardtf5e90352022-01-19 01:20:45 +010024 printf
Simon Glassd1ceeef2021-03-18 20:25:11 +130025 uefi/index
Simon Glass9b95f3f2021-02-04 21:17:12 -070026 version
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010027
28Debugging
29---------
30
31.. toctree::
32 :maxdepth: 1
33
34 crash_dumps
Heinrich Schuchardtdce26c72020-12-12 10:14:22 +010035 trace
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010036
Simon Glass61adb2d2021-03-18 20:25:13 +130037Packaging
38---------
39
40.. toctree::
41 :maxdepth: 1
42
43 package/index
44
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010045Testing
46-------
47
48.. toctree::
49 :maxdepth: 1
50
Heinrich Schuchardtca6583d2021-01-18 20:24:02 +010051 testing
Heinrich Schuchardt01576192021-01-18 20:24:03 +010052 py_testing
Simon Glassfc328332021-03-07 17:35:17 -070053 tests_writing
Simon Glass4c8850a2021-03-07 17:34:42 -070054 tests_sandbox
Simon Glassa980e7b2021-07-21 21:35:50 -060055
56Refactoring
57-----------
58
59.. toctree::
60 :maxdepth: 1
61
Tom Rinie199fb32021-08-03 08:31:56 -040062 checkpatch
Simon Glassa980e7b2021-07-21 21:35:50 -060063 coccinelle
Simon Glass5c72c0e2021-07-21 21:35:51 -060064 moveconfig
Simon Glassfeafc612021-11-21 20:48:40 -070065
66Code quality
67------------
68
69.. toctree::
70 :maxdepth: 1
71
72 python_cq