blob: 7c41e3f1b6e5f8ebaf7c3e81df32187b96a04a3f [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 Rinidc1ad472022-07-14 08:07:43 -040014 process
Tom Rini6b484ba2022-07-12 17:34:14 -040015 release_cycle
Tom Rini53d2ab92022-07-29 12:07:38 -040016 system_configuration
Tom Rini4211fb22022-07-14 08:07:40 -040017
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010018Implementation
19--------------
Heinrich Schuchardt932b8f82020-04-24 23:31:20 +020020
21.. toctree::
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010022 :maxdepth: 1
Heinrich Schuchardt932b8f82020-04-24 23:31:20 +020023
Simon Glass4d7bb452021-09-08 07:33:52 -060024 bloblist
Simon Glasse7b2ce12022-04-24 23:31:26 -060025 bootstd
Tom Rini08e8bc82021-07-27 13:01:44 -040026 ci_testing
Heinrich Schuchardt380c6b92020-12-12 08:33:28 +010027 commands
Simon Glass269d2d12021-09-19 15:51:10 -060028 config_binding
Simon Glass3e9fddf2021-08-01 18:57:10 -060029 devicetree/index
Simon Glass37c51952021-10-14 12:48:10 -060030 distro
Simon Glass5ce31912021-03-18 20:25:12 +130031 driver-model/index
Simon Glass40b9e0d2021-10-21 21:08:50 -060032 environment
Simon Glassabe5d112022-03-04 08:43:08 -070033 event
Heinrich Schuchardt467d90a2020-10-05 08:30:10 +020034 global_data
Heinrich Schuchardta7813912020-05-31 10:46:12 +020035 logging
Simon Glass00ac4b42021-07-21 20:09:11 -060036 makefiles
Heinrich Schuchardt12316962021-01-18 21:06:03 +010037 menus
Heinrich Schuchardtf5e90352022-01-19 01:20:45 +010038 printf
Heinrich Schuchardt5e044352022-02-16 07:59:31 +010039 smbios
Simon Glassd4113592022-04-30 00:56:45 -060040 spl
Simon Glassd1ceeef2021-03-18 20:25:11 +130041 uefi/index
Simon Glass9b95f3f2021-02-04 21:17:12 -070042 version
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010043
44Debugging
45---------
46
47.. toctree::
48 :maxdepth: 1
49
50 crash_dumps
Heinrich Schuchardtdce26c72020-12-12 10:14:22 +010051 trace
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010052
Simon Glass61adb2d2021-03-18 20:25:13 +130053Packaging
54---------
55
56.. toctree::
57 :maxdepth: 1
58
59 package/index
60
Heinrich Schuchardt948991f2021-01-18 20:24:01 +010061Testing
62-------
63
64.. toctree::
65 :maxdepth: 1
66
Heinrich Schuchardtca6583d2021-01-18 20:24:02 +010067 testing
Heinrich Schuchardt01576192021-01-18 20:24:03 +010068 py_testing
Simon Glassfc328332021-03-07 17:35:17 -070069 tests_writing
Simon Glass4c8850a2021-03-07 17:34:42 -070070 tests_sandbox
Simon Glassa980e7b2021-07-21 21:35:50 -060071
72Refactoring
73-----------
74
75.. toctree::
76 :maxdepth: 1
77
Tom Rinie199fb32021-08-03 08:31:56 -040078 checkpatch
Simon Glassa980e7b2021-07-21 21:35:50 -060079 coccinelle
Simon Glass5c72c0e2021-07-21 21:35:51 -060080 moveconfig
Simon Glassfeafc612021-11-21 20:48:40 -070081
82Code quality
83------------
84
85.. toctree::
86 :maxdepth: 1
87
88 python_cq