-
- Downloads
powerpc/mpc85xx: Enable L2 at the beginning of U-boot for E6500
Using E6500 L1 cache as initram requires L2 cache enabled. Add l2-cache cluster enabling. Setup stash id for L1 cache as (coreID) * 2 + 32 + 0 Setup stash id for L2 cache as (cluster) * 2 + 32 + 1 Stash id for L2 is only set for Chassis 2. Signed-off-by:York Sun <yorksun@freescale.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org> Signed-off-by:
Andy Fleming <afleming@freescale.com>
Showing
- arch/powerpc/cpu/mpc85xx/cpu_init.c 48 additions, 2 deletionsarch/powerpc/cpu/mpc85xx/cpu_init.c
- arch/powerpc/cpu/mpc85xx/fdt.c 13 additions, 1 deletionarch/powerpc/cpu/mpc85xx/fdt.c
- arch/powerpc/cpu/mpc85xx/release.S 7 additions, 7 deletionsarch/powerpc/cpu/mpc85xx/release.S
- arch/powerpc/cpu/mpc85xx/start.S 36 additions, 1 deletionarch/powerpc/cpu/mpc85xx/start.S
- arch/powerpc/include/asm/immap_85xx.h 59 additions, 0 deletionsarch/powerpc/include/asm/immap_85xx.h
Loading
Please register or sign in to comment