Re: [PATCH v3] commands: of_dump switch to get fixed devictree

2014-09-01 Thread Jan Weitzel
Am 01.09.2014 um 12:38 schrieb Sascha Hauer: On Thu, Aug 21, 2014 at 01:26:19PM +0200, Jan Weitzel wrote: Add a switch to get the devicetree processed by the registered fixups. This is also whats the kernel gets. Signed-off-by: Jan Weitzel --- v3: create a copy of the internal devicetree befor

Re: [PATCH v3] commands: of_dump switch to get fixed devictree

2014-09-01 Thread Sascha Hauer
On Thu, Aug 21, 2014 at 01:26:19PM +0200, Jan Weitzel wrote: > Add a switch to get the devicetree processed by the registered fixups. > This is also whats the kernel gets. > > Signed-off-by: Jan Weitzel > --- > v3: create a copy of the internal devicetree before use of_fix_tree > > commands/of_

Re: [PATCH v3] commands: of_dump switch to get fixed devictree

2014-09-01 Thread Sascha Hauer
On Thu, Aug 21, 2014 at 04:15:07PM +0400, Antony Pavlov wrote: > On Thu, 21 Aug 2014 13:26:19 +0200 > Jan Weitzel wrote: > > > Add a switch to get the devicetree processed by the registered fixups. > > This is also whats the kernel gets. > > > > BAREBOX_CMD_START(of_dump) > > .cmd

Re: [PATCH v3] commands: of_dump switch to get fixed devictree

2014-08-21 Thread Antony Pavlov
On Thu, 21 Aug 2014 13:26:19 +0200 Jan Weitzel wrote: > Add a switch to get the devicetree processed by the registered fixups. > This is also whats the kernel gets. > > Signed-off-by: Jan Weitzel > --- > v3: create a copy of the internal devicetree before use of_fix_tree > > commands/of_dump.

[PATCH v3] commands: of_dump switch to get fixed devictree

2014-08-21 Thread Jan Weitzel
Add a switch to get the devicetree processed by the registered fixups. This is also whats the kernel gets. Signed-off-by: Jan Weitzel --- v3: create a copy of the internal devicetree before use of_fix_tree commands/of_dump.c | 31 +-- 1 files changed, 29 insertions