Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -1/+1 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | 83xx: split COBJS onto separate lines | Anton Vorontsov | 2008-03-25 | -3/+0 |
| | | | | | | ..plus get rid of some #ifdefs in the .c files. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> | |||
* | mpc83xx: streamline the 83xx immr head file | Dave Liu | 2007-03-02 | -1/+1 |
| | | | | | | | | | | | | | | | | For better format and style, I streamlined the 83xx head files, including immap_83xx.h and mpc83xx.h. In the old head files, 1) duplicated macro definition appear in the both files; 2) the structure of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The macro definition put inside the each structure. So, I cleaned up the structure of QE immr from immap_83xx.h, deleted the duplicated stuff and moved the macro definition to mpc83xx.h, Just like MPC8260. CHANGELOG *streamline the 83xx immr head file Signed-off-by: Dave Liu <daveliu@freescale.com> | |||
* | mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR | Timur Tabi | 2006-11-03 | -1/+1 |
| | | | | | | | Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx tree matches the other 8xxx trees. Signed-off-by: Timur Tabi <timur@freescale.com> | |||
* | mpc83xx: add QE ethernet support | Dave Liu | 2006-11-03 | -0/+85 |
this patch adds support for the QUICC Engine based UCC gigabit ethernet device. |