u-boot/cpu/mpc85xx
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 mpc85xx: Add support for the MPC8536 2008-08-27 11:43:54 -05:00
commproc.c Stop using immap_t for cpm offset on 85xx 2007-12-11 22:34:19 -06:00
config.mk 85xx: Add -mno-spe to e500/85xx builds 2008-04-29 20:08:43 +02:00
cpu.c Pass in tsec_info struct through tsec_initialize 2008-09-02 21:18:15 -07:00
cpu_init.c mpc85xx: Add support for the MPC8536 2008-08-27 11:43:54 -05:00
ddr-gen1.c FSL DDR: Add 85xx specific register setting 2008-08-27 11:43:48 -05:00
ddr-gen2.c FSL DDR: Add 85xx specific register setting 2008-08-27 11:43:48 -05:00
ddr-gen3.c FSL DDR: Add 85xx specific register setting 2008-08-27 11:43:48 -05:00
ether_fcc.c Stop using immap_t for cpm offset on 85xx 2007-12-11 22:34:19 -06: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 mpc85xx: remove redudant code with lib_ppc/interrupts.c 2008-08-27 11:44:10 -05:00
mp.c 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS 2008-08-12 00:09:29 +02:00
mp.h 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page 2008-03-26 11:43:04 -05:00
mpc8536_serdes.c mpc85xx: Add support for the MPC8536 2008-08-27 11:43:54 -05:00
pci.c mpc85xx: Add support for the MPC8572DS reference board 2008-08-27 11:43:53 -05:00
qe_io.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
release.S 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS 2008-08-12 00:09:29 +02:00
resetvec.S * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
serial_scc.c Stop using immap_t for cpm offset on 85xx 2007-12-11 22:34:19 -06:00
speed.c mpc85xx: Add support for the MPC8536 2008-08-27 11:43:54 -05:00
start.S Change the temp map to ROM to align addresses to page size. 2008-07-14 18:46:32 -05:00
tlb.c FSL DDR: Add e500 TLB helper for DDR code 2008-08-27 11:43:48 -05:00
traps.c Fix printf errors. 2008-07-09 23:55:46 +02:00