Re: [U-Boot] [PATCH v3 29/62] dm: Add a tool to generate C code from a device tree

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass 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 > --- > > Changes in v3: > - Process the structs in a first pass, to correct bugs in widening > >

[U-Boot] [PATCH v3 29/62] dm: Add a tool to generate C code from a device tree

2016-07-04 Thread Simon Glass
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 --- 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/d