Re: [Openocd-development] [PATCH 4/4] - add dsp563xx support

2009-12-05 Thread David Brownell
How similar are the OnCE implementations for various FreeScale chips? I get the impression that the answer is "not very". But if that's not true, then I wonder how much OnCE stuff could be shared between drivers for different chips. Once a few more OnCE-equipped chips merge into the tree, that c

Re: [Openocd-development] [PATCH 4/4] - add dsp563xx support

2009-12-05 Thread David Brownell
On Saturday 05 December 2009, Mathias K. wrote: > + *   Copyright (C) 2009 by Mathias Kuester                                 * > + *   mkd...@users.sourceforge.net                                          * If you want all the attributions to be "Mathias Kuester", stick a "From: Mathias Kuester "

[Openocd-development] [PATCH 4/4] - add dsp563xx support

2009-12-05 Thread Mathias K.
This patch adds Freescale DSP563xx and DSP563xx-ONCE (one chip emulation) support. --- src/target/dsp563xx.c | 875 src/target/dsp563xx.h | 73 src/target/dsp563xx_once.c | 116 ++ src/target/dsp563xx_once.h | 71 4 files