blob: f7ee09db2467389ac3a9ac7123c995c7c9054810 [file] [log] [blame]
Heinrich Schuchardt71820612020-04-24 23:31:20 +02001.. SPDX-License-Identifier: GPL-2.0+
2
3Develop U-Boot
4==============
5
Tom Rinia023c192022-07-14 08:07:40 -04006General
7-------
8
9.. toctree::
10 :maxdepth: 1
11
12 codingstyle
Tom Rini491616d2022-07-14 08:07:41 -040013 designprinciples
Tom Rini44769652022-07-14 08:07:43 -040014 process
Tom Rinia5e4cd62022-07-12 17:34:14 -040015 release_cycle
Tom Rini486c5ef2022-07-29 12:07:38 -040016 system_configuration
Simon Glassc8ab0312022-08-09 13:49:57 -060017 sending_patches
Tom Rinia023c192022-07-14 08:07:40 -040018
Heinrich Schuchardtac1627b2021-01-18 20:24:01 +010019Implementation
20--------------
Heinrich Schuchardt71820612020-04-24 23:31:20 +020021
22.. toctree::
Heinrich Schuchardtac1627b2021-01-18 20:24:01 +010023 :maxdepth: 1
Heinrich Schuchardt71820612020-04-24 23:31:20 +020024
Simon Glass1d7e28d2021-09-08 07:33:52 -060025 bloblist
Simon Glass83b9be62022-04-24 23:31:26 -060026 bootstd
Tom Rinid4f5d2a2021-07-27 13:01:44 -040027 ci_testing
Heinrich Schuchardtfb952822020-12-12 08:33:28 +010028 commands
Simon Glass46236922021-09-19 15:51:10 -060029 config_binding
Simon Glassac35c2f2021-08-01 18:57:10 -060030 devicetree/index
Simon Glass57695312021-10-14 12:48:10 -060031 distro
Simon Glassd5ea9942021-03-18 20:25:12 +130032 driver-model/index
Simon Glass420febd2021-10-21 21:08:50 -060033 environment
Simon Glass0fd87062022-03-04 08:43:08 -070034 event
Heinrich Schuchardtfd574492020-10-05 08:30:10 +020035 global_data
Heinrich Schuchardt9f3d3322020-05-31 10:46:12 +020036 logging
Simon Glasse6e82442021-07-21 20:09:11 -060037 makefiles
Heinrich Schuchardt7fe2d4f2021-01-18 21:06:03 +010038 menus
Heinrich Schuchardt4f671582022-01-19 01:20:45 +010039 printf
Heinrich Schuchardtaf326e32022-02-16 07:59:31 +010040 smbios
Simon Glass7a42cd72022-04-30 00:56:45 -060041 spl
Simon Glassdcc6b792021-03-18 20:25:11 +130042 uefi/index
Simon Glassc08a9922022-07-30 15:52:03 -060043 vbe
Simon Glass3c9b78d2021-02-04 21:17:12 -070044 version
Heinrich Schuchardtac1627b2021-01-18 20:24:01 +010045
46Debugging
47---------
48
49.. toctree::
50 :maxdepth: 1
51
52 crash_dumps
Heinrich Schuchardtcc26f742020-12-12 10:14:22 +010053 trace
Heinrich Schuchardtac1627b2021-01-18 20:24:01 +010054
Simon Glass75ead662021-03-18 20:25:13 +130055Packaging
56---------
57
58.. toctree::
59 :maxdepth: 1
60
61 package/index
62
Heinrich Schuchardtac1627b2021-01-18 20:24:01 +010063Testing
64-------
65
66.. toctree::
67 :maxdepth: 1
68
Heinrich Schuchardt566a6782021-01-18 20:24:02 +010069 testing
Heinrich Schuchardt79c9f0e2021-01-18 20:24:03 +010070 py_testing
Simon Glass25404102021-03-07 17:35:17 -070071 tests_writing
Simon Glass9e78ad62021-03-07 17:34:42 -070072 tests_sandbox
Simon Glass9d1e6812021-07-21 21:35:50 -060073
74Refactoring
75-----------
76
77.. toctree::
78 :maxdepth: 1
79
Tom Rinia5330a12021-08-03 08:31:56 -040080 checkpatch
Simon Glass9d1e6812021-07-21 21:35:50 -060081 coccinelle
Simon Glass83cc72e2021-07-21 21:35:51 -060082 moveconfig
Simon Glass8724dfc2021-11-21 20:48:40 -070083
84Code quality
85------------
86
87.. toctree::
88 :maxdepth: 1
89
90 python_cq