Re: [PATCH v5 1/2] dtc: Plugin and fixup support

2015-10-20 Thread David Gibson
On Wed, Aug 26, 2015 at 09:44:33PM +0300, Pantelis Antoniou wrote: > This patch enable the generation of symbols & local fixup information > for trees compiled with the -@ (--symbols) option. > > Using this patch labels in the tree and their users emit information > in __symbols__ and __local_fixu

Re: [PATCH v5 2/2] dtc: Document the dynamic plugin internals

2015-10-20 Thread David Gibson
On Wed, Aug 26, 2015 at 09:44:34PM +0300, Pantelis Antoniou wrote: > Provides the document explaining the internal mechanics of > plugins and options. > > Signed-off-by: Pantelis Antoniou > --- > Documentation/dt-object-internal.txt | 317 > +++ > 1 file changed,