Re: [Openocd-development] [PATCH] lpc2x78: share more between config scripts

2010-12-26 Thread Øyvind Harboe
On Sun, Dec 26, 2010 at 10:37 PM, Freddie Chopin wrote: > On 2010-12-26 17:54, Øyvind Harboe wrote: >> >>  tcl/target/lpc2x78.cfg |   32 > > Wouldn't that be better to just add lpc2xxx.cfg file? Whole LPC2xxx family > is quite the same if OpenOCD is concerned... I

Re: [Openocd-development] [PATCH] lpc2x78: share more between config scripts

2010-12-26 Thread Freddie Chopin
On 2010-12-26 17:54, Øyvind Harboe wrote: tcl/target/lpc2x78.cfg | 32 Wouldn't that be better to just add lpc2xxx.cfg file? Whole LPC2xxx family is quite the same if OpenOCD is concerned... 4\/3!! ___ Openocd-de

[Openocd-development] IFYI -- CEpick-D info (for recent TI chips)

2010-12-26 Thread David Brownell
via Google search, I found the following, which, in conjunction with the Cortex-A9 reference manuals from ARM, may be of interest to folk looking at OMAP4 and other recent TI chips for OpenOCD; it looked to answer some of the questions I've heard on this list. http://processors.wiki.ti.com/index.p

[Openocd-development] [PATCH] lpc2x78: share more between config scripts

2010-12-26 Thread Øyvind Harboe
Signed-off-by: Øyvind Harboe --- tcl/target/lpc2378.cfg | 42 +++--- tcl/target/lpc2478.cfg | 47 --- tcl/target/lpc2x78.cfg | 32 3 files changed, 39 insertions(+), 82 deletions

[Openocd-development] [PATCH] lpc21xx: common target script

2010-12-26 Thread Øyvind Harboe
Shows how to share code more easily between configuration files. LPC2148 is different enough that more work is needed. Perhaps LPC2148 is the most tested config file and that the rest should have the same fixes(e.g. reset-init sequence)? Signed-off-by: Øyvind Harboe --- tcl/target/lpc2103.cfg |