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 | |||||
Heinrich Schuchardt | ac1627b | 2021-01-18 20:24:01 +0100 | [diff] [blame] | 6 | Implementation |
7 | -------------- | ||||
Heinrich Schuchardt | 7182061 | 2020-04-24 23:31:20 +0200 | [diff] [blame] | 8 | |
9 | .. toctree:: | ||||
Heinrich Schuchardt | ac1627b | 2021-01-18 20:24:01 +0100 | [diff] [blame] | 10 | :maxdepth: 1 |
Heinrich Schuchardt | 7182061 | 2020-04-24 23:31:20 +0200 | [diff] [blame] | 11 | |
Simon Glass | 1d7e28d | 2021-09-08 07:33:52 -0600 | [diff] [blame] | 12 | bloblist |
Tom Rini | d4f5d2a | 2021-07-27 13:01:44 -0400 | [diff] [blame] | 13 | ci_testing |
Heinrich Schuchardt | fb95282 | 2020-12-12 08:33:28 +0100 | [diff] [blame] | 14 | commands |
Simon Glass | ac35c2f | 2021-08-01 18:57:10 -0600 | [diff] [blame] | 15 | devicetree/index |
Simon Glass | d5ea994 | 2021-03-18 20:25:12 +1300 | [diff] [blame] | 16 | driver-model/index |
Heinrich Schuchardt | fd57449 | 2020-10-05 08:30:10 +0200 | [diff] [blame] | 17 | global_data |
Heinrich Schuchardt | 9f3d332 | 2020-05-31 10:46:12 +0200 | [diff] [blame] | 18 | logging |
Simon Glass | e6e8244 | 2021-07-21 20:09:11 -0600 | [diff] [blame] | 19 | makefiles |
Heinrich Schuchardt | 7fe2d4f | 2021-01-18 21:06:03 +0100 | [diff] [blame] | 20 | menus |
Simon Glass | dcc6b79 | 2021-03-18 20:25:11 +1300 | [diff] [blame] | 21 | uefi/index |
Simon Glass | 3c9b78d | 2021-02-04 21:17:12 -0700 | [diff] [blame] | 22 | version |
Heinrich Schuchardt | ac1627b | 2021-01-18 20:24:01 +0100 | [diff] [blame] | 23 | |
24 | Debugging | ||||
25 | --------- | ||||
26 | |||||
27 | .. toctree:: | ||||
28 | :maxdepth: 1 | ||||
29 | |||||
30 | crash_dumps | ||||
Heinrich Schuchardt | cc26f74 | 2020-12-12 10:14:22 +0100 | [diff] [blame] | 31 | trace |
Heinrich Schuchardt | ac1627b | 2021-01-18 20:24:01 +0100 | [diff] [blame] | 32 | |
Simon Glass | 75ead66 | 2021-03-18 20:25:13 +1300 | [diff] [blame] | 33 | Packaging |
34 | --------- | ||||
35 | |||||
36 | .. toctree:: | ||||
37 | :maxdepth: 1 | ||||
38 | |||||
39 | package/index | ||||
40 | |||||
Heinrich Schuchardt | ac1627b | 2021-01-18 20:24:01 +0100 | [diff] [blame] | 41 | Testing |
42 | ------- | ||||
43 | |||||
44 | .. toctree:: | ||||
45 | :maxdepth: 1 | ||||
46 | |||||
Heinrich Schuchardt | 566a678 | 2021-01-18 20:24:02 +0100 | [diff] [blame] | 47 | testing |
Heinrich Schuchardt | 79c9f0e | 2021-01-18 20:24:03 +0100 | [diff] [blame] | 48 | py_testing |
Simon Glass | 2540410 | 2021-03-07 17:35:17 -0700 | [diff] [blame] | 49 | tests_writing |
Simon Glass | 9e78ad6 | 2021-03-07 17:34:42 -0700 | [diff] [blame] | 50 | tests_sandbox |
Simon Glass | 9d1e681 | 2021-07-21 21:35:50 -0600 | [diff] [blame] | 51 | |
52 | Refactoring | ||||
53 | ----------- | ||||
54 | |||||
55 | .. toctree:: | ||||
56 | :maxdepth: 1 | ||||
57 | |||||
Tom Rini | a5330a1 | 2021-08-03 08:31:56 -0400 | [diff] [blame] | 58 | checkpatch |
Simon Glass | 9d1e681 | 2021-07-21 21:35:50 -0600 | [diff] [blame] | 59 | coccinelle |
Simon Glass | 83cc72e | 2021-07-21 21:35:51 -0600 | [diff] [blame] | 60 | moveconfig |