Skip to content
Snippets Groups Projects
  1. Jul 02, 2009
  2. Jul 01, 2009
  3. Jun 30, 2009
  4. Jun 29, 2009
    • oharboe's avatar
      Kevin Bortis <stm32@bortis.ch> fix worksize · f8cc725e
      oharboe authored
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2419 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      f8cc725e
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 3d955124
      zwelch authored
      Minor bugfix ... previous version was tested *with* ICEpick active.
      The "-disable" can swap with "-enable"; but not with an empty string.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2418 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      3d955124
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · d3315c41
      zwelch authored
      Remove some bogus warnings during server startup for ARM926ejs
      targets that were already halted for debug ... e.g. started up
      a freshly built instance.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2417 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      d3315c41
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 95da247b
      zwelch authored
      Improve the PXA255 target config:  move all that board-specific
      setup to the pxa255_sst board.cfg, to which it evidently belongs
      (it's the only PXA255 board now included).
      
      Provide the PXA255 JTAG id from Intel docs, and add a comment
      about how this chip is now EOL'd (last orders taken).
      
      Note that I still can't get my old PXA255 board to work.  There's
      something broken in the reset sequence, which is preventing the
      TAP from coming up at all.  Old mailing list posts suggest this
      is a longstanding bug...
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2416 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      95da247b
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · f0fd28a6
      zwelch authored
      Warn when people (or scripts) use numeric identifiers for TAPs,
      instead of dotted.name values.  We want this usage to go away,
      so that for example adding more TAPs doesn't cause config scripts
      to break because some sequence number changed.
      
      It's been deprecated since late 2008, but putting a warning on
      this should help us remove it (say, in June 2010) by helping to
      phase out old (ab)usage in config scripts.
      
      Other than in various config files, the only code expecting such
      a number was the almost unused str9xpec driver.  This code was
      changed to use the TAP it was passed, instead of making its own
      dubious lookup and ignoring that TAP.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2415 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      f0fd28a6
Loading