]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[ARM] Collect 8250-based debug implementations together
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 16 Mar 2006 20:40:25 +0000 (20:40 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 21 Mar 2006 22:05:57 +0000 (22:05 +0000)
commit268099e3ccca5a988632ce18abd21d809d632ddc
treeeb060cc006e441742b1035d1a69e4d2d79e83e22
parent22398f57b6372f3150f9ebb4b6d0aa4bf98c5dfb
[ARM] Collect 8250-based debug implementations together

Several ARM machine implementations used an 8250 compatible port for
debugging purposes, and indepdently implemented the low level debug
macros every time.  Provide a common implementation and convert these
implementations to use this version.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-cl7500/debug-macro.S
include/asm-arm/arch-ebsa110/debug-macro.S
include/asm-arm/arch-ebsa285/debug-macro.S
include/asm-arm/arch-iop3xx/debug-macro.S
include/asm-arm/arch-ixp4xx/debug-macro.S
include/asm-arm/arch-pxa/debug-macro.S
include/asm-arm/arch-rpc/debug-macro.S
include/asm-arm/hardware/debug-8250.S [new file with mode: 0644]