C6X: memory management and DMA support
authorAurelien Jacquiot <a-jacquiot@ti.com>
Tue, 4 Oct 2011 16:17:19 +0000 (12:17 -0400)
committerMark Salter <msalter@redhat.com>
Thu, 6 Oct 2011 23:47:37 +0000 (19:47 -0400)
Original port to early 2.6 kernel using TI COFF toolchain.
Brought up to date by Mark Salter <msalter@redhat.com>

The C6X architecture currently lacks an MMU so memory management is relatively
simple. There is no bus snooping between L2 and main memory but coherent DMA
memory is supported by making regions of main memory uncached. If such a region
is desired, it can be specified on the commandline with a "memdma=" argument.

Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>

No differences found