scan_field_t -> struct scan_field
[fw/openocd] / src / jtag / core.c
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-10-26 David BrownellJTAG: simple autoprobing
2009-10-25 David BrownellJTAG: jtag_tap_init() bugfixes
2009-10-20 David Brownelljtag_add_statemove() always uses TLR to get to RESET
2009-10-15 David Brownellportability updates
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-10-09 David Brownelladd documentation about reset customization
2009-10-09 Øyvind HarboeMerge commit 'origin/master'
2009-10-09 David Brownellminor JTAG init messaging tweaks
2009-10-08 David Brownellprevent abort via polling during jtag_reset
2009-10-08 David BrownellStop ignoring most scan chain validation errors
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellForce sane SRST and TRST initialization
2009-10-07 dbrownellBetter fix for TAPs violating the JTAG spec for IR...
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 oharboeDo not check ir capture if there is no IDCODE
2009-10-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-06 oharboeIntroduced jtag_init and "jtag arp_init" to allow targe...
2009-10-05 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-05 dbrownellImprove jtag_validate_ircapture() diagnostics.
2009-10-05 dbrownellAdd a new JTAG "setup" event; use for better DaVinci...
2009-09-29 dbrownellStreamline Capture-IR validation code
2009-09-29 dbrownellMake "-expected-id 0" suppress warnings; not unlike...
2009-09-29 oharboeadded t/nsrst_assert_width commands
2009-09-26 dbrownellDiagnostics tweaks for jtag_examine_chain() failure...
2009-09-26 dbrownellUpdates to the initial scanchain validation code:
2009-09-21 dbrownellUpdate the jtag-examine_chain() logic to verify that...
2009-09-20 dbrownellDebug message updates:
2009-09-19 dbrownellMinor behavior fixes for the two JTAG reset events...
2009-09-17 dbrownellAddress codereview comment from Steve Grubb <sgrubb...
2009-09-11 oharboetap post reset event added. Allows omap3530 to send...
2009-08-26 oharboeDavid Brownell <david-b@pacbell.net> Fix segv in jtag_e...
2009-08-26 oharboeadded missing check on jtag_execute
2009-08-26 oharboereduce arm11 output noise
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> More jtag_add_rese...
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> More jtag_add_rese...
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> Some jtag_add_rese...
2009-08-24 oharboeJonas Horberg <jhorberg@sauer-danfoss.com>
2009-08-18 ntfreakJonas Horberg [jhorberg@sauer-danfoss.com]
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-29 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelch- Replace '){' with ') {'.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-19 duaneprintf() warning fixes due to uint32_t change-over
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-17 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchUse parse_uint helper to replace strtoul call in jtag_t...
2009-06-11 zwelchOut-of-line jtag_tap_next_enabled and simplify its...
2009-06-11 zwelchMove jtag_add_statemove decl/body nearer jtag_add_pathmove.
2009-06-09 zwelchEncapsulate the core jtag interface pointer:
2009-06-09 zwelchContinue encapsulation of JTAG event callback sub-API:
2009-06-09 zwelchAdd jtag_event_handler_t:
2009-06-09 zwelchImprove encapsulation of JTAG event handling:
2009-06-09 zwelchProperly encapsulate core hasKHZ variable.
2009-06-09 zwelchCleanup and encapsulate IR Capture verification:
2009-06-09 zwelchAdd missing static keywords to a few variables in JTAG...
2009-06-09 zwelchMove the jtag_error helper routines out of header file:
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-09 zwelchAdd get and set accessors for jtag_speed:
2009-06-09 zwelchEncapsulate the jtag_event_callback list; add helper...
2009-06-09 zwelchEncapsulate the jtag_trst and jtag_srst variables:
2009-06-09 zwelchReplace 'jtag.c' with 'core.c' in code comments.
2009-06-09 zwelchRemove accidental duplicate of hasKHz; fixes pre-init...
2009-06-09 zwelchSplit main jtag.c file into two layers: