Historically plat_mem_setup did the entire platform initialization. This was rather impractical because it meant plat_mem_setup had to get away without any kind of memory allocator. To keep old code from breaking plat_setup was just renamed to plat_setup and a second platform initialization hook for anything else was introduced. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |
||
|---|---|---|
| .. | ||
| au1xxx_irqmap.c | ||
| clocks.c | ||
| cputable.c | ||
| dbdma.c | ||
| dbg_io.c | ||
| dma.c | ||
| gpio.c | ||
| irq.c | ||
| Makefile | ||
| pci.c | ||
| platform.c | ||
| power.c | ||
| prom.c | ||
| puts.c | ||
| reset.c | ||
| setup.c | ||
| sleeper.S | ||
| time.c | ||
| usbdev.c | ||