Re: [U-Boot] [PATCH v2 27/29] binman: Add a ProcessFdt() method

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > Some entry types modify the device tree, e.g. to remove microcode or add a > property. So far this just modifies their local copy and does not affect > a 'shared' device tree. > > Rather than doing this modification in the ObtainContents() method, and

[U-Boot] [PATCH v2 27/29] binman: Add a ProcessFdt() method

2018-07-06 Thread Simon Glass
Some entry types modify the device tree, e.g. to remove microcode or add a property. So far this just modifies their local copy and does not affect a 'shared' device tree. Rather than doing this modification in the ObtainContents() method, and a new ProcessFdt() method which is specifically design