Heinrich Schuchardt | 0445978 | 2018-07-29 13:45:47 +0200 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
Mario Six | 78a88f7 | 2018-07-10 08:40:17 +0200 | [diff] [blame] | 2 | |
Bin Meng | f0e608b | 2019-07-18 00:33:47 -0700 | [diff] [blame] | 3 | .. _u-boot_doc: |
| 4 | |
| 5 | The U-Boot Documentation |
| 6 | ======================== |
| 7 | |
| 8 | This is the top level of the U-Boot's documentation tree. U-Boot |
| 9 | documentation, like the U-Boot itself, is very much a work in progress; |
| 10 | that is especially true as we work to integrate our many scattered |
| 11 | documents into a coherent whole. Please note that improvements to the |
| 12 | documentation are welcome; join the U-Boot list at http://lists.denx.de |
| 13 | if you want to help out. |
| 14 | |
| 15 | .. toctree:: |
| 16 | :maxdepth: 2 |
Mario Six | 78a88f7 | 2018-07-10 08:40:17 +0200 | [diff] [blame] | 17 | |
Bin Meng | d9756c4 | 2019-07-18 00:33:48 -0700 | [diff] [blame] | 18 | Driver-Model documentation |
| 19 | -------------------------- |
| 20 | The following holds information on the U-Boot device driver framework: |
| 21 | driver-model, including the design details of itself and several driver |
| 22 | subsystems. |
| 23 | |
| 24 | .. toctree:: |
| 25 | :maxdepth: 2 |
| 26 | |
| 27 | driver-model/index |
| 28 | |
Bin Meng | c8fe916 | 2019-07-18 00:33:46 -0700 | [diff] [blame] | 29 | U-Boot API documentation |
| 30 | ------------------------ |
Mario Six | 78a88f7 | 2018-07-10 08:40:17 +0200 | [diff] [blame] | 31 | |
Bin Meng | c8fe916 | 2019-07-18 00:33:46 -0700 | [diff] [blame] | 32 | These books get into the details of how specific U-Boot subsystems work |
| 33 | from the point of view of a U-Boot developer. Much of the information here |
| 34 | is taken directly from the U-Boot source, with supplemental material added |
| 35 | as needed (or at least as we managed to add it - probably *not* all that is |
| 36 | needed). |
| 37 | |
| 38 | .. toctree:: |
| 39 | :maxdepth: 2 |
| 40 | |
| 41 | api/index |
Bin Meng | f0e608b | 2019-07-18 00:33:47 -0700 | [diff] [blame] | 42 | |
Bin Meng | d838138 | 2019-07-18 00:34:02 -0700 | [diff] [blame] | 43 | Architecture-specific doc |
| 44 | ------------------------- |
| 45 | |
| 46 | These books provide programming details about architecture-specific |
| 47 | implementation. |
| 48 | |
| 49 | .. toctree:: |
| 50 | :maxdepth: 2 |
| 51 | |
| 52 | arch/index |
| 53 | |
Bin Meng | 428c3f5 | 2019-07-18 00:34:04 -0700 | [diff] [blame] | 54 | Board-specific doc |
| 55 | ------------------ |
| 56 | |
| 57 | These books provide details about board-specific information. They are |
| 58 | organized in a vendor subdirectory. |
| 59 | |
| 60 | .. toctree:: |
| 61 | :maxdepth: 2 |
| 62 | |
| 63 | board/index |
| 64 | |
Bin Meng | f0e608b | 2019-07-18 00:33:47 -0700 | [diff] [blame] | 65 | Indices and tables |
| 66 | ================== |
| 67 | |
| 68 | * :ref:`genindex` |