]> git.ipfire.org Git - people/ms/u-boot.git/commit
boot_fit: Create helper functions that can be used to select DTB out of FIT
authorCooper Jr., Franklin <fcooper@ti.com>
Fri, 16 Jun 2017 22:25:06 +0000 (17:25 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:25:50 +0000 (14:25 -0400)
commit92926bc80c5330d7ee71d0e56926264bce9dea3b
treeccde9f6763d2ea61dce3775ec3328730949eeed7
parent3863f840fa03f6b93672a5afff74f15d460cb911
boot_fit: Create helper functions that can be used to select DTB out of FIT

Some platforms may append a FIT image to the U-boot image. This function
aids in parsing the FIT image and selecting the correct DTB at runtime.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/Kconfig
common/Makefile
common/boot_fit.c [new file with mode: 0644]
include/boot_fit.h [new file with mode: 0644]
include/image.h