jtagonizer

yet another JTAG tool
git clone http://frotz.net/git/jtagonizer.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2018-11-25 18:05readme: update a bitBrian Swetland3+10-3
2014-10-10 19:57fpga: make warmboot optional, fix failure to swizzle bitfileBrian Swetland2+23-11
2014-10-10 16:40zynq: fold fpga tool into zynq toolBrian Swetland3+49-28
2014-10-07 01:09mem: simple read/write phys word toolBrian Swetland2+52-2
2014-10-06 06:08debug: add tool to talk to jtag_debug_port.sv (from zynq-sandbox)Brian Swetland2+108-3
2014-10-06 06:08jtag-core: make enumeration less chattyBrian Swetland1+9-3
2014-10-05 10:08README: open mailbox. take leaflet. read leaflet.Brian Swetland1+19-0
2014-10-05 10:01fpga: reset the part before programmingBrian Swetland1+29-28
2014-10-05 09:42fpga: read status, report some errorsBrian Swetland1+193-12
2014-10-05 09:08jtag: oops, the last change broke jtag_goto RESETBrian Swetland1+2-3
2014-10-05 08:56jtag: add jtag_idle() to sit in IDLE for count TCKsBrian Swetland2+20-0
2014-10-05 08:02jtag: add more xilinx 7-series parts to library listBrian Swetland1+28-6
2014-10-05 05:52fpga: tool to download bitfile to xilinx 7-series fpgaBrian Swetland4+119-11
2014-10-01 02:00zynq: tool to reset/dumpregs/download-and-run for zynqBrian Swetland5+261-167
2014-10-01 01:36dap: add reset, clean up dp_rd/wrBrian Swetland2+18-2
2014-09-30 01:19v7debug: flush icache and other state on restartBrian Swetland1+5-0
2014-09-30 01:04v7debug: basic halt and restart workingBrian Swetland1+202-28
2014-09-29 06:11v7debug: start poking at the debug interfaceBrian Swetland3+157-4
2014-09-29 04:16dap: api-ize and tidy up a bit, move test code to its own fileBrian Swetland5+177-118
2014-09-28 08:27v7debug: some more register/field definitionsBrian Swetland1+55-0
2014-09-28 07:34dap: improved error handling, reintroduce some cachingBrian Swetland1+72-55
2014-09-27 12:51dap: cleanupBrian Swetland3+203-184
2014-09-26 05:29tidier tables (in source and output)Brian Swetland2+57-39
2014-09-25 07:57dap: work in progress, some table dumpingBrian Swetland1+115-13
2014-09-25 07:56v7debug: some register defsBrian Swetland1+35-0
2014-09-23 05:21dap: some glue for arm debug access portsBrian Swetland3+336-5
2014-09-23 05:00move u* types to jtag.hBrian Swetland2+5-4
2014-09-23 02:27add enumeration and selection supportBrian Swetland2+161-12
2014-09-23 02:13doh. make u32 actually 32 bits wide (instead of 64)Brian Swetland1+1-1
2014-09-22 04:47don't forgetBrian Swetland1+13-0
2014-09-22 04:38jtag: bigger stress testBrian Swetland1+36-0
2014-09-22 04:37mpsse-driver: fix io bugs, disable debug chatterBrian Swetland2+22-9
2014-09-22 04:03mpsse-driver: fix cmd buffer management bugsBrian Swetland1+11-6
2014-09-22 03:20initial commit for yet another jtag toolBrian Swetland7+964-0