Simon Glass | 75ead66 | 2021-03-18 20:25:13 +1300 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | Flat Image Tree (FIT) |
| 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 |
Simon Glass | 3786268 | 2023-06-23 13:22:01 +0100 | [diff] [blame] | 9 | |
| 10 | .. toctree:: |
| 11 | :maxdepth: 1 |
Simon Glass | a37a8f2 | 2023-06-23 13:22:02 +0100 | [diff] [blame] | 12 | |
| 13 | source_file_format |
Simon Glass | 7b75161 | 2023-06-23 13:22:05 +0100 | [diff] [blame^] | 14 | x86-fit-boot |