u-boot/cpu/mpc86xx
Andy Fleming 75b9d4ae0d Pass in tsec_info struct through tsec_initialize
The tsec driver contains a hard-coded array of configuration information
for the tsec ethernet controllers.  We create a default function that works
for most tsecs, and allow that to be overridden by board code.  It creates
an array of tsec_info structures, which are then parsed by the corresponding
driver instance to determine configuration.  Also, add regs, miiregs, and
devname fields to the tsec_info structure, so that we don't need the kludgy
"index" parameter.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2008-09-02 21:18:15 -07:00
..
Makefile FSL DDR: Remove old SPD support from cpu/mpc86xx 2008-08-27 02:06:05 +02:00
cache.S Clean up usage of icache_disable/dcache_disable 2008-08-19 00:57:28 +02:00
config.mk PPC: Use r2 instead of r29 as global data pointer 2008-02-14 22:43:22 +01:00
cpu.c Pass in tsec_info struct through tsec_initialize 2008-09-02 21:18:15 -07:00
cpu_init.c POWERPC 86xx: Move BAT setup code to C 2008-08-11 23:53:59 +02:00
ddr-8641.c FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx. 2008-08-28 00:35:56 +02:00
fdt.c fdt: rework fdt_fixup_ethernet() to use env instead of bd_t 2008-08-21 02:07:43 +02:00
interrupts.c Feed the watchdog in u-boot for 8610 board. 2008-07-07 11:29:48 -05:00
speed.c Fix calculation of I2C clock for some 86xx chips 2008-04-30 22:52:35 +02:00
start.S POWERPC 86xx: Move BAT setup code to C 2008-08-11 23:53:59 +02:00
traps.c Fix some more print() format errors. 2008-07-11 01:16:00 +02:00