[ECOS] ethernet driver for eCos

Gary Thomas gary@mlbassoc.com
Mon Jan 28 15:41:00 GMT 2008


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



More information about the Ecos-discuss mailing list