]>
Commit | Line | Data |
---|---|---|
04459788 | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
78a88f79 | 2 | |
f0e608bc BM |
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 | |
78a88f79 | 17 | |
7114d89e BM |
18 | User-oriented documentation |
19 | --------------------------- | |
20 | ||
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. | |
23 | ||
24 | .. toctree:: | |
25 | :maxdepth: 2 | |
26 | ||
27 | build/index | |
d2472ded | 28 | usage/index |
7114d89e | 29 | |
932b8f8c HS |
30 | Developer-oriented documentation |
31 | -------------------------------- | |
32 | ||
33 | The following manuals are written for *developers* of the U-Boot - those who | |
34 | want to contribute to U-Boot. | |
35 | ||
36 | .. toctree:: | |
37 | :maxdepth: 2 | |
38 | ||
39 | develop/index | |
40 | ||
d9756c41 | 41 | |
c8fe916c BM |
42 | U-Boot API documentation |
43 | ------------------------ | |
44 | ||
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 | ||
04459788 | 51 | .. toctree:: |
c8fe916c | 52 | :maxdepth: 2 |
78a88f79 | 53 | |
c8fe916c | 54 | api/index |
f0e608bc | 55 | |
d8381386 BM |
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 | ||
59e3d1bd MV |
67 | Machine-specific doc |
68 | -------------------- | |
69 | ||
70 | These books provide programming details about machine-specific | |
71 | implementation. | |
72 | ||
73 | .. toctree:: | |
74 | :maxdepth: 2 | |
75 | ||
76 | imx/index | |
77 | ||
428c3f55 BM |
78 | Board-specific doc |
79 | ------------------ | |
80 | ||
81 | These books provide details about board-specific information. They are | |
82 | organized in a vendor subdirectory. | |
83 | ||
84 | .. toctree:: | |
85 | :maxdepth: 2 | |
86 | ||
87 | board/index | |
88 | ||
586a1bf5 SP |
89 | Android-specific doc |
90 | -------------------- | |
91 | ||
92 | These books provide information about booting the Android OS from U-Boot, | |
93 | manipulating Android images from U-Boot shell and discusses other | |
94 | Android-specific features available in U-Boot. | |
95 | ||
96 | .. toctree:: | |
97 | :maxdepth: 2 | |
98 | ||
99 | android/index | |
100 | ||
2d0423af SG |
101 | Chromium OS-specific doc |
102 | ------------------------ | |
103 | ||
104 | .. toctree:: | |
105 | :maxdepth: 2 | |
106 | ||
107 | chromium/index | |
108 | ||
f0e608bc BM |
109 | Indices and tables |
110 | ================== | |
111 | ||
112 | * :ref:`genindex` |