Re: [Openocd-development] [PATCH] contrib: add ram loader src code

2010-10-28 Thread Øyvind Harboe
On Thu, Oct 28, 2010 at 11:12 AM, Spencer Oliver wrote: > On 27/10/2010 18:50, Øyvind Harboe wrote: >> >> On Wed, Oct 27, 2010 at 6:21 PM, Peter Stuge  wrote: >>> >>> Spencer Oliver wrote: Having a bit of a tidy up and found the src to the various ram loaders i have written over the

Re: [Openocd-development] [PATCH] contrib: add ram loader src code

2010-10-28 Thread Spencer Oliver
On 27/10/2010 18:50, Øyvind Harboe wrote: On Wed, Oct 27, 2010 at 6:21 PM, Peter Stuge wrote: Spencer Oliver wrote: Having a bit of a tidy up and found the src to the various ram loaders i have written over the years - no objections i will commit. Acked-by: Peter Stuge Could they also be ma

Re: [Openocd-development] [PATCH] contrib: add ram loader src code

2010-10-27 Thread Michael Schwingen
On 10/27/2010 10:29 PM, Øyvind Harboe wrote: > I actually don't think it is an unreasonable expectation. I know I >> have not had OpenOCD without the cross toolchain. >> >> However, compiling them could be done in make dist, rather than make. >> (Ie. when preparing a tarball, rather than when compi

Re: [Openocd-development] [PATCH] contrib: add ram loader src code

2010-10-27 Thread Øyvind Harboe
On Wed, Oct 27, 2010 at 10:10 PM, Peter Stuge wrote: > Øyvind Harboe wrote: >> >> Having a bit of a tidy up and found the src to the various ram loaders >> >> i have written over the years - no objections i will commit. >> > >> > Could they also be magically hooked up to OpenOCD? >> >> I think a g

Re: [Openocd-development] [PATCH] contrib: add ram loader src code

2010-10-27 Thread Peter Stuge
Øyvind Harboe wrote: > >> Having a bit of a tidy up and found the src to the various ram loaders > >> i have written over the years - no objections i will commit. > > > > Could they also be magically hooked up to OpenOCD? > > I think a good start would be to add comments in the > code where these

Re: [Openocd-development] [PATCH] contrib: add ram loader src code

2010-10-27 Thread Øyvind Harboe
On Wed, Oct 27, 2010 at 6:21 PM, Peter Stuge wrote: > Spencer Oliver wrote: >> Having a bit of a tidy up and found the src to the various ram loaders >> i have written over the years - no objections i will commit. > > Acked-by: Peter Stuge > > Could they also be magically hooked up to OpenOCD? I

[Openocd-development] [PATCH] contrib: add ram loader src code

2010-10-27 Thread Spencer Oliver
Hi, Having a bit of a tidy up and found the src to the various ram loaders i have written over the years - no objections i will commit. Cheers Spen >From 5c25c2cbec8d4a7966ccb18b8dadbde5da59b4b9 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Wed, 27 Oct 2010 11:03:16 +0100 Subject: [PATC