aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell1-10/+4
2009-11-09src/jtag: remove 'extern' and wrap headers.Zachary T Welch1-44/+54
2009-10-23jtag: clean up TAP state name handlingDavid Brownell1-8/+8
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell1-1/+4
2009-10-20XSVF: use svf_add_statemove()David Brownell1-23/+1
2009-10-08prevent abort via polling during jtag_resetDavid Brownell1-0/+17
2009-10-08Stop ignoring most scan chain validation errorsDavid Brownell1-0/+1
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell1-2/+4
2009-10-07Updates for "reset_config":dbrownell1-1/+1
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe1-2/+3
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell1-12/+21
2009-09-29added t/nsrst_assert_width commandsoharboe1-0/+6
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe1-0/+1
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe1-0/+4
2009-08-26reduce arm11 output noiseoharboe1-1/+2
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak1-3/+6
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-30Fix doxygen warning in jtag.h caused by a changed parameter name.zwelch1-1/+1
2009-06-29David Brownell <david-b@pacbell.net>:zwelch1-1/+0
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe1-9/+9
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-7/+7
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-14/+14
2009-06-17dummy driver now works under eCosoharboe1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-7/+6
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-2/+4
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-7/+11
2009-06-11Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch1-4/+5
2009-06-11Improve grouping of JTAG KHz and verification accessors in header file.zwelch1-10/+17
2009-06-11Group JTAG reset configuration and accessor APIs together in header file.zwelch1-16/+13
2009-06-11Move jtag_error helper declarations to the end of the header.zwelch1-15/+15
2009-06-11Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch1-27/+1
2009-06-11Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch1-33/+33
2009-06-09Encapsulate the core jtag interface pointer:zwelch1-0/+9
2009-06-09Continue encapsulation of JTAG event callback sub-API:zwelch1-9/+5
2009-06-09Add jtag_event_handler_t:zwelch1-3/+16
2009-06-09Expose jtag_unregister_event_callback with related API declarations.zwelch1-0/+1
2009-06-09Improve encapsulation of JTAG event handling:zwelch1-2/+0
2009-06-09Cleanup and encapsulate IR Capture verification:zwelch1-2/+3
2009-06-09Move the jtag_error helper routines out of header file:zwelch1-25/+8
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-1/+2
2009-06-09Remove superfluous extern for non-existant global variable.zwelch1-2/+0
2009-06-09Add get and set accessors for jtag_speed:zwelch1-1/+11
2009-06-09Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch1-2/+0
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch1-2/+4
2009-06-09Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch1-2/+0
2009-06-09Remove superfluous extern of jtag_event_strings from jtag.h.zwelch1-2/+0
2009-06-09Merge documentation for jtag_add_statemove from source into header block.zwelch1-5/+25