Skip to content
Snippets Groups Projects
  1. Apr 23, 2008
  2. Apr 21, 2008
  3. Apr 18, 2008
  4. Apr 17, 2008
  5. Apr 16, 2008
  6. Apr 15, 2008
  7. Apr 14, 2008
  8. Apr 13, 2008
  9. Apr 11, 2008
  10. Apr 10, 2008
  11. Apr 09, 2008
  12. Apr 08, 2008
  13. Apr 07, 2008
    • oharboe's avatar
      · 2b7504c2
      oharboe authored
      - only if "reset halt" or "reset init" are issued will the reset vector be set up
      - If communication fails during assert between assert/deassert and during
      assert, warnings are printed. The warning suggests using srst_only if the
      clock locks up as that would allow the reset vector to be set up before
      asserting reset.
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@544 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      2b7504c2
  14. Apr 04, 2008
  15. 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
  16. Apr 02, 2008
Loading