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