cmd: Add dtimg command
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 16 Aug 2018 20:34:13 +0000 (23:34 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 20 Aug 2018 11:21:29 +0000 (07:21 -0400)
commitd03e76af5ce343d9bae253b7604b2d9334d40a46
treea32e174714c081efd4c2ffa612a48dc1f86fb83e
parentc04473345712ddb5484000c04d76218f258542df
cmd: Add dtimg command

dtimg command allows user to work with Android DTB/DTBO image format.
Such as, getting the address of desired DTB/DTBO file, printing the dump
of the image in U-Boot shell, etc.

This command is needed to provide Android boot with new Android DT image
format further.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig
cmd/Makefile
cmd/dtimg.c [new file with mode: 0644]
common/Makefile