[U-Boot-Users] mpc85xx FCC ethernet

Hello All,
I'm trying to use ethernet FCC on an board using MPC8541E, and I'm having some problems. First of all, current code on u-boot has a "known issue" that prevents it from working, which makes me wonder if someone out there has ever used this code. You can find further details at http://ozlabs.org/pipermail/linuxppc-embedded/2004-November/016050.html but, basically, there was a parameter set to use a reserved area in DPRAM. I changed CPM_FCC_SPECIAL_BASE fro 0xb000 to 0x9000 on include/asm-ppc/cpm_85xx.h. However, even with this change, I can only do tftp of small files (a 1 to 3 tftp packets), otherwise u-boot hangs. If I stop it afterward with a debugger, the CPU is executing in "no man's land". My main question is: has anyone ever used FCC as ethernet on u-boot for mpc85xx, and with what success?
Thanks and Best Regards, Nuno

In message 0248B0F35AF7B8418CA72E88AC00BF1F8884A9@lisi053a.siemens.pt you wrote:
My main question is: has anyone ever used FCC as ethernet on u-boot for mpc85xx, and with what success?
It works well for us on MPC8560, and also the FEC on the MPC8540 works fine. But the same code on the basicly the same hardware (just different CPU) fails for MPC8541 and MPC8555.
Best regards,
Wolfgang Denk
participants (2)
-
Nuno João (Ext_NBS)
-
Wolfgang Denk