commit | 69f2ed7746c8944b2865c3838c36d97908305586 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 04 11:58:09 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 14 20:40:24 2016 -0600 |
tree | 50c59729ea4c075b8063d6d757cfa8b33ad9e2d1 | |
parent | ec564b47dad46e57347cef7b3f7f5bb51a329302 [diff] |
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>