Skip to content
Snippets Groups Projects
  1. Oct 07, 2009
  2. Oct 06, 2009
  3. Oct 05, 2009
  4. Oct 02, 2009
  5. Oct 01, 2009
  6. Sep 30, 2009
  7. Sep 29, 2009
    • dbrownell's avatar
      Streamline Capture-IR validation code · e4de4251
      dbrownell authored
       - Don't issue needless JTAG resets ... only do them after
         errors. Normal exit now leaves every TAP in BYPASS.
         
       - Fix an unlikely memory leak on one fault path.
      
       - Remove the oddball limitation that invalid capture LSBs 
         trigger errors only for TAPs that support IDCODE.
      
      Re the JTAG reset:  there are too many of them, and they can
      (and do!) change system state.  So the needless ones should
      get removed.  This one was especially pointless.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2777 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      e4de4251
    • dbrownell's avatar
      ARM11 command handling fixes · 6d4cdddb
      dbrownell authored
       - Commands were supposed to have been "arm11 memwrite ..."
         not "memwrite ..."
       - Get rid of obfuscatory macros
       - Re-alphabetize
       - Add docs for "arm11 vcr"
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2776 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      6d4cdddb
Loading