]> git.karo-electronics.de Git - karo-tx-linux.git/commit
metag: Add JTAG Debug Adapter (DA) support
authorJames Hogan <james.hogan@imgtec.com>
Fri, 21 Sep 2012 16:38:15 +0000 (17:38 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 8 Feb 2013 09:53:09 +0000 (09:53 +0000)
commit0545a55b851cb57c5ad4e930c9d457bc767ef55f
treee81757a9a42ed2de19bc496d732cfe456cbd9a19
parentf09fae7b0bc7d66283b85c780b6155459d200833
metag: Add JTAG Debug Adapter (DA) support

Add basic JTAG Debug Adapter (DA) support so that drivers which
communicate with the DA can detect whether one is actually present
(otherwise the target will halt indefinitely).

This allows the metag_da TTY driver and imgdafs filesystem driver to be
built, updates defconfigs, and sets up the metag_da console early if
it's configured in.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
MAINTAINERS
arch/metag/Kconfig
arch/metag/configs/meta1_defconfig
arch/metag/configs/meta2_defconfig
arch/metag/configs/meta2_smp_defconfig
arch/metag/include/asm/da.h [new file with mode: 0644]
arch/metag/kernel/Makefile
arch/metag/kernel/da.c [new file with mode: 0644]
arch/metag/kernel/setup.c