kernel-ark/arch/arm/mm
Lennert Buytenhek 23bdf86aa0 [ARM] 3377/2: add support for intel xsc3 core
Patch from Lennert Buytenhek

This patch adds support for the new XScale v3 core.  This is an
ARMv5 ISA core with the following additions:

- L2 cache
- I/O coherency support (on select chipsets)
- Low-Locality Reference cache attributes (replaces mini-cache)
- Supersections (v6 compatible)
- 36-bit addressing (v6 compatible)
- Single instruction cache line clean/invalidate
- LRU cache replacement (vs round-robin)

I attempted to merge the XSC3 support into proc-xscale.S, but XSC3
cores have separate errata and have to handle things like L2, so it
is simpler to keep it separate.

L2 cache support is currently a build option because the L2 enable
bit must be set before we enable the MMU and there is no easy way to
capture command line parameters at this point.

There are still optimizations that can be done such as using LLR for
copypage (in theory using the exisiting mini-cache code) but those
can be addressed down the road.

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-03-28 21:00:40 +01:00
..
abort-ev4.S
abort-ev4t.S
abort-ev5t.S
abort-ev5tj.S
abort-ev6.S [ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6K 2006-02-22 21:13:28 +00:00
abort-lv4t.S
abort-macro.S
alignment.c
cache-v3.S
cache-v4.S
cache-v4wb.S
cache-v4wt.S
cache-v6.S [ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problem 2006-03-10 22:26:47 +00:00
consistent.c [PATCH] mm: split highorder pages 2006-03-22 07:53:57 -08:00
copypage-v3.S
copypage-v4mc.c
copypage-v4wb.S
copypage-v4wt.S
copypage-v6.c
copypage-xsc3.S [ARM] 3377/2: add support for intel xsc3 core 2006-03-28 21:00:40 +01:00
copypage-xscale.c
discontig.c [ARM] Cleanup ARM includes 2006-01-03 17:39:34 +00:00
extable.c
fault-armv.c
fault.c
fault.h
flush.c [ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problem 2006-03-10 22:26:47 +00:00
init.c Merge master.kernel.org:/home/rmk/linux-2.6-arm 2006-03-22 17:32:09 -08:00
ioremap.c [ARM] Remove unnecessary asm/hardware.h includes 2006-03-21 22:05:50 +00:00
Kconfig [ARM] 3377/2: add support for intel xsc3 core 2006-03-28 21:00:40 +01:00
Makefile [ARM] 3377/2: add support for intel xsc3 core 2006-03-28 21:00:40 +01:00
mm-armv.c [ARM] 3377/2: add support for intel xsc3 core 2006-03-28 21:00:40 +01:00
mmap.c
mmu.c
proc-arm6_7.S [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.h 2006-03-21 22:03:25 +00:00
proc-arm720.S Merge nommu tree 2006-03-25 22:08:55 +00:00
proc-arm920.S Merge nommu tree 2006-03-25 22:08:55 +00:00
proc-arm922.S Merge nommu tree 2006-03-25 22:08:55 +00:00
proc-arm925.S Merge nommu tree 2006-03-25 22:08:55 +00:00
proc-arm926.S Merge nommu tree 2006-03-25 22:08:55 +00:00
proc-arm1020.S Merge nommu tree 2006-03-25 22:08:55 +00:00
proc-arm1020e.S Merge nommu tree 2006-03-25 22:08:55 +00:00
proc-arm1022.S [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.h 2006-03-21 22:03:25 +00:00
proc-arm1026.S [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.h 2006-03-21 22:03:25 +00:00
proc-macros.S
proc-sa110.S [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.h 2006-03-21 22:03:25 +00:00
proc-sa1100.S [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.h 2006-03-21 22:03:25 +00:00
proc-syms.c
proc-v6.S [ARM] proc-v6: mark page table walks outer-cacheable, shared. Enable NX. 2006-03-27 16:59:07 +01:00
proc-xsc3.S [ARM] 3377/2: add support for intel xsc3 core 2006-03-28 21:00:40 +01:00
proc-xscale.S Merge nommu tree 2006-03-25 22:08:55 +00:00
tlb-v3.S
tlb-v4.S
tlb-v4wb.S
tlb-v4wbi.S
tlb-v6.S [ARM] 3352/1: DSB required for the completion of a TLB maintenance operation 2006-03-07 14:42:27 +00:00