Skip to content
Snippets Groups Projects
  1. Oct 13, 2009
    • David Brownell's avatar
      xscale: stackframe corruption bugfix · b6c4d100
      David Brownell authored
      
      Resolve a "FIX" comment; yes that was superfluous given that the
      JTAG core does that check by default.  It was also buggy since it
      wrote to a stack frame that went away before the write happened!!
      
      Other fixes:  remove pointless malloc(); zero-init scan_field_t
      values wherever they appear; whitespace scrub; spelling fix.
      
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      b6c4d100
  2. Oct 12, 2009
  3. Oct 11, 2009
  4. Oct 10, 2009
  5. Oct 09, 2009
  6. Oct 08, 2009
  7. Oct 07, 2009
  8. Oct 06, 2009
  9. Oct 05, 2009
    • dbrownell's avatar
      Improve jtag_validate_ircapture() diagnostics. · 7a57c316
      dbrownell authored
      Bugfix the error message so it shows the disliked value, and add
      a debug message showing each TAP's IR capture value, all N bits.
      
      This just changes diagnostics ... it still ignores the parameters
      given to us at TAP declaration time.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2801 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      7a57c316
    • dbrownell's avatar
      Add a new JTAG "setup" event; use for better DaVinci ICEpick support. · 7c7467b3
      dbrownell authored
      The model is that this fires after scanchain verification, when it's
      safe to call "jtag tapenable $TAPNAME".  So it will fire as part of
      non-error paths of "init" and "reset" command processing.  However it
      will *NOT* trigger during "jtag_reset" processing, which skips all
      scan chain verification, or after verification errors.
      
      ALSO:
       - switch DaVinci chips to use this new mechanism
       - log TAP activation/deactivation, since their IDCODEs aren't verified
       - unify "enum jtag_event" scripted event notifications
       - remove duplicative JTAG_TAP_EVENT_POST_RESET
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2800 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      7c7467b3
Loading