mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-07 12:30:45 +01:00
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> |
||
|---|---|---|
| .. | ||
| cache.S | ||
| config.mk | ||
| cpu.c | ||
| cpu_init.c | ||
| ddr-8641.c | ||
| fdt.c | ||
| interrupts.c | ||
| Makefile | ||
| speed.c | ||
| start.S | ||
| traps.c | ||