fw/openocd
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-06-04 oharboeuse assert() to catch TAP_INVALID passed to jtag_add_xx...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-06-04 oharboejtag_add_end_state() now returns the value of the globa...
2009-06-04 oharboeJTAG_TRST_ASSERTED event cleanup. More clear where...
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-04 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-03 oharboeuse assert() for obscure check on illegal arguments...
2009-06-03 oharboeremove unused code path.
2009-06-03 oharboecatchup with jtag refactoring.
2009-06-03 zwelchMove JTAG command handling implementation into its...
2009-06-03 zwelchFinish JTAG header file modularization; command factori...
2009-06-03 oharboeadded missing extern to jtag_command_queue definition.
2009-06-03 zwelchMove JTAG command APIs into new jtag/commands.h header...
2009-06-03 zwelchImprove remaining documentation that was causing Doxyge...
2009-06-03 zwelchImprove in-source documentation that was causing Doxyge...
2009-06-03 zwelchAdd architectural introduction to the JTAG module in...
2009-06-03 zwelchImprove logger script to expose warnings and errors...
2009-06-03 zwelchImprove doxygen markup of PATCHES file, link to new...
2009-06-03 zwelchAdd draft of Patching Primer in The Manual; update...
2009-06-03 zwelchUpdate TODO file with more content and better style.
2009-06-03 zwelchEnable or add doxygen comments to the public JTAG API.
2009-06-03 zwelchUpdate documentationf or jtag_interface structure members.
2009-06-03 zwelchRemove vestigal tap_transition type from public jtag...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-03 zwelchExpose tap_state_by_name TAP helper available in public...
2009-06-03 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-03 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-03 zwelchMove the JTAG cable interface API implementation
2009-06-03 zwelchAdd missed accessor for checking the current TMS table.
2009-06-03 zwelchSplit and simplify handle_tms_sequence_command for...
2009-06-03 zwelchMake tap_state_by_name available in new JTAG interface...
2009-06-02 zwelchAdd private src/jtag/interface.h for use by JTAG interf...
2009-06-02 zwelchFinish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from...
2009-06-02 zwelchAdd header file for JTAG minidriver:
2009-06-02 ntfreak- change signature for adi_jtag_dp_scan and adi_jtag_dp...
2009-06-02 ntfreak- hack added to fix a issue with v5/6 jlink
2009-06-02 oharboeremove unecessary #ifdef as file is only built when...
2009-06-02 oharboesome trivial minidriver fixes
2009-06-02 oharboemore missing eCos types
2009-06-02 zwelchOnly include jtag_driver.c in the build when minidriver...
2009-06-02 zwelchMove interface_jtag_add_scan_check_alloc implementation...
2009-06-02 zwelchAdd high-speed device support in FT2232 driver:
2009-06-02 oharboeRemove unused code, TAP_INVALID is never passed to...
2009-06-02 zwelchContinue clean-up of JTAG driver interface:
2009-06-02 zwelchMore JTAG interface driver cleanup:
2009-06-02 zwelchMore JTAG interface driver cleanup:
2009-06-02 zwelchMore JTAG interface driver cleanup:
2009-06-02 zwelchClean up jtag command queue handling:
2009-06-02 zwelchEncapsulate JTAG command interfaces for moving to jtag_...
2009-06-02 zwelchRemove the useless invalidstruct from jtag.h.
2009-06-02 zwelchStart clean-up of JTAG driver interface:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-06-01 zwelchEncapsulate JTAG minidriver functions, plan for new...
2009-06-01 zwelchRemove unused in_handler_t type definition from jtag.h
2009-06-01 zwelchScrub final vestiges of in_handler from mips target...
2009-06-01 oharboeadded jtag_add_statemove() helper fn(actual fn written...
2009-06-01 oharboefix warning for a variable that GCC thought might be...
2009-06-01 oharboesimon qian <simonqian.openocd@gmail.com> stop incestiou...
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchWhitespace-only updates to automake input files:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd target_examine_one wrapper:
2009-05-31 zwelchAdd target breakpoint and watchpoint wrapper:
2009-05-31 zwelchAdd target_get_name wrapper:
2009-05-31 zwelchAdd target_step wrapper:
2009-05-31 zwelchAdd target_get_gdb_reg_list wrapper:
2009-05-31 zwelchAdd target_bulk_write_memory wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-31 zwelchSimplify the handle_md_command routine in target.c:
2009-05-31 zwelchMake nvp_target_event static; remove its external decla...
2009-05-31 zwelchMake target_buffer_get_uXX interfaces work with constan...
2009-05-31 zwelchPeter Denison <openwrt@marshadder.org>:
2009-05-31 zwelchAdd new JTAG boundary scan primer, with links to BSDL...
2009-05-30 zwelchEliminate duplicated code in the handle_mw_command...
2009-05-30 zwelchEncapsulate the global "jtag" jtag_interface pointer:
2009-05-30 zwelchRemove unused jlink_execute_end_state (unreferenced...
2009-05-30 oharboeremove unused JTAG_END_STATE part 2
2009-05-30 oharboeremove unused JTAG_END_STATE
2009-05-30 oharboeadded some comments on meminfo command
2009-05-30 oharboemore reset_config texts
2009-05-30 zwelchRemove trailing whitespace from oocd_trace source file.
2009-05-30 zwelchDavid Brownell <david-b@pacbell.net>:
next