public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] ethernet driver for eCos
@ 2008-01-28  4:41 Dileep Kumar
  2008-01-28 15:35 ` [ECOS] " Grant Edwards
  2008-01-28 15:41 ` [ECOS] " Gary Thomas
  0 siblings, 2 replies; 4+ messages in thread
From: Dileep Kumar @ 2008-01-28  4:41 UTC (permalink / raw)
  To: ecos-maintainers, ecos-discuss

Hi All,
Could you please tell me what are the things to taken into account
while writting a code for ethernet driver,
the underlying processor is MPC8555 and the board is  WiMAX.
Is the code is different for different board and different processor.?

Thanks
Dileep Kumar T

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* [ECOS]  Re: ethernet driver for eCos
  2008-01-28  4:41 [ECOS] ethernet driver for eCos Dileep Kumar
@ 2008-01-28 15:35 ` Grant Edwards
  2008-01-28 15:41 ` [ECOS] " Gary Thomas
  1 sibling, 0 replies; 4+ messages in thread
From: Grant Edwards @ 2008-01-28 15:35 UTC (permalink / raw)
  To: ecos-discuss

On 2008-01-28, Dileep Kumar <dileepkumart@gmail.com> wrote:

> Could you please tell me what are the things to taken into account
> while writting a code for ethernet driver,

1) The API of the Ethernet controller HW.

2) The API of the network stack.

> the underlying processor is MPC8555 and the board is WiMAX. Is
> the code is different for different board

Sometimes.

> and different processor?

Not if it's done right.

-- 
Grant Edwards                   grante             Yow! I am a traffic light,
                                  at               and Alan Ginzberg kidnapped
                               visi.com            my laundry in 1927!


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] ethernet driver for eCos
  2008-01-28  4:41 [ECOS] ethernet driver for eCos Dileep Kumar
  2008-01-28 15:35 ` [ECOS] " Grant Edwards
@ 2008-01-28 15:41 ` Gary Thomas
       [not found]   ` <ed9edd1a0801281911t62ac6d7ew61551705c4c9e8a2@mail.gmail.com>
  1 sibling, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2008-01-28 15:41 UTC (permalink / raw)
  To: Dileep Kumar; +Cc: ecos-discuss

Dileep Kumar wrote:
> Hi All,
> Could you please tell me what are the things to taken into account
> while writting a code for ethernet driver,
> the underlying processor is MPC8555 and the board is  WiMAX.
> Is the code is different for different board and different processor.?
>   
First of all, the 8555 uses FreeScale's TSEC (Triple Speed Ethernet 
Controller) which is
completely different from any of the network drivers in the public CVS.  
Writing such
a driver is not special for the architecture, per se, but rather so for 
the device itself.

You'll also need a PowerPC HAL for the 85xx series of CPU chips.  This 
is also not
in the public CVS and is radically different from any that are (you 
asked privately
about starting from the 8260 code - the 82xx and 85xx are pretty far 
apart and you'll
end up writing most everything over anyway)

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] ethernet driver for eCos
       [not found]   ` <ed9edd1a0801281911t62ac6d7ew61551705c4c9e8a2@mail.gmail.com>
@ 2008-01-29 18:54     ` Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2008-01-29 18:54 UTC (permalink / raw)
  To: eCos Discussion

Please keep your replies on the mailing list so that all benefit.

Dileep Kumar wrote:
> Hi ,
> Could you please tell me which processor I should take as baseline
> in order to port eCos on MPC8555.

Sorry, but there is no appropriate HAL in the public tree.

> On 1/28/08, Gary Thomas <gary@mlbassoc.com> wrote:
>> Dileep Kumar wrote:
>>> Hi All,
>>> Could you please tell me what are the things to taken into account
>>> while writting a code for ethernet driver,
>>> the underlying processor is MPC8555 and the board is  WiMAX.
>>> Is the code is different for different board and different processor.?
>>>
>> First of all, the 8555 uses FreeScale's TSEC (Triple Speed Ethernet
>> Controller) which is
>> completely different from any of the network drivers in the public CVS.
>> Writing such
>> a driver is not special for the architecture, per se, but rather so for
>> the device itself.
>>
>> You'll also need a PowerPC HAL for the 85xx series of CPU chips.  This
>> is also not
>> in the public CVS and is radically different from any that are (you
>> asked privately
>> about starting from the 8260 code - the 82xx and 85xx are pretty far
>> apart and you'll
>> end up writing most everything over anyway)

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2008-01-29 12:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-28  4:41 [ECOS] ethernet driver for eCos Dileep Kumar
2008-01-28 15:35 ` [ECOS] " Grant Edwards
2008-01-28 15:41 ` [ECOS] " Gary Thomas
     [not found]   ` <ed9edd1a0801281911t62ac6d7ew61551705c4c9e8a2@mail.gmail.com>
2008-01-29 18:54     ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).