
On Mon, Sep 24, 2012 at 03:21:54AM +0200, Marek Vasut wrote:
This is a first stab at the linker-generated array. Basically, this concept is a generic abstraction of how u_boot_cmd works today. The patch 2/3 contains a huge pile of documentation which should clarify most of the questions.
NOTE: Compile-testing in progress, but it works with m28evk and sandbox for now.
Marek Vasut (3): common: Add symbol handling for generic lists into Makefile common: Implement support for linker-generated arrays common: Add .u_boot_list into all linker files
So... it's a generic version of the u_boot_cmd infrastructure. Do you start using this in DM? Would it be a lot of work to make patch #4 be converting u_boot_cmd? Or do you just want to say, once folks are happy with this of course, that the first bits of DM will depend on this series being merged? Thanks!