]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: add QE ethernet support
authorDave Liu <daveliu@freescale.com>
Fri, 3 Nov 2006 18:11:15 +0000 (12:11 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Sat, 4 Nov 2006 01:42:21 +0000 (19:42 -0600)
commit7737d5c658c606f999dfbe3e86b0fed49e5c50ef
treed1bf347ba7f4292def53870ecfcba0a1dd4c6231
parent5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
mpc83xx: add QE ethernet support

this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
18 files changed:
Makefile
board/mpc8360emds/mpc8360emds.c
cpu/mpc83xx/Makefile
cpu/mpc83xx/cpu_init.c
cpu/mpc83xx/qe_io.c [new file with mode: 0644]
drivers/qe/Makefile [new file with mode: 0644]
drivers/qe/qe.c [new file with mode: 0644]
drivers/qe/qe.h [new file with mode: 0644]
drivers/qe/uccf.c [new file with mode: 0644]
drivers/qe/uccf.h [new file with mode: 0644]
drivers/qe/uec.c [new file with mode: 0644]
drivers/qe/uec.h [new file with mode: 0644]
drivers/qe/uec_phy.c [new file with mode: 0644]
drivers/qe/uec_phy.h [new file with mode: 0644]
include/asm-ppc/global_data.h
include/configs/MPC8360EMDS.h
include/ioports.h
net/eth.c