]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Adds two more ethernet interface to 83xx
authorrichardretanubun <richardretanubun@ruggedcom.com>
Mon, 29 Sep 2008 22:28:23 +0000 (18:28 -0400)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:54:00 +0000 (21:54 +0200)
commitc68a05feeb88de9fcf158e67ff6423c4cc988f88
treef970fa26b563081ab5a61196d696c6d2bd069018
parent41410eee472b0f42e03a77f961bbc55ef58f3c01
Adds two more ethernet interface to 83xx

Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
Six eth interface is chosen because the platform I am using combines
UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.

Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
README
common/cmd_bdinfo.c
common/env_common.c
common/env_embedded.c
cpu/mpc83xx/fdt.c
drivers/qe/uec.c
include/asm-ppc/u-boot.h
lib_ppc/board.c
net/eth.c
tools/env/fw_env.c