]> git.ipfire.org Git - people/ms/u-boot.git/commit
FIT: List kernel_noload in the list of types
authorTom Rini <trini@konsulko.com>
Tue, 18 Jul 2017 18:14:19 +0000 (14:14 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 26 Jul 2017 15:29:15 +0000 (11:29 -0400)
commit25fa0b930fc43fd147d9d4951cb379fa73abf33b
treecf745b641dd8c8ec6b9a8ee5e5c8a986e76ab504
parent7016651eaccddf44216ba6c67958072a654047c5
FIT: List kernel_noload in the list of types

In the source_file_format.txt file we talk about how to construct a
valid FIT image.  While it already says to look at the source for the
full list, add kernel_noload to the explicit list of types.  This is
arguably the most important type to use as most often we are including a
kernel that will run from wherever it is loaded into memory and execute.

This for example, allows you to create a single FIT image for Linux that
can be used on both OMAP and i.MX devices as the kernel will not need to
be moved in memory.

Signed-off-by: Tom Rini <trini@konsulko.com>
doc/uImage.FIT/source_file_format.txt