-
- Downloads
[PATCH] ppc32: Add support for Freescale e200 (Book-E) core
The e200 core is a Book-E core (similar to e500) that has a unified L1 cache and is not cache coherent on the bus. The e200 core also adds a separate exception level for debug exceptions. Part of this patch helps to cleanup a few cases that are true for all Freescale Book-E parts, not just e500. Signed-off-by:Kim Phillips <kim.phillips@freescale.com> Signed-off-by:
Kumar Gala <kumar.gala@freescale.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/ppc/Kconfig 10 additions, 7 deletionsarch/ppc/Kconfig
- arch/ppc/Makefile 2 additions, 1 deletionarch/ppc/Makefile
- arch/ppc/kernel/Makefile 2 additions, 0 deletionsarch/ppc/kernel/Makefile
- arch/ppc/kernel/cputable.c 24 additions, 1 deletionarch/ppc/kernel/cputable.c
- arch/ppc/kernel/entry.S 9 additions, 0 deletionsarch/ppc/kernel/entry.S
- arch/ppc/kernel/head_booke.h 63 additions, 1 deletionarch/ppc/kernel/head_booke.h
- arch/ppc/kernel/head_fsl_booke.S 51 additions, 0 deletionsarch/ppc/kernel/head_fsl_booke.S
- arch/ppc/kernel/misc.S 8 additions, 0 deletionsarch/ppc/kernel/misc.S
- arch/ppc/kernel/perfmon.c 1 addition, 1 deletionarch/ppc/kernel/perfmon.c
- arch/ppc/kernel/traps.c 21 additions, 3 deletionsarch/ppc/kernel/traps.c
- arch/ppc/mm/fsl_booke_mmu.c 1 addition, 1 deletionarch/ppc/mm/fsl_booke_mmu.c
- include/asm-ppc/mmu.h 1 addition, 1 deletioninclude/asm-ppc/mmu.h
- include/asm-ppc/mmu_context.h 1 addition, 1 deletioninclude/asm-ppc/mmu_context.h
- include/asm-ppc/ppc_asm.h 2 additions, 0 deletionsinclude/asm-ppc/ppc_asm.h
- include/asm-ppc/reg.h 1 addition, 0 deletionsinclude/asm-ppc/reg.h
- include/asm-ppc/reg_booke.h 17 additions, 1 deletioninclude/asm-ppc/reg_booke.h
Loading
Please register or sign in to comment