aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-03Move JTAG command APIs into new jtag/commands.h header file.zwelch3-134/+164
2009-06-03Improve remaining documentation that was causing Doxygen warnings.zwelch3-5/+9
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch4-19/+24
2009-06-03Add architectural introduction to the JTAG module in The Manual.zwelch2-16/+39
2009-06-03Improve logger script to expose warnings and errors in the output.zwelch1-1/+7
2009-06-03Improve doxygen markup of PATCHES file, link to new primer.zwelch1-6/+12
2009-06-03Add draft of Patching Primer in The Manual; update primer page.zwelch2-0/+222
2009-06-03Update TODO file with more content and better style.zwelch1-129/+236
2009-06-03Enable or add doxygen comments to the public JTAG API.zwelch1-152/+249
2009-06-03Update documentationf or jtag_interface structure members.zwelch1-15/+55
2009-06-03Remove vestigal tap_transition type from public jtag API.zwelch1-9/+0
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch20-17/+18
2009-06-03Expose tap_state_by_name TAP helper available in public API.zwelch2-6/+6
2009-06-03David Brownell <david-b@pacbell.net>:zwelch1-74/+200
2009-06-03David Brownell <david-b@pacbell.net>:zwelch1-254/+292
2009-06-03Move the JTAG cable interface API implementationzwelch4-440/+468
2009-06-03Add missed accessor for checking the current TMS table.zwelch2-1/+8
2009-06-03Split and simplify handle_tms_sequence_command for further factoring.zwelch2-11/+17
2009-06-03Make tap_state_by_name available in new JTAG interface API header.zwelch2-9/+4
2009-06-02Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch3-207/+240
2009-06-02Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:zwelch4-11/+21
2009-06-02Add header file for JTAG minidriver:zwelch6-102/+151
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak5-45/+103
2009-06-02- hack added to fix a issue with v5/6 jlinkntfreak1-1/+9
2009-06-02remove unecessary #ifdef as file is only built when minidriver is enabled.oharboe1-3/+0
2009-06-02some trivial minidriver fixesoharboe4-31/+37
2009-06-02more missing eCos typesoharboe1-0/+14
2009-06-02Only include jtag_driver.c in the build when minidriver is not in use.zwelch2-2/+9
2009-06-02Move interface_jtag_add_scan_check_alloc implementations to theirzwelch4-21/+20
2009-06-02Add high-speed device support in FT2232 driver:zwelch2-1/+107
2009-06-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe8-66/+27
2009-06-02Continue clean-up of JTAG driver interface:zwelch4-502/+535
2009-06-02More JTAG interface driver cleanup:zwelch1-10/+9
2009-06-02More JTAG interface driver cleanup:zwelch1-3/+7
2009-06-02More JTAG interface driver cleanup:zwelch2-1/+13
2009-06-02Clean up jtag command queue handling:zwelch1-32/+17
2009-06-02Encapsulate JTAG command interfaces for moving to jtag_interface.h.zwelch1-0/+7
2009-06-02Remove the useless invalidstruct from jtag.h.zwelch1-4/+0
2009-06-02Start clean-up of JTAG driver interface:zwelch1-20/+28
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-8/+39
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-13/+11
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-42/+22
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-0/+28
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch19-0/+26
2009-06-01Encapsulate JTAG minidriver functions, plan for new header file.zwelch3-19/+37
2009-06-01Remove unused in_handler_t type definition from jtag.hzwelch1-3/+0
2009-06-01Scrub final vestiges of in_handler from mips target APIs.zwelch3-6/+6
2009-06-01added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe3-94/+106
2009-06-01fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe1-1/+1
2009-06-01simon qian <simonqian.openocd@gmail.com> stop incestious communication with l...oharboe1-51/+72