]> git.ipfire.org Git - people/ms/u-boot.git/commit - Kconfig
spl: Add an option to load a FIT containing U-Boot
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2016 05:55:56 +0000 (22:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:30 +0000 (19:18 -0400)
commitf1dcee59a2afc4cf39699eef7631edbff8693933
tree495ae6e880875227e816aac1517f32e6ddea663b
parent4b307f2387da95d3b91f1fef8c5b6dc2108ddb4d
spl: Add an option to load a FIT containing U-Boot

This provides a way to load a FIT containing U-Boot and a selection of device
tree files. The board can select the correct device tree by probing the
hardware. Then U-Boot is started with the selected device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
Kconfig
common/spl/Makefile
common/spl/spl_fit.c [new file with mode: 0644]
include/image.h
include/spl.h