Skip to content
Snippets Groups Projects
  1. Sep 09, 2009
    • 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
  2. Sep 08, 2009
  3. Sep 07, 2009
  4. Sep 04, 2009
  5. Sep 03, 2009
    • oharboe's avatar
      David Brownell · a89dd2ca
      oharboe authored
      Abstract the orion_nand_fast_block_write() routine into a separate
      routine -- arm_nandwrite() -- so that other ARM cores can reuse it.
      
      Have davinci_nand do so.  This faster than byte-at-a-time ops by a
      factor of three (!), even given the slowish interactions to support
      hardware ECC (1-bit flavor in that test) each 512 bytes; those could
      be read more efficiently by on-chip code.
      
      NOTE that until there's a generic "ARM algorithm" structure, this
      can't work on newer ARMv6 (like ARM1136) or ARMv7A (like Cortex-A8)
      cores, though the downloaded code itself would work just fine there.
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2663 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      a89dd2ca
  6. Sep 02, 2009
  7. Sep 01, 2009
  8. Aug 31, 2009
  9. Aug 30, 2009
  10. Aug 28, 2009
  11. Aug 27, 2009
Loading