Go to file
zwelch 3d0b474da9 Submitted by David Brownell <david-b@pacbell.net>:
Improve support for the DM355 EVM board, and eventually other boards based
on DaVinci chips:

 - Provide generic "davinci.cfg" to hold utilities that can be reused by
   different chips in this family.  Start with PINMUX, PSC, and PLL setup.

 - DM355 chip support updates:  provide a dictionary with chip-specific
   symbols, load those utilities.

 - Create a new dm355evm board file, with a reset-init event handler
   which uses those utilities to set up PLLs and clocks, configure the
   pins, and improve the JTAG speed limit.

Also a minor tweak:  provide a virtual address for the work area, matching
what the very latest kernels do.  It's probably unwise to use OpenOCD while
the MMU is active though.

The DRAM isn't yet accessible, but NAND access is mostly ready.


git-svn-id: svn://svn.berlios.de/openocd/trunk@1881 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-05-22 02:32:31 +00:00
contrib Uwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look like other targets 2009-04-30 21:04:34 +00:00
doc Submitted by David Brownell <david-b@pacbell.net>: 2009-05-22 02:25:18 +00:00
ecosflash deleted obsolete stuff. 2008-04-22 06:44:05 +00:00
src Submitted by David Brownell <david-b@pacbell.net>: 2009-05-22 02:32:31 +00:00
testing stm32 profiling wip 2009-05-08 13:30:45 +00:00
tools Add 'docs' and 'doxygen' targets to top-level Makefile. 2009-05-20 20:52:14 +00:00
AUTHORS Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashs 2009-04-21 05:31:18 +00:00
BUGS Update BUGS file, adapting its content for the doxygen manual. 2009-05-18 20:22:55 +00:00
COPYING - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
ChangeLog retired 2008-03-06 17:11:35 +00:00
Doxyfile Update BUGS file, adapting its content for the doxygen manual. 2009-05-18 20:22:55 +00:00
INSTALL - fix typo's 2008-09-22 20:58:57 +00:00
Makefile.am Add 'docs' and 'doxygen' targets to top-level Makefile. 2009-05-20 20:52:14 +00:00
NEWS - fix typo's 2008-09-22 20:58:57 +00:00
NEWTAPS - fix incorrect svn props from last commit 2008-12-01 15:52:56 +00:00
PATCHES Author: David Brownell <david-b@pacbell.net> 2009-05-21 05:46:29 +00:00
README Test of commit email from duane 2008-12-06 13:13:02 +00:00
TODO removed solved mem2array problem. 2009-05-18 19:33:00 +00:00
bootstrap Fix bootstrap typo noticed by Edgar Grimberg <edgar.grimberg@zylin.com>. 2009-05-13 23:37:29 +00:00
configure.in Update configure script test for net/if.h to work on MacOS. 2009-05-13 23:38:38 +00:00
guess-rev.sh - guess-rev.sh now works as expected when build_dir is not the same as src_dir 2009-02-13 09:56:51 +00:00
uncrustify.cfg Add uncrustify config file and helper script 2009-02-03 04:27:48 +00:00

README

openocd.texi is the authoritative source of OpenOCD documentation