73 Commits (e98817c4636f45b45db4332d2a5fbf36676f2f39)

Author SHA1 Message Date
  David Brownell e98817c463 JTAG: jtag_tap_init() bugfixes 14 years ago
  David Brownell d243e641d3 jtag_add_statemove() always uses TLR to get to RESET 14 years ago
  David Brownell 510db585fd portability updates 14 years ago
  David Brownell a0b1e05b53 printf format warning fixes 14 years ago
  David Brownell bc13c12be9 add documentation about reset customization 14 years ago
  David Brownell 5b352c9e79 minor JTAG init messaging tweaks 14 years ago
  David Brownell a8234af06c prevent abort via polling during jtag_reset 14 years ago
  David Brownell 40c9668b70 Stop ignoring most scan chain validation errors 14 years ago
  dbrownell cdc33b3808 Force sane SRST and TRST initialization 14 years ago
  dbrownell 246ff4f601 Better fix for TAPs violating the JTAG spec for IR-Capture. 14 years ago
  oharboe 53dea2f952 Do not check ir capture if there is no IDCODE 14 years ago
  oharboe 39b57471bf Introduced jtag_init and "jtag arp_init" to allow target scripts more control over how OpenOCD starts up and initializes the target. 14 years ago
  dbrownell 7a57c31619 Improve jtag_validate_ircapture() diagnostics. 14 years ago
  dbrownell 7c7467b34f Add a new JTAG "setup" event; use for better DaVinci ICEpick support. 14 years ago
  dbrownell e4de4251fe Streamline Capture-IR validation code 14 years ago
  dbrownell 4297209ac9 Make "-expected-id 0" suppress warnings; not unlike it used to do. 14 years ago
  oharboe c5949a03a7 added t/nsrst_assert_width commands 14 years ago
  dbrownell 2329ae9306 Diagnostics tweaks for jtag_examine_chain() failure paths. 14 years ago
  dbrownell f64e924ba9 Updates to the initial scanchain validation code: 14 years ago
  dbrownell d20103cd93 Update the jtag-examine_chain() logic to verify that there's no 14 years ago
  dbrownell 0c4b119d3f Debug message updates: 14 years ago
  dbrownell 2d3bcddf04 Minor behavior fixes for the two JTAG reset events (C/internal, 14 years ago
  dbrownell e961bd14d9 Address codereview comment from Steve Grubb <sgrubb@redhat.com>: 14 years ago
  oharboe 4f7761828c tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's after a TAP_RESET. 14 years ago
  oharboe dce1cdc9fb David Brownell <david-b@pacbell.net> Fix segv in jtag_examine_chain(): exit loop on no-tap. Keep 14 years ago
  oharboe 0de530067f added missing check on jtag_execute 14 years ago
  oharboe 9a9ebfb924 reduce arm11 output noise 14 years ago
  oharboe 24f011ebb4 David Brownell <david-b@pacbell.net> More jtag_add_reset() cleanup: 14 years ago
  oharboe 86b49612a6 David Brownell <david-b@pacbell.net> More jtag_add_reset() cleanup: 14 years ago
  oharboe 6f359fba68 David Brownell <david-b@pacbell.net> Some jtag_add_reset() cleanup: 14 years ago
  oharboe 332c8d78d8 Jonas Horberg <jhorberg@sauer-danfoss.com> 14 years ago
  ntfreak bb5086b83e Jonas Horberg [jhorberg@sauer-danfoss.com] 14 years ago
  oharboe 8b994145b8 Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 15 years ago
  zwelch f0fd28a66c David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch c97caebccd Remove whitespace at end of lines, step 2. 15 years ago
  zwelch c493543fc9 - Replace '){' with ') {'. 15 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch f90d8fa45f Remove whitespace that occurs after '('. 15 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 15 years ago
  zwelch 3813fda44a - Fixes '==' whitespace 15 years ago
  zwelch 128a733428 - Fixes '&&' whitespace 15 years ago
  zwelch 53d605e12c - Fixes '!=' whitespace 15 years ago
  zwelch 95d2a23724 - Replace 'for(' with 'for ('. 15 years ago
  zwelch 50c086ffb9 - Replace 'while(' with 'while ('. 15 years ago
  zwelch e43979e702 - Replace 'if(' with 'if ('. 15 years ago
  duane 40d7e81c45 printf() warning fixes due to uint32_t change-over 15 years ago
  oharboe 333642fcff fix jtag_add_callback() args. The first argument is nothing special, it's just another generic argument. 15 years ago
  zwelch 86e4324f1b Finish transforming 'u32' to 'uint32_t'. 15 years ago
  zwelch c18947b947 Transform 'u8' to 'uint8_t' 15 years ago
  zwelch d31e57a10d David Brownell <david-b@pacbell.net>: 15 years ago