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

2017-05-24 Thread sjg
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 v3: None Changes in v2: None include/of_live.h | 24 lib/Makefile | 1 + lib/of_live.c | 333

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

2017-05-18 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 v3: None Changes in v2: None include/of_live.h | 24 lib/Makefile | 1 + lib/of_live.c | 333