All of lore.kernel.org
 help / color / mirror / Atom feed
* DTS for Zynq Microzed/Picozed
@ 2016-06-01 10:10 Masahiro Yamada
  2016-06-01 10:29 ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2016-06-01 10:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Michal,


zynq-microzed.dts and zynq-picozed.dts are missing
in Linux tree.
(I do not see them in linux-xlnx on the GitHub, either)

Interestingly enough, I see both in U-Boot tree.


Is there some reason for that?
Otherwise, do you have a plan to port them to Linux?


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* DTS for Zynq Microzed/Picozed
  2016-06-01 10:10 DTS for Zynq Microzed/Picozed Masahiro Yamada
@ 2016-06-01 10:29 ` Michal Simek
  2016-06-01 11:04   ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2016-06-01 10:29 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Masahiro,


On 1.6.2016 12:10, Masahiro Yamada wrote:
> Hi Michal,
> 
> 
> zynq-microzed.dts and zynq-picozed.dts are missing
> in Linux tree.
> (I do not see them in linux-xlnx on the GitHub, either)

microzed and picozed board are made by Avnet not by Xilinx and none
pushed support for these boards.

> 
> Interestingly enough, I see both in U-Boot tree.

Yes they are in the u-boot because IRC Nathan wanted to have support there.


> Is there some reason for that?
> Otherwise, do you have a plan to port them to Linux?

I was in touch with Avnet to improve support for their reference boards
but there is no conclusion from that discussion.
I have microzed here (I don't have picozed) but I don't have any
immediate plan to push support for this board to Linux without any
support from them.
And pushing board without regular testing is not the right way to go.

TBH: I am thinking to remove zynq boards which are not regularly tested.
For Linux this is not a problem because diff is just DTS and for U-Boot
with DM I believe we can be there soon.

Thanks,
Michal

^ permalink raw reply	[flat|nested] 4+ messages in thread

* DTS for Zynq Microzed/Picozed
  2016-06-01 10:29 ` Michal Simek
@ 2016-06-01 11:04   ` Masahiro Yamada
  2016-06-01 11:17     ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2016-06-01 11:04 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Michal.

2016-06-01 19:29 GMT+09:00 Michal Simek <michal.simek@xilinx.com>:
> Hi Masahiro,
>
>
> On 1.6.2016 12:10, Masahiro Yamada wrote:
>> Hi Michal,
>>
>>
>> zynq-microzed.dts and zynq-picozed.dts are missing
>> in Linux tree.
>> (I do not see them in linux-xlnx on the GitHub, either)
>
> microzed and picozed board are made by Avnet not by Xilinx and none
> pushed support for these boards.
>

I see.

I guess Avnet boards are attractive for hobbyists
because they are cheaper than xilinx ones.
Supporting them would be useful I guess,
but it is true that you have no obligation to do that.



>> Interestingly enough, I see both in U-Boot tree.
>
> Yes they are in the u-boot because IRC Nathan wanted to have support there.
>
>
>> Is there some reason for that?
>> Otherwise, do you have a plan to port them to Linux?
>
> I was in touch with Avnet to improve support for their reference boards
> but there is no conclusion from that discussion.
> I have microzed here (I don't have picozed) but I don't have any
> immediate plan to push support for this board to Linux without any
> support from them.
> And pushing board without regular testing is not the right way to go.
>
> TBH: I am thinking to remove zynq boards which are not regularly tested.
> For Linux this is not a problem because diff is just DTS and for U-Boot
> with DM I believe we can be there soon.

I see.

-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* DTS for Zynq Microzed/Picozed
  2016-06-01 11:04   ` Masahiro Yamada
@ 2016-06-01 11:17     ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2016-06-01 11:17 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Masahiro,

On 1.6.2016 13:04, Masahiro Yamada wrote:
> Hi Michal.
> 
> 2016-06-01 19:29 GMT+09:00 Michal Simek <michal.simek@xilinx.com>:
>> Hi Masahiro,
>>
>>
>> On 1.6.2016 12:10, Masahiro Yamada wrote:
>>> Hi Michal,
>>>
>>>
>>> zynq-microzed.dts and zynq-picozed.dts are missing
>>> in Linux tree.
>>> (I do not see them in linux-xlnx on the GitHub, either)
>>
>> microzed and picozed board are made by Avnet not by Xilinx and none
>> pushed support for these boards.
>>
> 
> I see.
> 
> I guess Avnet boards are attractive for hobbyists
> because they are cheaper than xilinx ones.
> Supporting them would be useful I guess,
> but it is true that you have no obligation to do that.

I personally have better experience with digilent boards
(zybo for example). They just need to fix the problem with serial
console powering as is done on Xilinx boards.
But I agree Xilinx boards are pretty expensive and having cheap well
supported board will be the best option.

>>> Interestingly enough, I see both in U-Boot tree.
>>
>> Yes they are in the u-boot because IRC Nathan wanted to have support there.
>>
>>
>>> Is there some reason for that?
>>> Otherwise, do you have a plan to port them to Linux?
>>
>> I was in touch with Avnet to improve support for their reference boards
>> but there is no conclusion from that discussion.
>> I have microzed here (I don't have picozed) but I don't have any
>> immediate plan to push support for this board to Linux without any
>> support from them.
>> And pushing board without regular testing is not the right way to go.
>>
>> TBH: I am thinking to remove zynq boards which are not regularly tested.
>> For Linux this is not a problem because diff is just DTS and for U-Boot
>> with DM I believe we can be there soon.
> 
> I see.

Thanks,
Michal

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-01 11:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01 10:10 DTS for Zynq Microzed/Picozed Masahiro Yamada
2016-06-01 10:29 ` Michal Simek
2016-06-01 11:04   ` Masahiro Yamada
2016-06-01 11:17     ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.