dtbhtool: Split out dtimg components
authorChristopher N. Hesse <raymanfx@gmail.com>
Thu, 29 Dec 2016 23:11:33 +0000 (00:11 +0100)
committerBrandon McAnsh <brandon.mcansh@gmail.com>
Sun, 8 Jan 2017 05:21:24 +0000 (00:21 -0500)
commite3b666d2a9a695eb2bdcc19e202c9032c14c7a8e
treecbb825d9feb6913d8a865b8eb20f8886f8008957
parentf3234e85a1d80ab74ceb9f61a31ad6ca9f7c1554
dtbhtool: Split out dtimg components

Factor out DT image creation code into a small host
library.

Create a new host binary which allows us to create
device tree blob (DTB) images.

Change-Id: I5424684ad467b952df8b2ccf3afbacdec03e88c9
dtbhtool/Android.mk
dtbhtool/dtbimg.c [new file with mode: 0644]
dtbhtool/libdtbimg/dtbimg.h [new file with mode: 0644]
dtbhtool/mkbootimg.c
dtbhtool/mkdtbimg.c [new file with mode: 0644]