jtag: remove minidriver code and minidriver-dummy
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 3 Nov 2020 15:50:49 +0000 (16:50 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 19 Mar 2021 21:56:06 +0000 (21:56 +0000)
commit25218e8935037367e419219f8c855d92a3163023
treebe056bd9f48fd75888ae912b8951b62aa73e15a6
parentb0fe92dba7c01adc25e5fe3552253a4a8c69ae1a
jtag: remove minidriver code and minidriver-dummy

With zy1000 removed, there is no other implementation that uses
the minidriver, apart from the test/example minidriver-dummy.
While the idea of the minidriver is probably still valid (that is
to intercept jtag primitives before serialization), there is no
current use case, no guarantee it is really working, and the way
it was implemented (by macros and #if conditionals) is really hard
to maintain and test.

Let's let it rip in git history, from where it could eventually be
taken back in a more modern implementation.
The entry points of minidriver API are still in the code with the
original names.

Change-Id: I882e32cb26cf5842f9cba14e3badaf8948e3760d
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/6091
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
13 files changed:
configure.ac
src/jtag/Makefile.am
src/jtag/adapter.c
src/jtag/core.c
src/jtag/interfaces.c
src/jtag/jtag.h
src/jtag/minidriver.h
src/jtag/minidriver/minidriver_imp.h [deleted file]
src/jtag/minidummy/jtag_minidriver.h [deleted file]
src/jtag/minidummy/minidummy.c [deleted file]
src/target/arm11_dbgtap.c
src/target/embeddedice.c
src/transport/transport.h