public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] PHY lib
@ 2008-07-07 14:27 Michal Simek
  2008-07-07 22:03 ` Ben Warren
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2008-07-07 14:27 UTC (permalink / raw)
  To: u-boot

Hi Ben and others,

do you have any plan to start with PHY libs?
I saw to tsec driver - there are some phy description.
I would like to use phy description for one eth driver which I do.

Thanks,
Michal

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

* [U-Boot-Users] PHY lib
  2008-07-07 14:27 [U-Boot-Users] PHY lib Michal Simek
@ 2008-07-07 22:03 ` Ben Warren
  2008-07-08  6:06   ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Warren @ 2008-07-07 22:03 UTC (permalink / raw)
  To: u-boot

Hi Michal,

Michal Simek wrote:
> Hi Ben and others,
>
> do you have any plan to start with PHY libs?
> I saw to tsec driver - there are some phy description.
> I would like to use phy description for one eth driver which I do.
>
>   
I'm finally finding time to work on refactoring U-boot's networking 
support, one of the parts of which is a proper PHY library.  For several 
reasons, it pulls a lot from the TSEC driver.  Cutting and pasting the 
PHY descriptions from TSEC is probably a good idea (in as much as 
cutting and pasting is a good idea :)).

regards,
Ben

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

* [U-Boot-Users] PHY lib
  2008-07-07 22:03 ` Ben Warren
@ 2008-07-08  6:06   ` Michal Simek
  2008-07-08 18:53     ` Ben Warren
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2008-07-08  6:06 UTC (permalink / raw)
  To: u-boot

Hi Ben,

> Hi Michal,
> 
> Michal Simek wrote:
>> Hi Ben and others,
>>
>> do you have any plan to start with PHY libs?
>> I saw to tsec driver - there are some phy description.
>> I would like to use phy description for one eth driver which I do.
>>
>>   
> I'm finally finding time to work on refactoring U-boot's networking
> support, one of the parts of which is a proper PHY library.  For several
> reasons, it pulls a lot from the TSEC driver.  Cutting and pasting the
> PHY descriptions from TSEC is probably a good idea (in as much as
> cutting and pasting is a good idea :)).

That's great. What next changes do you plan?
Thanks for information.

Best regards,
Michal

> regards,
> Ben

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

* [U-Boot-Users] PHY lib
  2008-07-08  6:06   ` Michal Simek
@ 2008-07-08 18:53     ` Ben Warren
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Warren @ 2008-07-08 18:53 UTC (permalink / raw)
  To: u-boot

Hi Michal,

Michal Simek wrote:
> Hi Ben,
>
>   
>> Hi Michal,
>>
>> Michal Simek wrote:
>>     
>>> Hi Ben and others,
>>>
>>> do you have any plan to start with PHY libs?
>>> I saw to tsec driver - there are some phy description.
>>> I would like to use phy description for one eth driver which I do.
>>>
>>>   
>>>       
>> I'm finally finding time to work on refactoring U-boot's networking
>> support, one of the parts of which is a proper PHY library.  For several
>> reasons, it pulls a lot from the TSEC driver.  Cutting and pasting the
>> PHY descriptions from TSEC is probably a good idea (in as much as
>> cutting and pasting is a good idea :)).
>>     
>
> That's great. What next changes do you plan?
> Thanks for information.
>
>   
So many things...  Here are what I see as the low-hanging fruit:

1. Move all ethernet initializations into 
cpu_eth_init()/board_eth_init().  You can see this is underway.
2. Get rid of the CONFIG_NET_MULTI option.  The trick here is to keep 
the code size of single-controller boards as small as possible.
3. PHY library.

With these implemented, I think we can start to look at more interesting 
problems.  Feel free to brainstorm here!

regards,
Ben

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

end of thread, other threads:[~2008-07-08 18:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-07 14:27 [U-Boot-Users] PHY lib Michal Simek
2008-07-07 22:03 ` Ben Warren
2008-07-08  6:06   ` Michal Simek
2008-07-08 18:53     ` Ben Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox