]> git.baikalelectronics.ru Git - kernel.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)
commitb4c6753a766e07da5d3de7ee58f05ce1c2f501b7
treeeb060cc006e441742b1035d1a69e4d2d79e83e22
parent37859972b58d1e1039b2c06bbf86fe0175294e4a
[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]