[U-Boot] driver micrel ksz8873 in U-BOOT

Fabio Estevam festevam at gmail.com
Wed Dec 21 14:08:08 CET 2016


On Wed, Dec 21, 2016 at 9:42 AM, Дмитрий Мелоневич
<dimamelonevich at yandex.ru> wrote:
> I am a student, and I have the task to collect the U-boot driver micrel ksz8873 ethernet switch, but I do not get it, you can describe what you need to do.

The micrel drivers are available at drivers/net/phy/micrel.c inside
U-Boot, and as you can see there is no support for ksz8873 there yet.

You can look at the kernel source code (drivers/net/phy/micrel.c),
which supports ksz8873 since commit 93272e07d8539 ("net: add micrel
KSZ8873MLL switch support"). This can help you to port the driver to
U-Boot.

Good luck!


More information about the U-Boot mailing list