Skip to content
Snippets Groups Projects
  1. Sep 14, 2009
  2. Sep 13, 2009
  3. Sep 12, 2009
  4. Sep 11, 2009
  5. Sep 10, 2009
  6. Sep 09, 2009
    • oharboe's avatar
      Rolf Meeser <rolfm_9dq@yahoo.de> · 7b5ddb4a
      oharboe authored
      This patch adds target algorithm support for those flash devices that do not support DQ5 polling. So far they could only be programmed with host algorithm, but this was way too slow.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2682 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      7b5ddb4a
    • oharboe's avatar
      - Fix bug-in-waiting when adding more than one TAP event type · 983f5a1a
      oharboe authored
      - Infinite loop bugfix when running tap configure a second time
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2681 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      983f5a1a
    • oharboe's avatar
      David Brownell <david-b@pacbell.net> · aa46b153
      oharboe authored
      Optionally shave time off the armv4_5 run_algorithm() code:  let
      them terminate using software breakpoints, avoiding roundtrips
      to manage hardware ones.
      
      Enable this by using BKPT to terminate execution instead of "branch
      to here" loops.  Then pass zero as the exit address, except when
      running on an ARMv4 core.  ARM7TDMI, ARM9TDMI, and derived cores
      now set a flag saying they're ARMv4.
      
      Use that mechanism in arm_nandwrite(), for about 3% speedup on a
      DaVinci ARM926 core; not huge, but it helps.  Some other algorithms
      could use this too (mostly flavors of flash operation).
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2680 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      aa46b153
    • oharboe's avatar
      David Brownell <david-b@pacbell.net> · 8b2b0071
      oharboe authored
      Fix docs on ARM11 MCR and MRC coprocessor commands:
      correct read-vs-write; and describe the params.
      
      (ARM920 and ARM926 have cp15-specific commands; this
      approach is more generic.  MCR2, MRC2, MCRR, MCRR2,
      MRRC, and MRRC2 instructions could also get exposed.)
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2679 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      8b2b0071
  7. Sep 08, 2009
  8. Sep 07, 2009
  9. Sep 04, 2009
Loading