aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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...ntfreak4-45/+76
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.zwelch1-1/+7
2009-06-02Move interface_jtag_add_scan_check_alloc implementations to theirzwelch4-21/+20
2009-06-02Add high-speed device support in FT2232 driver:zwelch1-1/+77
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-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
2009-06-01David Brownell <david-b@pacbell.net>:zwelch2-203/+203
2009-06-01David Brownell <david-b@pacbell.net>:zwelch7-578/+505
2009-05-31Final step in isolating target_type_s structure:zwelch18-173/+180
2009-05-31Whitespace-only updates to automake input files:zwelch4-32/+179
2009-05-31First step in hiding target_type_s from public interface:zwelch16-2/+23
2009-05-31Add target_examine_one wrapper:zwelch3-2/+13
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch3-4/+55
2009-05-31Add target_get_name wrapper:zwelch5-8/+26
2009-05-31Add target_step wrapper:zwelch3-1/+15
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch3-5/+21
2009-05-31Add target_bulk_write_memory wrapper:zwelch3-3/+22
2009-05-31Add wrappers for target->type->examined:zwelch10-33/+62
2009-05-31Add target_run_algorithm wrapper:zwelch14-15/+41
2009-05-31Add target_write_memory wrapper:zwelch16-107/+126
2009-05-31Add target_read_memory wrapper:zwelch11-39/+58
2009-05-31Simplify the handle_md_command routine in target.c:zwelch1-58/+61
2009-05-31Make nvp_target_event static; remove its external declaration.zwelch2-3/+1
2009-05-31Make target_buffer_get_uXX interfaces work with constant buffers.zwelch2-6/+6