Skip to content
Snippets Groups Projects
  1. Jun 01, 2009
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · ddc9fd72
      zwelch authored
      Uplevel the arch commands to be a chapter; they really
      don't fit in the "general commands" category.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1977 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      ddc9fd72
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 30fca8e5
      zwelch authored
      Fix minor goofage in previous doc updates:
      
       * The ETM dummy driver name is "dummy" not "etm_dummy";
         re-alphabetize.
      
       * DCC trace message mode "charmsg" is a format type
         (and what Linux needs)
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1976 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      30fca8e5
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · a066529f
      zwelch authored
      Various updates, mostly small/formatting changes:
      
       * Small content tweaks:
          - Re-title:  "OpenOCD User's Guide".
          - For users, URLS for latest doc and SparkFun forum
          - Mention GIT-SVN
       * Fix some front-matter goofage, matching texinfo docs:
          - "paragraphintent" location matters
          - put release version/date description with the copyright
       * Fix some other stuff matching texinfo docs:
          - no tabs
          - tweak some refs and anchors
       * whitespace-at-end-o-line fixes
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1975 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      a066529f
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 878d0cb0
      zwelch authored
      Split out OSK5912 board support from the omap5912 target config, and make
      it pass sanity checks on my (Rev C/original) hardware:
      
       - Fix syntax error ("-irlen" not "irlen")
       - Provide real TAP ids for the ARM926ejs and the C55x dsp
       - Label both CPUs appropriately (DSP, ARM)
       - List both flash chips
      
      The scan chain looks like this (note truncated DSP instruction code):
      
            TapName            | Enabled |   IdCode      Expected    IrLen IrCap  IrMask Instr
       ---|--------------------|---------|------------|------------|------|------|------|---------
        0 | omap5912.dsp       |    Y    | 0x03df1d81 | 0x03df1d81 | 0x26 | 0x00 | 0x00 | 0xffffffff
        1 | omap5912.arm       |    Y    | 0x0692602f | 0x0692602f | 0x04 | 0x01 | 0x00 | 0x0c
        2 | omap5912.unknown   |    Y    | 0x00000000 | 0x00000000 | 0x08 | 0x00 | 0x00 | 0xff
      
      I still don't know what that third TAP is; maybe an early version of
      an ICEpick JTAG router.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1974 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      878d0cb0
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · b3d79769
      zwelch authored
      Whitespace fixes.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1973 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      b3d79769
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 278ca633
      zwelch authored
      Remove broken whitespace ... mostly at end of line, but
      also in some cases blocks of inappropriate empty lines.
      
      And spell "comamnd" right. :)
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1972 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      278ca633
  2. May 31, 2009
  3. May 30, 2009
  4. May 29, 2009
  5. May 28, 2009
    • zwelch's avatar
      Remove redundant call to autoheader in bootstrap script. · 3aa4e9eb
      zwelch authored
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      3aa4e9eb
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · ea62c796
      zwelch authored
      Start converting the architecture-specific commands to @deffn format,
      reviewing against the code.
      
        * armv4_5 disassemble ... now documented; although Jazelle code
          is not handled
      
        * It's "armv4_5 core_state" not "core_mode"; although Jazelle state
          is not handled
      
        * arm7/9 "debug" commands ... now with other arm7_9 commands, no
          longer in a separate section
      
        * arm926ejs cp15 ... previous description was broken, it matched
          the code for arm920t instead
      
        * Have separate subsections for ARMv4/ARMv5, ARMv6, and ARMv7; the
          latter are new
          
        * Move core-specific descriptions into sub-subsections under those
          architectures; XScale and ARM11 descriptions are new
      
      The new XScale and ARM11 command descriptions surely need elaboration
      and review.  ARM CP15 operation descriptions in general seem to be
      confused and incomplete.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1939 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      ea62c796
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 6149c509
      zwelch authored
      Continue updating the NOR flash coverage to use @deffn syntax, so the
      commands have more consistent presentation and formatting.  This
      reorganizes information and updates its presentation, except where
      the information didn't really match the code.
      
      This patch updates the main commands, and finishes making the section
      structure parallel the NAND presentation.  Of note:
      
       - The "flash fill[whb] addr value length" commands are now documented.
      
       - The "flash bank" command is now presented much earlier
      
       - Explicit mention is made that NOR flash should be read using just
         standard memory access commands, like "mdw" and "dump_image".
      
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1938 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      6149c509
Loading