Heinrich Schuchardt | 653a547 | 2018-07-29 13:45:47 +0200 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
Mario Six | 8fac291 | 2018-07-10 08:40:17 +0200 | [diff] [blame] | 2 | |
Heinrich Schuchardt | 653a547 | 2018-07-29 13:45:47 +0200 | [diff] [blame] | 3 | ####################### |
| 4 | U-Boot Developer Manual |
| 5 | ####################### |
Mario Six | 8fac291 | 2018-07-10 08:40:17 +0200 | [diff] [blame] | 6 | |
Bin Meng | 450704e | 2019-07-18 00:33:46 -0700 | [diff] [blame^] | 7 | U-Boot API documentation |
| 8 | ------------------------ |
| 9 | |
| 10 | These books get into the details of how specific U-Boot subsystems work |
| 11 | from the point of view of a U-Boot developer. Much of the information here |
| 12 | is taken directly from the U-Boot source, with supplemental material added |
| 13 | as needed (or at least as we managed to add it - probably *not* all that is |
| 14 | needed). |
| 15 | |
Heinrich Schuchardt | 653a547 | 2018-07-29 13:45:47 +0200 | [diff] [blame] | 16 | .. toctree:: |
Bin Meng | 450704e | 2019-07-18 00:33:46 -0700 | [diff] [blame^] | 17 | :maxdepth: 2 |
Mario Six | 8fac291 | 2018-07-10 08:40:17 +0200 | [diff] [blame] | 18 | |
Bin Meng | 450704e | 2019-07-18 00:33:46 -0700 | [diff] [blame^] | 19 | api/index |