
10 Feb
2011
10 Feb
'11
6:22 a.m.
On Feb 2, 2011, at 12:21 PM, Kumar Gala wrote:
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
- This is really second version of the cpu_late_init_r patch
- changed where we call cpu_secondary_init_r to be right after env_relocate
arch/powerpc/cpu/mpc85xx/cpu_init.c | 15 +++++++++------ arch/powerpc/lib/board.c | 14 ++++++++++++++ 2 files changed, 23 insertions(+), 6 deletions(-)
applied to 85xx next
- k