Home
last modified time | relevance | path

Searched hist:ea8256f072ccc04c83fa10030673cdd4cd01cbd9 (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/lib/
H A Dspl.cea8256f072ccc04c83fa10030673cdd4cd01cbd9 Thu Aug 23 06:34:21 UTC 2012 Stefan Roese <sr@denx.de> 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>
H A DMakefileea8256f072ccc04c83fa10030673cdd4cd01cbd9 Thu Aug 23 06:34:21 UTC 2012 Stefan Roese <sr@denx.de> 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>
/rk3399_rockchip-uboot/common/spl/
H A Dspl.cea8256f072ccc04c83fa10030673cdd4cd01cbd9 Thu Aug 23 06:34:21 UTC 2012 Stefan Roese <sr@denx.de> 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>