Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-19 Thread Simon Glass
Hi Michal, On 18 September 2015 at 19:07, Michal Simek wrote: > Hi Simon, > > first of all sorry for late reply. I am traveling and I have pretty busy > time now. That's OK, I don't think there is any particular hurry. > > 2015-09-09 20:07 GMT+02:00 Simon Glass

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-19 Thread Tom Rini
On Sat, Sep 19, 2015 at 03:07:54AM +0200, Michal Simek wrote: > Hi Simon, > > first of all sorry for late reply. I am traveling and I have pretty busy > time now. > > 2015-09-09 20:07 GMT+02:00 Simon Glass : [snip] > > There are Linux-specific properties, so I really don't see

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-18 Thread Michal Simek
Hi Simon, first of all sorry for late reply. I am traveling and I have pretty busy time now. 2015-09-09 20:07 GMT+02:00 Simon Glass : > Hi Michal, > > On Friday, 4 September 2015, Michal Simek wrote: > > > > Hi Simon, > > > > > > > > > >

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-09 Thread Simon Glass
Hi Michal, On Friday, 4 September 2015, Michal Simek wrote: > > Hi Simon, > > > > > We also use this with fdtgrep to remove nodes not needed for SPL. So > we would have to come up with a tool to make that work. At present > 'fdtgrep -p

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-04 Thread Simon Glass
Hi Michal, On 4 September 2015 at 00:04, Michal Simek wrote: > On 09/04/2015 02:22 AM, Simon Glass wrote: >> Hi Michal, >> >> On 3 September 2015 at 05:35, Michal Simek wrote: >>> On 09/02/2015 04:49 AM, Simon Glass wrote: +Tom and a few others who may

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-04 Thread Michal Simek
Hi Simon, We also use this with fdtgrep to remove nodes not needed for SPL. So we would have to come up with a tool to make that work. At present 'fdtgrep -p u-boot,dm-pre-reloc' picks out all the nodes we want (it finds nodes with that property).

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-04 Thread Michal Simek
On 09/04/2015 02:22 AM, Simon Glass wrote: > Hi Michal, > > On 3 September 2015 at 05:35, Michal Simek wrote: >> On 09/02/2015 04:49 AM, Simon Glass wrote: >>> +Tom and a few others who may have an opinion. >>> >>> Hi, >>> >>> On 1 September 2015 at 10:19, Masahiro Yamada >>>

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-03 Thread Michal Simek
On 09/02/2015 04:49 AM, Simon Glass wrote: > +Tom and a few others who may have an opinion. > > Hi, > > On 1 September 2015 at 10:19, Masahiro Yamada > wrote: >> Hi. >> >> >> 2015-09-02 0:41 GMT+09:00 Michal Simek : >> > >> >>> Why

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-03 Thread Simon Glass
Hi Michal, On 3 September 2015 at 05:35, Michal Simek wrote: > On 09/02/2015 04:49 AM, Simon Glass wrote: >> +Tom and a few others who may have an opinion. >> >> Hi, >> >> On 1 September 2015 at 10:19, Masahiro Yamada >> wrote: >>> Hi. >>> >>>

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-01 Thread Simon Glass
+Tom and a few others who may have an opinion. Hi, On 1 September 2015 at 10:19, Masahiro Yamada wrote: > Hi. > > > 2015-09-02 0:41 GMT+09:00 Michal Simek : > > >> Why not just add one more uboot property to chosen with list of IPs

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-01 Thread Masahiro Yamada
Hi. 2015-09-02 0:41 GMT+09:00 Michal Simek : >>> > Why not just add one more uboot property to chosen with list of IPs > which needs to be relocated? You mean a list of devices needed before relocation? >>> >>> I mean something like this: >>> >>> chosen

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-01 Thread Michal Simek
On 08/29/2015 05:10 PM, Simon Glass wrote: > We need to mark some device tree nodes so that they are available before > relocation. This enables driver model to find these automatically. In the > case of SPL it ensures that these nodes will be retained in SPL. > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-01 Thread Michal Simek
On 09/01/2015 01:13 AM, Simon Glass wrote: > Hi Michal, > > On 31 August 2015 at 08:16, Michal Simek wrote: >> On 08/31/2015 03:54 PM, Simon Glass wrote: >>> Hi Michal, >>> >>> On 31 August 2015 at 05:30, Michal Simek wrote: On 08/29/2015 05:10 PM, Simon

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-09-01 Thread Masahiro Yamada
Simon, 2015-08-31 22:54 GMT+09:00 Simon Glass : >> >> >> Any idea to propagate 'pre_reloc_only' downwards? > > Checking the GD_FLG_RELOC is the only thing I can think of. We don't > want to add parameter to the bind() method I think. Sounds good to me. Are you willing to do

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-08-31 Thread Simon Glass
Hi Michal, On 31 August 2015 at 08:16, Michal Simek wrote: > On 08/31/2015 03:54 PM, Simon Glass wrote: >> Hi Michal, >> >> On 31 August 2015 at 05:30, Michal Simek wrote: >>> On 08/29/2015 05:10 PM, Simon Glass wrote: We need to mark some device tree

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-08-31 Thread Masahiro Yamada
Simon, 2015-08-30 0:10 GMT+09:00 Simon Glass : > We need to mark some device tree nodes so that they are available before > relocation. This enables driver model to find these automatically. In the > case of SPL it ensures that these nodes will be retained in SPL. > >

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-08-31 Thread Michal Simek
On 08/29/2015 05:10 PM, Simon Glass wrote: > We need to mark some device tree nodes so that they are available before > relocation. This enables driver model to find these automatically. In the > case of SPL it ensures that these nodes will be retained in SPL. > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-08-31 Thread Michal Simek
On 08/31/2015 03:54 PM, Simon Glass wrote: > Hi Michal, > > On 31 August 2015 at 05:30, Michal Simek wrote: >> On 08/29/2015 05:10 PM, Simon Glass wrote: >>> We need to mark some device tree nodes so that they are available before >>> relocation. This enables driver model to

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-08-31 Thread Simon Glass
Hi Michal, On 31 August 2015 at 05:30, Michal Simek wrote: > On 08/29/2015 05:10 PM, Simon Glass wrote: >> We need to mark some device tree nodes so that they are available before >> relocation. This enables driver model to find these automatically. In the >> case of SPL it

Re: [U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-08-31 Thread Simon Glass
Hi Masahiro, On 31 August 2015 at 04:01, Masahiro Yamada wrote: > Simon, > > > 2015-08-30 0:10 GMT+09:00 Simon Glass : >> We need to mark some device tree nodes so that they are available before >> relocation. This enables driver model to find

[U-Boot] [PATCH 11/13] arm: zynq: dts: Add U-Boot device tree additions

2015-08-29 Thread Simon Glass
We need to mark some device tree nodes so that they are available before relocation. This enables driver model to find these automatically. In the case of SPL it ensures that these nodes will be retained in SPL. Signed-off-by: Simon Glass s...@chromium.org --- arch/arm/dts/zynq-7000.dtsi