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