Simon Glass | 75ead66 | 2021-03-18 20:25:13 +1300 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | Package U-Boot |
| 4 | ============== |
| 5 | |
| 6 | U-Boot uses Flat Image Tree (FIT) as a standard file format for packaging |
| 7 | images that it it reads and boots. Documentation about FIT is available at |
| 8 | doc/uImage.FIT |
| 9 | |
| 10 | U-Boot also provides binman for cases not covered by FIT. Examples include |
| 11 | initial execution (since FIT itself does not have an executable header) and |
| 12 | dealing with device boundaries, such as the read-only/read-write separation in |
| 13 | SPI flash. |
| 14 | |
| 15 | |
| 16 | .. toctree:: |
| 17 | :maxdepth: 2 |
| 18 | |
| 19 | binman |