Re: [U-Boot] [PATCH v2 05/71] dm: Add a function to create a 'live' device tree

2017-05-15 Thread Simon Glass
Hi Lothar, On 15 May 2017 at 01:34, Lothar Waßmann wrote: > Hi, > > On Sun, 14 May 2017 21:03:23 -0600 Simon Glass wrote: >> Hi Lothar, >> >> On 11 May 2017 at 08:59, Lothar Waßmann wrote: >> > Hi, >> > >> > On Wed, 10 May 2017 08:20:44 -0600 Simon Glass wrote: >> >> This function converts the f

Re: [U-Boot] [PATCH v2 05/71] dm: Add a function to create a 'live' device tree

2017-05-15 Thread Lothar Waßmann
Hi, On Sun, 14 May 2017 21:03:23 -0600 Simon Glass wrote: > Hi Lothar, > > On 11 May 2017 at 08:59, Lothar Waßmann wrote: > > Hi, > > > > On Wed, 10 May 2017 08:20:44 -0600 Simon Glass wrote: > >> This function converts the flat device tree into a hierarchical one with > >> C structures and poin

Re: [U-Boot] [PATCH v2 05/71] dm: Add a function to create a 'live' device tree

2017-05-14 Thread Simon Glass
Hi Lothar, On 11 May 2017 at 08:59, Lothar Waßmann wrote: > Hi, > > On Wed, 10 May 2017 08:20:44 -0600 Simon Glass wrote: >> This function converts the flat device tree into a hierarchical one with >> C structures and pointers. This is easier to access. >> >> Signed-off-by: Simon Glass >> --- >>

Re: [U-Boot] [PATCH v2 05/71] dm: Add a function to create a 'live' device tree

2017-05-12 Thread Lothar Waßmann
Hi, On Wed, 10 May 2017 08:20:44 -0600 Simon Glass wrote: > This function converts the flat device tree into a hierarchical one with > C structures and pointers. This is easier to access. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > include/of_live.h | 24 > lib/Make

[U-Boot] [PATCH v2 05/71] dm: Add a function to create a 'live' device tree

2017-05-10 Thread Simon Glass
This function converts the flat device tree into a hierarchical one with C structures and pointers. This is easier to access. Signed-off-by: Simon Glass --- Changes in v2: None include/of_live.h | 24 lib/Makefile | 1 + lib/of_live.c | 333