1 .. SPDX-License-Identifier: GPL-2.0+
5 The U-Boot Documentation
6 ========================
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.
18 User-oriented documentation
19 ---------------------------
21 The following manuals are written for *users* of the U-Boot - those who are
22 trying to get it to work optimally on a given system.
30 Developer-oriented documentation
31 --------------------------------
33 The following manuals are written for *developers* of the U-Boot - those who
34 want to contribute to U-Boot.
41 Unified Extensible Firmware (UEFI)
42 ----------------------------------
44 U-Boot provides an implementation of the UEFI API allowing to run UEFI
45 compliant software like Linux, GRUB, and iPXE. Furthermore U-Boot itself
46 can be run an UEFI payload.
53 Driver-Model documentation
54 --------------------------
56 The following holds information on the U-Boot device driver framework:
57 driver-model, including the design details of itself and several driver
65 U-Boot API documentation
66 ------------------------
68 These books get into the details of how specific U-Boot subsystems work
69 from the point of view of a U-Boot developer. Much of the information here
70 is taken directly from the U-Boot source, with supplemental material added
71 as needed (or at least as we managed to add it - probably *not* all that is
79 Architecture-specific doc
80 -------------------------
82 These books provide programming details about architecture-specific
93 These books provide details about board-specific information. They are
94 organized in a vendor subdirectory.
104 These books provide information about booting the Android OS from U-Boot,
105 manipulating Android images from U-Boot shell and discusses other
106 Android-specific features available in U-Boot.