u-boot/arch/powerpc/lib
Kumar Gala f9a33f1c61 powerpc: Add cpu_secondary_init_r to allow for initialization post env setup
We can simplify some cpu/SoC level initialization by moving it to be
after the environment and non-volatile storage is setup as there might
be dependancies on such things in various boot configurations.

For example for FSL SoC's with QE if we boot from NAND we need it setup
to extra the ucode image to initialize the QE.  If we always do this
after environment & non-volatile storage is working we can have the code
be the same regardless of NOR, NAND, SPI, MMC boot.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-04-04 09:24:41 -05:00
..
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
bat_rw.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
board.c powerpc: Add cpu_secondary_init_r to allow for initialization post env setup 2011-04-04 09:24:41 -05:00
bootcount.c powerpc/bootcount: Add bootcount support for MPC512x 2010-06-29 23:13:35 +02:00
bootm.c powerpc: Move cpu specific lmb reserve to arch_lmb_reserve 2011-04-04 09:24:40 -05:00
cache.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
extable.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
interrupts.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
kgdb.c powerpc: fix register usage in some inline assembly code 2010-12-17 21:18:08 +01:00
memcpy_mpc5200.c MPC512x: workaround data corruption for unaligned local bus accesses 2010-06-29 14:41:37 +02:00
ppccache.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
ppcstring.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
reloc.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
ticks.S Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
time.c powerpc: fix register usage in some inline assembly code 2010-12-17 21:18:08 +01:00