Skip to content
Snippets Groups Projects
  1. Oct 27, 2009
    • David Brownell's avatar
      omap3530: target reset/init improvements · 4a91b070
      David Brownell authored
      
      Now I can issue "reset halt" and have everything act smoothly;
      the vector_catch hardware is obviously not kicking in, but the
      rest of the reset sequence acts sanely.
      
       - TAP "setup" event enables the DAP, not omap3_dbginit
         (resolving a chicken/egg bug I noted a while back)
       - Remove stuff from omap3_dbginit which should never be
         used in event handlers
       - Cope better with slow clocking during reset
      
      Also, stop hard-wiring the target name: use the input params in
      the standard way, and set up $_TARGETNAME as an output param.
      
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      4a91b070
  2. Oct 02, 2009
  3. Sep 21, 2009
  4. Sep 19, 2009
  5. Sep 18, 2009
  6. Sep 13, 2009
  7. Sep 11, 2009
  8. Aug 25, 2009
  9. Jun 17, 2009
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · d727e31a
      zwelch authored
      Update the Beagle setup:
      
       - OMAP3530 updates:
          * split ICEpick TAP enable support to its own file, for
            reuse and eventually for storing other utility code
            like emulation reset
          * clean up, including labeling the tap as for DAP not
            for the Cortex-A8 and making endianness non-variable
          * add a few FIXMEs
      
       - BeagleBoard cleanup:  there's no SRST, "endstate" is gone, etc
      
      I'm not sure I'd say it's further than "barely limping" just yet.
      Key issues remain lack of Cortex-A8 support, and more complete
      support for resetting.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2267 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      d727e31a
  10. May 27, 2009
    • zwelch's avatar
      Move TCL script files -- Step 2 of 2: · dbbc9c41
      zwelch authored
      - Move src/tcl to tcl/.
      - Update top Makefile.am to use new path name.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1919 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      dbbc9c41
    • zwelch's avatar
      Move TCL script files -- Step 1 of 2: · 140d6c8e
      zwelch authored
      - Move src/target/{interface,target,board,test}/ into src/tcl/
      - Remove existing rules in src/Makefile.am and src/target/Makefile.am.
      - Add Makefile.am handling of *.cfg and *.tcl files in top Makefile.am:
        - Add dist-hook to include such files under src/tcl in the distribution.
        - Add install-data-hook to install contents of '$(top_srcdir)/src/tcl/'.
        - Add uninstall-hook to remove the installed script files.
      - Change paths to (un)install script files in '$(pkgdatadir)/scripts'.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1918 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      140d6c8e
  11. May 21, 2009
  12. Apr 26, 2009
  13. Mar 11, 2009
Loading