blob: c0f4f0ba413a3c482007a4d47b93a8aad1b0586e [file] [log] [blame]
Heinrich Schuchardt932b8f82020-04-24 23:31:20 +02001.. SPDX-License-Identifier: GPL-2.0+
2
3Develop U-Boot
4==============
5
Tom Rini4211fb22022-07-14 08:07:40 -04006General
7-------
8
9.. toctree::
10 :maxdepth: 1
11
12 codingstyle
Tom Rini528581e2022-07-14 08:07:41 -040013 designprinciples
Tom Rini4211fb22022-07-14 08:07:40 -040014
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010015Implementation
16--------------
Heinrich Schuchardt932b8f82020-04-24 23:31:20 +020017
18.. toctree::
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010019 :maxdepth: 1
Heinrich Schuchardt932b8f82020-04-24 23:31:20 +020020
Simon Glass4d7bb452021-09-08 07:33:52 -060021 bloblist
Simon Glasse7b2ce12022-04-24 23:31:26 -060022 bootstd
Tom Rini08e8bc82021-07-27 13:01:44 -040023 ci_testing
Heinrich Schuchardt380c6b92020-12-12 08:33:28 +010024 commands
Simon Glass269d2d12021-09-19 15:51:10 -060025 config_binding
Simon Glass3e9fddf2021-08-01 18:57:10 -060026 devicetree/index
Simon Glass37c51952021-10-14 12:48:10 -060027 distro
Simon Glass5ce31912021-03-18 20:25:12 +130028 driver-model/index
Simon Glass40b9e0d2021-10-21 21:08:50 -060029 environment
Simon Glassabe5d112022-03-04 08:43:08 -070030 event
Heinrich Schuchardt467d90a2020-10-05 08:30:10 +020031 global_data
Heinrich Schuchardta7813912020-05-31 10:46:12 +020032 logging
Simon Glass00ac4b42021-07-21 20:09:11 -060033 makefiles
Heinrich Schuchardt12316962021-01-18 21:06:03 +010034 menus
Heinrich Schuchardtf5e90352022-01-19 01:20:45 +010035 printf
Heinrich Schuchardt5e044352022-02-16 07:59:31 +010036 smbios
Simon Glassd4113592022-04-30 00:56:45 -060037 spl
Simon Glassd1ceeef2021-03-18 20:25:11 +130038 uefi/index
Simon Glass9b95f3f2021-02-04 21:17:12 -070039 version
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010040
41Debugging
42---------
43
44.. toctree::
45 :maxdepth: 1
46
47 crash_dumps
Heinrich Schuchardtdce26c72020-12-12 10:14:22 +010048 trace
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010049
Simon Glass61adb2d2021-03-18 20:25:13 +130050Packaging
51---------
52
53.. toctree::
54 :maxdepth: 1
55
56 package/index
57
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010058Testing
59-------
60
61.. toctree::
62 :maxdepth: 1
63
Heinrich Schuchardtca6583d2021-01-18 20:24:02 +010064 testing
Heinrich Schuchardt01576192021-01-18 20:24:03 +010065 py_testing
Simon Glassfc328332021-03-07 17:35:17 -070066 tests_writing
Simon Glass4c8850a2021-03-07 17:34:42 -070067 tests_sandbox
Simon Glassa980e7b2021-07-21 21:35:50 -060068
69Refactoring
70-----------
71
72.. toctree::
73 :maxdepth: 1
74
Tom Rinie199fb32021-08-03 08:31:56 -040075 checkpatch
Simon Glassa980e7b2021-07-21 21:35:50 -060076 coccinelle
Simon Glass5c72c0e2021-07-21 21:35:51 -060077 moveconfig
Simon Glassfeafc612021-11-21 20:48:40 -070078
79Code quality
80------------
81
82.. toctree::
83 :maxdepth: 1
84
85 python_cq