[U-Boot-Users] [PATCH] Add support for Generic PHY in macb

Haavard Skinnemoen hskinnemoen at atmel.com
Fri Feb 22 13:16:33 CET 2008


On Fri, 22 Feb 2008 12:41:17 +0100
michael <trimarchi at gandalf.sssup.it> wrote:

> Add support for Generic PHY in macb.
> 
> Signed-off-by: michael <trimarchi at gandalf.sssup.it>

What's a "generic PHY"?

hskinnemoen at dhcp-252-066:~/git/u-boot/master$ grep -r GENERIC_PHY include/configs
hskinnemoen at dhcp-252-066:~/git/u-boot/master$ 

>         if (phy_id == 0xffff) {
> +#if defined (CONFIG_GENERIC_PHY)
> +               printf("%s: Using the Generic PHY\n", netdev->name);
> +#else
>                 printf("%s: No PHY present\n", netdev->name);
>                 return 0;
> +#endif

You mean a PHY that isn't actually hooked up?

Haavard




More information about the U-Boot mailing list