]> 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)
commit1b0f031f2ab5f2a5e5e227e82459e8720c0b5802
tree066915c6c1f0f830c35ff12f4a84e233b6fd15da
parenta5eec4de31a39c80eee09b9c9379b8a755a60e41
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