Skip to content
Snippets Groups Projects
  1. Jun 21, 2009
  2. Jun 19, 2009
  3. Jun 18, 2009
  4. Jun 04, 2009
  5. May 31, 2009
  6. May 11, 2009
  7. May 10, 2009
  8. May 08, 2009
  9. May 07, 2009
  10. May 06, 2009
  11. May 05, 2009
  12. Apr 18, 2009
    • mifi's avatar
      The following patches was applied: · 0bba8327
      mifi authored
      - openocd-flash-static-keyword-v3.patch
      - openocd-lpc2000-fix-erase-obo.patch
      - openocd-jlink-fix-sign-ptr-warn.patch
      - openocd-wextra-etm.patch
      - openocd-wextra-jtag.patch
      - openocd-add-new-tap-symbols-v6.patch
      
      Many thanks to  Zach Welch <zw(at)superlucidity.net>
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1462 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      0bba8327
  13. Dec 13, 2008
  14. Nov 30, 2008
  15. Oct 14, 2008
  16. Sep 20, 2008
  17. Sep 01, 2008
  18. Aug 24, 2008
  19. Aug 20, 2008
  20. Aug 19, 2008
  21. Aug 05, 2008
  22. May 27, 2008
  23. Apr 11, 2008
  24. Apr 03, 2008
    • oharboe's avatar
      · d3f0549f
      oharboe authored
      - Work on fixing erase check. Many implementations are plain broken.
      Wrote a default flash erase check fn which uses CFI's target algorithm
      w/fallback to memory reads. 
      - "flash info" no longer prints erase status as it is stale. 
      - "flash erase_check" now prints erase status. erase check can take a 
      *long* time. Work in progress
      - arm7/9 with seperate srst & trst now supports reset init/halt
      after a power outage. arm7/9 no longer makes any assumptions
      about state of target when reset is asserted.
      - fixes for srst & trst capable arm7/9 with reset init/halt
      - prepare_reset_halt retired. This code needs to be inside
      assert_reset anyway
      - haven't been able to get stm32 write algorithm to work. Fallback
      flash write does work. Haven't found a version of openocd trunk
      where this works.
      - added target_free_all_working_areas_restore() which can
      let be of restoring backups. This is needed when asserting
      reset as the target must be assumed to be an unknown state.
      Added some comments to working areas API
      - str9 reset script fixes
      - some guidelines
      - fixed dangling callbacks upon reset timeout 
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@536 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      d3f0549f
  25. Apr 02, 2008
  26. Mar 25, 2008
  27. Mar 07, 2008
    • oharboe's avatar
      · c78b4fe4
      oharboe authored
      - Improves error handling upon GDB connect
      - switch to synchronous halt during connect. This fixes the bug
        where poll() was not invoked between halt() and servicing the
        'g' register packet
      - halt() no longer returns error code when target is already halted, just
        logs a warning. Only the halt() implementation can say anything
        meaningful about why a halt() failed, so error messages are pushed
        up to halt()
      - fixed soft_reset_halt infinite loop bug in arm7_9_common.c. The rest
        of the implementations are still busted.
      - by using USER() instead of command_print() the log gets the 
        source + line #. Nice.
      - no longer invoke exit() if soft_reset_halt fails. A reset can often 
        fix the problem.
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@475 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      c78b4fe4
  28. Mar 03, 2008
  29. Feb 25, 2008
  30. Feb 24, 2008
    • oharboe's avatar
      - fixed target->type->poll() return value · 1aa85468
      oharboe authored
      - added arch_state to show status of currently selected target
      - simplified target->type->arch_state() api.
      - clean up telnet output a bit
      - fixed GDB output for arch_state
      - removed a couple of unecessary exit()'s
      - cleaned up error propagation a bit in a few places
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@332 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      1aa85468
  31. Oct 22, 2007
Loading