uboot-mt623x/drivers/qe
Emilian Medve a28899c910 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
be used for busy-waiting since it strips the 'volatile' property from
the bd variable. gcc3 was working by pure luck.

This is a follow on patch to "Fix the UEC driver bug of QE"
2007-03-02 11:05:53 -06:00
..
Makefile mpc83xx: add QE ethernet support 2006-11-03 19:42:21 -06:00
qe.c mpc83xx: add QE ethernet support 2006-11-03 19:42:21 -06:00
qe.h mpc83xx: Add support for the MPC832XEMDS board 2007-03-02 11:05:53 -06:00
uccf.c Code cleanup. 2006-11-30 18:02:20 +01:00
uccf.h mpc83xx: add QE ethernet support 2006-11-03 19:42:21 -06:00
uec.c mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC 2007-03-02 11:05:53 -06:00
uec.h mpc83xx: add QE ethernet support 2006-11-03 19:42:21 -06:00
uec_phy.c Code cleanup. 2006-11-30 18:02:20 +01:00
uec_phy.h Code cleanup. 2006-11-30 18:02:20 +01:00