]> git.baikalelectronics.ru Git - kernel.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>
Sat, 2 Mar 2013 20:09:56 +0000 (20:09 +0000)
commit6eb0c4e6adad3de0d0980e9609a1e549da07d139
tree066915c6c1f0f830c35ff12f4a84e233b6fd15da
parent64f9d9405f297012bb5bd29529a94172332dcdf0
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