Skip to content
Snippets Groups Projects
  1. Oct 20, 2009
  2. Oct 14, 2009
  3. Oct 13, 2009
  4. Oct 12, 2009
  5. Oct 10, 2009
  6. Oct 09, 2009
    • David Brownell's avatar
      make PXA255 targets enumerate sort-of-OK · 60e24aa5
      David Brownell authored
      
      Startup now mostly works, except that the initial target state
      is "unknown" ... previously, it refused to even start.
      
      Getting that far required fixing the ircapture value (which
      can never have been correct!) and the default JTAG clock rate,
      then providing custom reset script.
      
      The "reset" command is still iffy.  DCSR updates, and loading
      the debug handler, report numerous DR/IR capture failures.
      But once that's done, "poll" reports that the CPU is halted
      (which it shouldn't be, this was "reset run"!), due to the
      rather curious reason "target-not-halted".
      
      Summary:  you still can't debug these parts, but it's closer.
      
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      60e24aa5
  7. Oct 08, 2009
  8. Oct 06, 2009
  9. Oct 05, 2009
  10. Oct 02, 2009
  11. Sep 30, 2009
  12. Sep 27, 2009
  13. Sep 25, 2009
  14. Sep 21, 2009
  15. Sep 19, 2009
  16. Sep 18, 2009
  17. Sep 16, 2009
  18. Sep 13, 2009
  19. Sep 12, 2009
    • oharboe's avatar
      David Brownell <david-b@pacbell.net> · 40f361dd
      oharboe authored
      Update the board config for the DaVinci DM355 EVM so the reset-init
      event handler does the rest of the work it should do:
      
       - minor PLL setup bugfixes
       - initialize the DDR2 controller
       - probe both NAND banks
       - initialize UART0
       - enable the icache
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2699 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      40f361dd
  20. Sep 11, 2009
  21. Sep 10, 2009
  22. Sep 04, 2009
  23. Sep 02, 2009
  24. Aug 25, 2009
  25. Aug 21, 2009
  26. Aug 18, 2009
    • oharboe's avatar
      David Brownell <david-b@pacbell.net> Cleanup the Stellaris target configs: · 7b4428df
      oharboe authored
       - remove endianness options; these chips hard-wire "little"
       - $_TARGETNAME updates:
          * don't pass $_TARGETNAME where a TAP label is required
          * flash config uses $_TARGETNAME (it might not be target #0)
          * simplify one $_TARGETNAME construction
       - update work area setup:
          * remove VM spec; these chips have no VM!
          * fix some wrong sizes (0x4000 == 16K, not 4K)
          * simplify: take defaults
       - comment fixups
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2589 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      7b4428df
  27. Aug 16, 2009
Loading