]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: Add a tool to generate C code from a device tree
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:58:09 +0000 (11:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commit69f2ed7746c8944b2865c3838c36d97908305586
tree50c59729ea4c075b8063d6d757cfa8b33ad9e2d1
parentec564b47dad46e57347cef7b3f7f5bb51a329302
dm: Add a tool to generate C code from a device tree

This tool can produce C struct definitions and C platform data tables.
This is used to support the of-platdata feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtoc [new symlink]
tools/dtoc/dtoc.py [new file with mode: 0755]