Home
last modified time | relevance | path

Searched hist:"1 a12fdc461421b5a385ab5d7926e5425d429d48e" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/
H A DKconfig1a12fdc461421b5a385ab5d7926e5425d429d48e Wed Apr 26 00:32:45 UTC 2017 Andre Przywara <andre.przywara@arm.com> Makefile: add rules to generate SPL FIT images

Some platforms require more complex U-Boot images than we can easily
generate via the mkimage command line, for instance to load additional
image files.
Introduce a CONFIG_SPL_FIT_SOURCE and CONFIG_SPL_FIT_GENERATOR symbol,
which can either hold an .its source file describing the image layout,
or, in the second case, a generator tool (script) to create such
a source file. This script gets passed the list of device tree files
from the CONFIG_OF_LIST variable.
A platform or board can define either of those in their defconfig file
to allow an easy building of such an image.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
H A DMakefile1a12fdc461421b5a385ab5d7926e5425d429d48e Wed Apr 26 00:32:45 UTC 2017 Andre Przywara <andre.przywara@arm.com> Makefile: add rules to generate SPL FIT images

Some platforms require more complex U-Boot images than we can easily
generate via the mkimage command line, for instance to load additional
image files.
Introduce a CONFIG_SPL_FIT_SOURCE and CONFIG_SPL_FIT_GENERATOR symbol,
which can either hold an .its source file describing the image layout,
or, in the second case, a generator tool (script) to create such
a source file. This script gets passed the list of device tree files
from the CONFIG_OF_LIST variable.
A platform or board can define either of those in their defconfig file
to allow an easy building of such an image.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>