| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the JTAG cable interface API implementation | zwelch | 2009-06-03 | 4 | -440/+468 |
* | Add missed accessor for checking the current TMS table. | zwelch | 2009-06-03 | 2 | -1/+8 |
* | Split and simplify handle_tms_sequence_command for further factoring. | zwelch | 2009-06-03 | 2 | -11/+17 |
* | Make tap_state_by_name available in new JTAG interface API header. | zwelch | 2009-06-03 | 2 | -9/+4 |
* | Add private src/jtag/interface.h for use by JTAG interface drivers: | zwelch | 2009-06-02 | 3 | -207/+240 |
* | Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h: | zwelch | 2009-06-02 | 4 | -11/+21 |
* | Add header file for JTAG minidriver: | zwelch | 2009-06-02 | 6 | -102/+151 |
* | - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp... | ntfreak | 2009-06-02 | 4 | -45/+76 |
* | - hack added to fix a issue with v5/6 jlink | ntfreak | 2009-06-02 | 1 | -1/+9 |
* | remove unecessary #ifdef as file is only built when minidriver is enabled. | oharboe | 2009-06-02 | 1 | -3/+0 |
* | some trivial minidriver fixes | oharboe | 2009-06-02 | 4 | -31/+37 |
* | more missing eCos types | oharboe | 2009-06-02 | 1 | -0/+14 |
* | Only include jtag_driver.c in the build when minidriver is not in use. | zwelch | 2009-06-02 | 1 | -1/+7 |
* | Move interface_jtag_add_scan_check_alloc implementations to their | zwelch | 2009-06-02 | 4 | -21/+20 |
* | Add high-speed device support in FT2232 driver: | zwelch | 2009-06-02 | 1 | -1/+77 |
* | Remove unused code, TAP_INVALID is never passed to drivers. | oharboe | 2009-06-02 | 8 | -66/+27 |
* | Continue clean-up of JTAG driver interface: | zwelch | 2009-06-02 | 4 | -502/+535 |
* | More JTAG interface driver cleanup: | zwelch | 2009-06-02 | 1 | -10/+9 |
* | More JTAG interface driver cleanup: | zwelch | 2009-06-02 | 1 | -3/+7 |
* | More JTAG interface driver cleanup: | zwelch | 2009-06-02 | 2 | -1/+13 |
* | Clean up jtag command queue handling: | zwelch | 2009-06-02 | 1 | -32/+17 |
* | Encapsulate JTAG command interfaces for moving to jtag_interface.h. | zwelch | 2009-06-02 | 1 | -0/+7 |
* | Remove the useless invalidstruct from jtag.h. | zwelch | 2009-06-02 | 1 | -4/+0 |
* | Start clean-up of JTAG driver interface: | zwelch | 2009-06-02 | 1 | -20/+28 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 1 | -8/+39 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 1 | -13/+11 |
* | Encapsulate JTAG Cable API and interface structure, plan for new header file. | zwelch | 2009-06-01 | 19 | -0/+26 |
* | Encapsulate JTAG minidriver functions, plan for new header file. | zwelch | 2009-06-01 | 3 | -19/+37 |
* | Remove unused in_handler_t type definition from jtag.h | zwelch | 2009-06-01 | 1 | -3/+0 |
* | Scrub final vestiges of in_handler from mips target APIs. | zwelch | 2009-06-01 | 3 | -6/+6 |
* | added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ... | oharboe | 2009-06-01 | 3 | -94/+106 |
* | fix warning for a variable that GCC thought might be uninitialized(which it c... | oharboe | 2009-06-01 | 1 | -1/+1 |
* | simon qian <simonqian.openocd@gmail.com> stop incestious communication with l... | oharboe | 2009-06-01 | 1 | -51/+72 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 2 | -203/+203 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 7 | -578/+505 |
* | Final step in isolating target_type_s structure: | zwelch | 2009-05-31 | 18 | -173/+180 |
* | Whitespace-only updates to automake input files: | zwelch | 2009-05-31 | 4 | -32/+179 |
* | First step in hiding target_type_s from public interface: | zwelch | 2009-05-31 | 16 | -2/+23 |
* | Add target_examine_one wrapper: | zwelch | 2009-05-31 | 3 | -2/+13 |
* | Add target breakpoint and watchpoint wrapper: | zwelch | 2009-05-31 | 3 | -4/+55 |
* | Add target_get_name wrapper: | zwelch | 2009-05-31 | 5 | -8/+26 |
* | Add target_step wrapper: | zwelch | 2009-05-31 | 3 | -1/+15 |
* | Add target_get_gdb_reg_list wrapper: | zwelch | 2009-05-31 | 3 | -5/+21 |
* | Add target_bulk_write_memory wrapper: | zwelch | 2009-05-31 | 3 | -3/+22 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 10 | -33/+62 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 14 | -15/+41 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 16 | -107/+126 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 11 | -39/+58 |
* | Simplify the handle_md_command routine in target.c: | zwelch | 2009-05-31 | 1 | -58/+61 |
* | Make nvp_target_event static; remove its external declaration. | zwelch | 2009-05-31 | 2 | -3/+1 |