New C based JTAG debug tool
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 16 Sep 2019 15:29:08 +0000 (16:29 +0100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 20 Sep 2019 06:46:31 +0000 (16:46 +1000)
commitfe275effebf14afd93133eb0a82c85a399ea6212
tree4e1d6628d007ae112acbcc68a7238e4ea286d126
parent98f09946980328693db0e2e2039217957cc09fe6
New C based JTAG debug tool

This works with both the sim socket and urjtag, and supports the
new core functions, loading a file in memory etc...

The code still needs a lot of cleanup and a help!

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
scripts/mw_debug.py [deleted file]
scripts/mw_debug/Makefile [new file with mode: 0644]
scripts/mw_debug/mw_debug.c [new file with mode: 0644]