]> Git Repo - J-u-boot.git/commit - cmd/adtimg.c
cmd: Add dtimg command
authorSam Protsenko <[email protected]>
Thu, 16 Aug 2018 20:34:13 +0000 (23:34 +0300)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
cmd/Kconfig
cmd/Makefile
cmd/dtimg.c [new file with mode: 0644]
common/Makefile
This page took 0.036004 seconds and 4 git commands to generate.