u-boot/common/spl
Stefan Roese ea8256f072 SPL: Port SPL framework to powerpc
This patch enables the SPL framework to be used on powerpc platforms
and not only ARM.

timer_init() does not exist on PPC systems. The timer (decrementer) is
initialized and enabled in interrupt_init() here. And currently
interrupt_init() is called after relocation to SDRAM. Since the only
powerpc SPL implementation (a3m071) doesn't need a timer, let's remove
this timer_init() call for PPC systems.

Signed-off-by: Stefan Roese <sr@denx.de>
2012-12-05 17:30:22 +01:00
..
Makefile OMAP: networking support for SPL 2012-10-01 10:02:14 -07:00
spl.c SPL: Port SPL framework to powerpc 2012-12-05 17:30:22 +01:00
spl_nand.c SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl 2012-09-27 09:50:00 -07:00
spl_net.c OMAP: networking support for SPL 2012-10-01 10:02:14 -07:00
spl_nor.c SPL: Add NOR flash booting support 2012-09-27 11:20:27 -07:00
spl_ymodem.c SPL: Move the omap SPL framework to common/spl 2012-09-27 09:49:59 -07:00