]> git.baikalelectronics.ru Git - uboot.git/commit
fit: Introduce methods for applying overlays on fit-load
authorPantelis Antoniou <pantelis.antoniou@konsulko.com>
Mon, 4 Sep 2017 20:12:16 +0000 (23:12 +0300)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Sep 2017 11:27:49 +0000 (05:27 -0600)
commit890d29b5ad77b113b2a4bfe077ca04eddd6667e6
tree847a005598b2bee3418fdff9cf5dc47bfbf8d5ac
parent950e68a4610a97e6cd9f09e13cc5620c3e713995
fit: Introduce methods for applying overlays on fit-load

Introduce an overlay based method for constructing a base DT blob
to pass to the kernel.

It is based on a specific method now to get the FDT from a FIT image
named boot_get_fdt_fit().

Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/image-fdt.c
common/image-fit.c
include/image.h