Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-02 | mpc83xx: Add support for the MPC832XEMDS board | Dave Liu | |
This patch supports DUART, ETH3/4 and PCI etc. Signed-off-by: Dave Liu <daveliu@freescale.com> | |||
2007-03-02 | mpc83xx: Fix the UEC driver bug of QE | Dave Liu | |
The patch prevents the GCC tool chain from striping useful code for optimization. It will make UEC ethernet driver workable, Otherwise the UEC will fail in tx when you are using gcc4.x. but the driver can work when using gcc3.4.3. CHANGELOG *Prevent the GCC from striping code for optimization, Otherwise the UEC will tx failed when you are using gcc4.x. Signed-off-by: Dave Liu <daveliu@freescale.com> | |||
2006-11-03 | mpc83xx: add QE ethernet support | Dave Liu | |
this patch adds support for the QUICC Engine based UCC gigabit ethernet device. |