blob: 458f0d2d0e0d40eb2db0b8fdf7979e95df3ecedb [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
Heinrich Schuchardt73d95c22019-07-26 06:46:08 +020018Unified Extensible Firmware (UEFI)
19----------------------------------
20
21U-Boot provides an implementation of the UEFI API allowing to run UEFI
22compliant software like Linux, GRUB, and iPXE. Furthermore U-Boot itself
23can be run an UEFI payload.
24
25.. toctree::
26 :maxdepth: 2
27
28 uefi/index
29
Bin Mengd9756c42019-07-18 00:33:48 -070030Driver-Model documentation
31--------------------------
Heinrich Schuchardt73d95c22019-07-26 06:46:08 +020032
Bin Mengd9756c42019-07-18 00:33:48 -070033The following holds information on the U-Boot device driver framework:
34driver-model, including the design details of itself and several driver
35subsystems.
36
37.. toctree::
38 :maxdepth: 2
39
40 driver-model/index
41
Bin Mengc8fe9162019-07-18 00:33:46 -070042U-Boot API documentation
43------------------------
Mario Six78a88f72018-07-10 08:40:17 +020044
Bin Mengc8fe9162019-07-18 00:33:46 -070045These books get into the details of how specific U-Boot subsystems work
46from the point of view of a U-Boot developer. Much of the information here
47is taken directly from the U-Boot source, with supplemental material added
48as needed (or at least as we managed to add it - probably *not* all that is
49needed).
50
51.. toctree::
52 :maxdepth: 2
53
54 api/index
Bin Mengf0e608b2019-07-18 00:33:47 -070055
Bin Mengd8381382019-07-18 00:34:02 -070056Architecture-specific doc
57-------------------------
58
59These books provide programming details about architecture-specific
60implementation.
61
62.. toctree::
63 :maxdepth: 2
64
65 arch/index
66
Bin Meng428c3f52019-07-18 00:34:04 -070067Board-specific doc
68------------------
69
70These books provide details about board-specific information. They are
71organized in a vendor subdirectory.
72
73.. toctree::
74 :maxdepth: 2
75
76 board/index
77
Bin Mengf0e608b2019-07-18 00:33:47 -070078Indices and tables
79==================
80
81* :ref:`genindex`