Skip to content
Snippets Groups Projects
  1. Oct 08, 2009
  2. Oct 07, 2009
  3. Oct 06, 2009
  4. 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
    • dbrownell's avatar
      Minor cleanup to ARM926 debug entry: · 16a7ad57
      dbrownell authored
       - don't needlessly export this function
       - handle "case 0" debug method-of-entry better (silent by default)
      
      The "case 0" is a valid debug entry mode so it doesn't deserve the
      warning int now gets.  But it probably means that OpenOCD confused
      itself somehow; or that it confused the ARM9EJS target.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2799 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      16a7ad57
  5. Oct 02, 2009
  6. Oct 01, 2009
  7. Sep 30, 2009
  8. Sep 29, 2009
  9. Sep 28, 2009
  10. Sep 27, 2009
    • dbrownell's avatar
      Update FT2232 driver so that it reliably enters TAP_RESET. · 817ea3f4
      dbrownell authored
      When the OpenOCD server starts up it records its state as TAP_RESET,
      even though it could be anything.  Then when it starts to examine
      the scan chain, it calls jtag_add_tlr() which sees it doesn't have
      any work to do, and so it does nothing.  This can make the next
      operations fail because they start from the wrong TAP state...
      
      Instead of caring about the current recorded state, always enter
      TAP_RESET by forcing five clocks with TMS high.
      
      (NOTE:  it seems most other JTAG adapter drivers have this same bug.)
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2763 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      817ea3f4
Loading