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 | |
Heinrich Schuchardt | 73d95c2 | 2019-07-26 06:46:08 +0200 | [diff] [blame] | 18 | Unified Extensible Firmware (UEFI) |
| 19 | ---------------------------------- |
| 20 | |
| 21 | U-Boot provides an implementation of the UEFI API allowing to run UEFI |
| 22 | compliant software like Linux, GRUB, and iPXE. Furthermore U-Boot itself |
| 23 | can be run an UEFI payload. |
| 24 | |
| 25 | .. toctree:: |
| 26 | :maxdepth: 2 |
| 27 | |
| 28 | uefi/index |
| 29 | |
Bin Meng | d9756c4 | 2019-07-18 00:33:48 -0700 | [diff] [blame] | 30 | Driver-Model documentation |
| 31 | -------------------------- |
Heinrich Schuchardt | 73d95c2 | 2019-07-26 06:46:08 +0200 | [diff] [blame] | 32 | |
Bin Meng | d9756c4 | 2019-07-18 00:33:48 -0700 | [diff] [blame] | 33 | The following holds information on the U-Boot device driver framework: |
| 34 | driver-model, including the design details of itself and several driver |
| 35 | subsystems. |
| 36 | |
| 37 | .. toctree:: |
| 38 | :maxdepth: 2 |
| 39 | |
| 40 | driver-model/index |
| 41 | |
Bin Meng | c8fe916 | 2019-07-18 00:33:46 -0700 | [diff] [blame] | 42 | U-Boot API documentation |
| 43 | ------------------------ |
Mario Six | 78a88f7 | 2018-07-10 08:40:17 +0200 | [diff] [blame] | 44 | |
Bin Meng | c8fe916 | 2019-07-18 00:33:46 -0700 | [diff] [blame] | 45 | These books get into the details of how specific U-Boot subsystems work |
| 46 | from the point of view of a U-Boot developer. Much of the information here |
| 47 | is taken directly from the U-Boot source, with supplemental material added |
| 48 | as needed (or at least as we managed to add it - probably *not* all that is |
| 49 | needed). |
| 50 | |
| 51 | .. toctree:: |
| 52 | :maxdepth: 2 |
| 53 | |
| 54 | api/index |
Bin Meng | f0e608b | 2019-07-18 00:33:47 -0700 | [diff] [blame] | 55 | |
Bin Meng | d838138 | 2019-07-18 00:34:02 -0700 | [diff] [blame] | 56 | Architecture-specific doc |
| 57 | ------------------------- |
| 58 | |
| 59 | These books provide programming details about architecture-specific |
| 60 | implementation. |
| 61 | |
| 62 | .. toctree:: |
| 63 | :maxdepth: 2 |
| 64 | |
| 65 | arch/index |
| 66 | |
Bin Meng | 428c3f5 | 2019-07-18 00:34:04 -0700 | [diff] [blame] | 67 | Board-specific doc |
| 68 | ------------------ |
| 69 | |
| 70 | These books provide details about board-specific information. They are |
| 71 | organized in a vendor subdirectory. |
| 72 | |
| 73 | .. toctree:: |
| 74 | :maxdepth: 2 |
| 75 | |
| 76 | board/index |
| 77 | |
Bin Meng | f0e608b | 2019-07-18 00:33:47 -0700 | [diff] [blame] | 78 | Indices and tables |
| 79 | ================== |
| 80 | |
| 81 | * :ref:`genindex` |