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