blob: 9ae2e167bc97eb08141b632ab212f7fe8f18edb2 [file] [log] [blame]
Heinrich Schuchardt653a5472018-07-29 13:45:47 +02001.. SPDX-License-Identifier: GPL-2.0+
Mario Six8fac2912018-07-10 08:40:17 +02002
Bin Meng407189a2019-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 Six8fac2912018-07-10 08:40:17 +020017
Bin Mengbe3beaa2019-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 Meng450704e2019-07-18 00:33:46 -070029U-Boot API documentation
30------------------------
31
32These 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
Heinrich Schuchardt653a5472018-07-29 13:45:47 +020038.. toctree::
Bin Meng450704e2019-07-18 00:33:46 -070039 :maxdepth: 2
Mario Six8fac2912018-07-10 08:40:17 +020040
Bin Meng450704e2019-07-18 00:33:46 -070041 api/index
Bin Meng407189a2019-07-18 00:33:47 -070042
Bin Meng1ba396e2019-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 Mengc2c82cb2019-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 Meng407189a2019-07-18 00:33:47 -070065Indices and tables
66==================
67
68* :ref:`genindex`