
15 Jul
2016
15 Jul
'16
5:59 a.m.
On 4 July 2016 at 11:58, Simon Glass sjg@chromium.org wrote:
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
Changes in v3:
- Process the structs in a first pass, to correct bugs in widening
Changes in v2: None
tools/dtoc/dtoc | 1 + tools/dtoc/dtoc.py | 391 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 392 insertions(+) create mode 120000 tools/dtoc/dtoc create mode 100755 tools/dtoc/dtoc.py
Applied to u-boot-dm