Heinrich Schuchardt | 7182061 | 2020-04-24 23:31:20 +0200 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | Develop U-Boot | ||||
4 | ============== | ||||
5 | |||||
Tom Rini | a023c19 | 2022-07-14 08:07:40 -0400 | [diff] [blame] | 6 | General |
7 | ------- | ||||
8 | |||||
9 | .. toctree:: | ||||
10 | :maxdepth: 1 | ||||
11 | |||||
12 | codingstyle | ||||
Tom Rini | 491616d | 2022-07-14 08:07:41 -0400 | [diff] [blame] | 13 | designprinciples |
Tom Rini | 62a2e1d | 2022-08-29 12:59:33 -0400 | [diff] [blame] | 14 | patman |
Tom Rini | 4476965 | 2022-07-14 08:07:43 -0400 | [diff] [blame] | 15 | process |
Tom Rini | a5e4cd6 | 2022-07-12 17:34:14 -0400 | [diff] [blame] | 16 | release_cycle |
Tom Rini | 2eaffba | 2022-11-03 14:25:44 -0400 | [diff] [blame] | 17 | security |
Simon Glass | c8ab031 | 2022-08-09 13:49:57 -0600 | [diff] [blame] | 18 | sending_patches |
Tom Rini | 2eaffba | 2022-11-03 14:25:44 -0400 | [diff] [blame] | 19 | system_configuration |
Tom Rini | a023c19 | 2022-07-14 08:07:40 -0400 | [diff] [blame] | 20 | |
Heinrich Schuchardt | ac1627b | 2021-01-18 20:24:01 +0100 | [diff] [blame] | 21 | Implementation |
22 | -------------- | ||||
Heinrich Schuchardt | 7182061 | 2020-04-24 23:31:20 +0200 | [diff] [blame] | 23 | |
24 | .. toctree:: | ||||
Heinrich Schuchardt | ac1627b | 2021-01-18 20:24:01 +0100 | [diff] [blame] | 25 | :maxdepth: 1 |
Heinrich Schuchardt | 7182061 | 2020-04-24 23:31:20 +0200 | [diff] [blame] | 26 | |
Simon Glass | 1d7e28d | 2021-09-08 07:33:52 -0600 | [diff] [blame] | 27 | bloblist |
Simon Glass | 83b9be6 | 2022-04-24 23:31:26 -0600 | [diff] [blame] | 28 | bootstd |
Tom Rini | d4f5d2a | 2021-07-27 13:01:44 -0400 | [diff] [blame] | 29 | ci_testing |
Heinrich Schuchardt | fb95282 | 2020-12-12 08:33:28 +0100 | [diff] [blame] | 30 | commands |
Simon Glass | 4623692 | 2021-09-19 15:51:10 -0600 | [diff] [blame] | 31 | config_binding |
Stefan Roese | 4736bec | 2022-09-02 13:57:53 +0200 | [diff] [blame] | 32 | cyclic |
Simon Glass | ac35c2f | 2021-08-01 18:57:10 -0600 | [diff] [blame] | 33 | devicetree/index |
Simon Glass | 5769531 | 2021-10-14 12:48:10 -0600 | [diff] [blame] | 34 | distro |
Simon Glass | d5ea994 | 2021-03-18 20:25:12 +1300 | [diff] [blame] | 35 | driver-model/index |
Simon Glass | 420febd | 2021-10-21 21:08:50 -0600 | [diff] [blame] | 36 | environment |
Simon Glass | 0fd8706 | 2022-03-04 08:43:08 -0700 | [diff] [blame] | 37 | event |
Heinrich Schuchardt | fd57449 | 2020-10-05 08:30:10 +0200 | [diff] [blame] | 38 | global_data |
Heinrich Schuchardt | 9f3d332 | 2020-05-31 10:46:12 +0200 | [diff] [blame] | 39 | logging |
Simon Glass | e6e8244 | 2021-07-21 20:09:11 -0600 | [diff] [blame] | 40 | makefiles |
Heinrich Schuchardt | 7fe2d4f | 2021-01-18 21:06:03 +0100 | [diff] [blame] | 41 | menus |
Heinrich Schuchardt | 4f67158 | 2022-01-19 01:20:45 +0100 | [diff] [blame] | 42 | printf |
Heinrich Schuchardt | af326e3 | 2022-02-16 07:59:31 +0100 | [diff] [blame] | 43 | smbios |
Simon Glass | 7a42cd7 | 2022-04-30 00:56:45 -0600 | [diff] [blame] | 44 | spl |
Simon Glass | dcc6b79 | 2021-03-18 20:25:11 +1300 | [diff] [blame] | 45 | uefi/index |
Simon Glass | c08a992 | 2022-07-30 15:52:03 -0600 | [diff] [blame] | 46 | vbe |
Simon Glass | 3c9b78d | 2021-02-04 21:17:12 -0700 | [diff] [blame] | 47 | version |
Heinrich Schuchardt | ac1627b | 2021-01-18 20:24:01 +0100 | [diff] [blame] | 48 | |
49 | Debugging | ||||
50 | --------- | ||||
51 | |||||
52 | .. toctree:: | ||||
53 | :maxdepth: 1 | ||||
54 | |||||
55 | crash_dumps | ||||
Heinrich Schuchardt | cc26f74 | 2020-12-12 10:14:22 +0100 | [diff] [blame] | 56 | trace |
Heinrich Schuchardt | ac1627b | 2021-01-18 20:24:01 +0100 | [diff] [blame] | 57 | |
Simon Glass | 75ead66 | 2021-03-18 20:25:13 +1300 | [diff] [blame] | 58 | Packaging |
59 | --------- | ||||
60 | |||||
61 | .. toctree:: | ||||
62 | :maxdepth: 1 | ||||
63 | |||||
64 | package/index | ||||
65 | |||||
Heinrich Schuchardt | ac1627b | 2021-01-18 20:24:01 +0100 | [diff] [blame] | 66 | Testing |
67 | ------- | ||||
68 | |||||
69 | .. toctree:: | ||||
70 | :maxdepth: 1 | ||||
71 | |||||
Heinrich Schuchardt | 566a678 | 2021-01-18 20:24:02 +0100 | [diff] [blame] | 72 | testing |
Heinrich Schuchardt | 79c9f0e | 2021-01-18 20:24:03 +0100 | [diff] [blame] | 73 | py_testing |
Simon Glass | 2540410 | 2021-03-07 17:35:17 -0700 | [diff] [blame] | 74 | tests_writing |
Simon Glass | 9e78ad6 | 2021-03-07 17:34:42 -0700 | [diff] [blame] | 75 | tests_sandbox |
Simon Glass | 9d1e681 | 2021-07-21 21:35:50 -0600 | [diff] [blame] | 76 | |
77 | Refactoring | ||||
78 | ----------- | ||||
79 | |||||
80 | .. toctree:: | ||||
81 | :maxdepth: 1 | ||||
82 | |||||
Tom Rini | a5330a1 | 2021-08-03 08:31:56 -0400 | [diff] [blame] | 83 | checkpatch |
Simon Glass | 9d1e681 | 2021-07-21 21:35:50 -0600 | [diff] [blame] | 84 | coccinelle |
Simon Glass | 83cc72e | 2021-07-21 21:35:51 -0600 | [diff] [blame] | 85 | moveconfig |
Simon Glass | 8724dfc | 2021-11-21 20:48:40 -0700 | [diff] [blame] | 86 | |
87 | Code quality | ||||
88 | ------------ | ||||
89 | |||||
90 | .. toctree:: | ||||
91 | :maxdepth: 1 | ||||
92 | |||||
93 | python_cq |