aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-03Move the JTAG cable interface API implementationzwelch
2009-06-03Add missed accessor for checking the current TMS table.zwelch
2009-06-03Split and simplify handle_tms_sequence_command for further factoring.zwelch
2009-06-03Make tap_state_by_name available in new JTAG interface API header.zwelch
2009-06-02Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch
2009-06-02Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:zwelch
2009-06-02Add header file for JTAG minidriver:zwelch
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak
2009-06-02- hack added to fix a issue with v5/6 jlinkntfreak
2009-06-02remove unecessary #ifdef as file is only built when minidriver is enabled.oharboe
2009-06-02some trivial minidriver fixesoharboe
2009-06-02more missing eCos typesoharboe
2009-06-02Only include jtag_driver.c in the build when minidriver is not in use.zwelch
2009-06-02Move interface_jtag_add_scan_check_alloc implementations to theirzwelch
2009-06-02Add high-speed device support in FT2232 driver:zwelch
2009-06-02Remove unused code, TAP_INVALID is never passed to drivers.oharboe
2009-06-02Continue clean-up of JTAG driver interface:zwelch
2009-06-02More JTAG interface driver cleanup:zwelch
2009-06-02More JTAG interface driver cleanup:zwelch
2009-06-02More JTAG interface driver cleanup:zwelch
2009-06-02Clean up jtag command queue handling:zwelch
2009-06-02Encapsulate JTAG command interfaces for moving to jtag_interface.h.zwelch
2009-06-02Remove the useless invalidstruct from jtag.h.zwelch
2009-06-02Start clean-up of JTAG driver interface:zwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch
2009-06-01Encapsulate JTAG minidriver functions, plan for new header file.zwelch
2009-06-01Remove unused in_handler_t type definition from jtag.hzwelch
2009-06-01Scrub final vestiges of in_handler from mips target APIs.zwelch
2009-06-01added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe
2009-06-01fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe
2009-06-01simon qian <simonqian.openocd@gmail.com> stop incestious communication with l...oharboe
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31Whitespace-only updates to automake input files:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add target_examine_one wrapper:zwelch
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch
2009-05-31Add target_get_name wrapper:zwelch
2009-05-31Add target_step wrapper:zwelch
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch
2009-05-31Add target_bulk_write_memory wrapper:zwelch
2009-05-31Add wrappers for target->type->examined:zwelch
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-31Add target_read_memory wrapper:zwelch
2009-05-31Simplify the handle_md_command routine in target.c:zwelch
2009-05-31Make nvp_target_event static; remove its external declaration.zwelch