[U-Boot] Does mpc85xx(P2041) really need PHYLIB?

Joakim Tjernlund joakim.tjernlund at transmode.se
Fri Feb 21 12:51:02 CET 2014


in arch/powerpc/include/asm/config.h there is
/* The FMAN driver uses the PHYLIB infrastructure */
 #if defined(CONFIG_FMAN_ENET)
#define CONFIG_PHYLIB
 #endif
but drivers/net/fm/eth.c has optional PHYLIB support(aka PHY less or fixed 
PHY)

This does not add up and I wonder if PHY less mode for FMAN is 
disfunctional?
I am doing board bringup on a custom P2041/P2040 with no PHYs and I really
want to used this PHY less mode. If not possible, anyone have a Fixed PHY 
patch handy
for FMAN?
 
   Jocke


More information about the U-Boot mailing list