Re: [U-Boot] [PATCH 08/30] dtoc: Create a base class for Fdt

2016-08-27 Thread Simon Glass
On 25 July 2016 at 18:59, Simon Glass wrote: > At present we have two separate implementations of the Fdt library, one which > uses fdtget/fdtput and one which uses libfdt (via swig). > > Before adding more functionality it makes sense to create a base class for > these. This will allow common fun

[U-Boot] [PATCH 08/30] dtoc: Create a base class for Fdt

2016-07-25 Thread Simon Glass
At present we have two separate implementations of the Fdt library, one which uses fdtget/fdtput and one which uses libfdt (via swig). Before adding more functionality it makes sense to create a base class for these. This will allow common functions to be shared, and make the Fdt API a little clea