Re: [U-Boot] [PATCH v3 28/62] dm: Add a library to provide simple device-tree access

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > This Python library provides a way to access the contents of the device > tree. It uses fdtget, so is inefficient for larger device tree files. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Update comments a little > - Add GetEmpty() to

[U-Boot] [PATCH v3 28/62] dm: Add a library to provide simple device-tree access

2016-07-04 Thread Simon Glass
This Python library provides a way to access the contents of the device tree. It uses fdtget, so is inefficient for larger device tree files. Signed-off-by: Simon Glass --- Changes in v3: - Update comments a little - Add GetEmpty() to obtain an empty/zero value of a given type Changes in v2: No