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)
commitae85ac71b7433fa974759109c4380c620258f07f
tree066915c6c1f0f830c35ff12f4a84e233b6fd15da
parent690998b629a554d8004d3129a42176afafce9fae
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