]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9895204d45cce6a7aeaf61cc5ce4ee0bfb958d16
treea32e174714c081efd4c2ffa612a48dc1f86fb83e
parent88b966cbe1522eed549223bdeb7197bf86fc64bd
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