mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Commit 488445cefa ("doc: Move FIT into its own directory") moved the
documentation in doc/uImage.FIT to doc/usage/fit, subsequently all
documents and example sources have been converted to reStructuredText.
Fix (almost) all of the remaining occurrences of the old path and
filenames across the tree.
The exception is doc/uImage.FIT/command_syntax_extensions.txt which
apparently has been removed entirely, or at least I was unable to
locate where that document is now.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
20 lines
513 B
ReStructuredText
20 lines
513 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
Package U-Boot
|
|
==============
|
|
|
|
U-Boot uses Flat Image Tree (FIT) as a standard file format for packaging
|
|
images that it reads and boots. Documentation about FIT is available at
|
|
doc/usage/fit
|
|
|
|
U-Boot also provides binman for cases not covered by FIT. Examples include
|
|
initial execution (since FIT itself does not have an executable header) and
|
|
dealing with device boundaries, such as the read-only/read-write separation in
|
|
SPI flash.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
binman
|