blob: 4f448313f95cfa0e125951c2d91d012053ef9ffd [file] [log] [blame]
Simon Glass61adb2d2021-03-18 20:25:13 +13001.. 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
Heinrich Schuchardt932f72d2022-10-04 22:02:46 +02007images that it reads and boots. Documentation about FIT is available at
Simon Glass61adb2d2021-03-18 20:25:13 +13008doc/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