rename "swjdp_common" as "adiv5_dap"
commit45a528ff3c0582f7d22b65d76d925f34a6956957
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 5 Mar 2010 05:51:58 +0000 (4 21:51 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 5 Mar 2010 05:51:58 +0000 (4 21:51 -0800)
treebf3884b3b85c2f15f29b5fb5f94dc12159bfa3f8
parent5e78ddcea0d8303c316f687c05dfa78af27109d8
rename "swjdp_common" as "adiv5_dap"

This partially corrects an inappropriate name choice (and its
associated FIXME).

There are still too many variables named "swjdp", bug little
current code actually relies on them referencing an SWJ-DP instead
of some other flavor of DAP.  Only the two new dap_to{swd,jtag}()
calls could behave differently on an SWJ-DP instead of a SW-DP or
a JTAG-DP.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm_adi_v5.c
src/target/arm_adi_v5.h
src/target/armv7a.c
src/target/armv7a.h
src/target/armv7m.c
src/target/armv7m.h
src/target/cortex_a8.c
src/target/cortex_m3.c