Re: [U-Boot] [PATCH v3 31/62] dm: Add a more efficient libfdt library

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > Add a Python version of the libfdt library which contains enough features to > support the dtoc tool. This is only a very bare-bones implementation. It > requires the 'swig' to build. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Fix han

[U-Boot] [PATCH v3 31/62] dm: Add a more efficient libfdt library

2016-07-04 Thread Simon Glass
Add a Python version of the libfdt library which contains enough features to support the dtoc tool. This is only a very bare-bones implementation. It requires the 'swig' to build. Signed-off-by: Simon Glass --- Changes in v3: - Fix handling of boolean value (no impact, but it is more correct) -