Skip to content
Snippets Groups Projects
  1. Jul 02, 2009
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 14fb875e
      zwelch authored
      More minor improvements to README to help polish the 0.2.0 release:
      - Add note about Ubuntu 8.04 (in lieu of starting a README.Linux file).
      - Fix introductory paragraph to Bulding OpenOCD
      - Remove some vestigial texinfo markup.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2448 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      14fb875e
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 6d08c180
      zwelch authored
      Prepare the DaVinci PLL code to support the version 0x0E module
      used in newer chips (e.g. dm365):  rename the original code so
      it's specific to version 0x02 PLL modules, and update the dm355evm
      code to use that new name.
      
      Fix two minor bugs in that version 2 code:  sysclk3 setup used
      the sysclk2 divider address (affecting video processing on dm355,
      no worry for now) and sysclk2 setup had a syntax error.
      
      Also minor fixups to dm355evm, mostly to permit use of RTCK.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2447 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      6d08c180
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · b3e6cb6d
      zwelch authored
      Restore some whitespace that got clobbered by over-aggressive
      whitepace eradication patches a while back.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2446 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      b3e6cb6d
  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
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 54ffd82a
      zwelch authored
      Minor fixup to the User's Guide, primarily related to the
      handful of commands defined in "startup.tcl"; "help" was
      not previously documented.
      
      Also, be more consistent about "Config Command" definitions
      (and to be explicit about that doc convention).
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2414 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      54ffd82a
    • zwelch's avatar
      Move JTAG interface list to new files. · c2cecc74
      zwelch authored
      - Adds new source files to encapsulate static/dynamic module handling.
      - Further work should implement the jtag_interface_modules_load routine,
        to populate the jtag_interfaces list from shared libraries in a path.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2413 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      c2cecc74
  5. Jun 28, 2009
Loading