Re: [U-Boot] [PATCH 0/19] powerpc: Introduce device tree control and driver model

2015-01-23 Thread Simon Glass
+Tom Hi, On 15 December 2014 at 07:19, Simon Glass wrote: > This series does a small amount of tweaking to support device tree control > (CONFIG_OF_CONTROL) on PowerPC platforms. It also adds support for driver > model. In both cases the main effort is to set things up correctly before > calling

[U-Boot] [PATCH 0/19] powerpc: Introduce device tree control and driver model

2014-12-15 Thread Simon Glass
This series does a small amount of tweaking to support device tree control (CONFIG_OF_CONTROL) on PowerPC platforms. It also adds support for driver model. In both cases the main effort is to set things up correctly before calling board_init_f(). A new generic function, board_init_f_mem() is intro