[U-Boot] Help with driver for a ethernet switch
Ben Warren
biggerbadderben at gmail.com
Tue May 12 22:07:34 CEST 2009
Hi Raphael,
Raphael Amorim wrote:
> Hello all,
>
> Could anyone help me with this?
> Which change should I do on
> http://git.denx.de/u-boot/drivers/net/ks8695eth.c
> to make it work with the ks8995m ? Have anyone done this before?
>
> thanks,
>
> Raphael
>
>
First, read the data sheets for both chips to find out how
similar/different they are. If similar, modify or copy the ks8695
driver. If they're significantly different, you might find a better
match for a template.
No matter what, you need to understand your hardware.
Please note that the KS8695 driver will be changing soon because the API
that it uses is deprecated. There are plenty of examples of drivers
that use the preferred methods.
regards,
Ben
More information about the U-Boot
mailing list