Re: [OpenOCD-devel] Git question

2012-05-25 Thread Edgar Grimberg
On Fri, May 25, 2012 at 1:35 PM, Akos Vandra wrote: > Hi! > > Question in brief: How do I make a commit depend on two other ones? > > I've update a few patches over the current master head that have not > yet been integrated. From now on I'll need to work with Andreas' mpsse > driver patches which

Re: [OpenOCD-devel] Running OpenOCD in GDB (compile OpenOCD with debug information)

2012-03-07 Thread Edgar Grimberg
> Currently I am redefining CFLAGS in ./configure, something like > CFLAGS="$CFLAGS -g ...", but I am suspecting that there might be some > more elegant way to do this. How about: # export CFLAGS="-g" # ./configure or even in one line: CFLAGS="-g" ; . ./configure Edgar

Re: [OpenOCD-devel] Memory address range and JTAG

2012-02-02 Thread Edgar Grimberg
2012/2/2 : >  Hi Edgar , >> > Thank you for your reply. >> > >> >> Please add the list in your reply, so everybody can benefit. > I did Try OpenOCD, too :) >> >> > >> >> > I need to make some tests with Flash and SDRAM writing/reading via JTAG. >> >> > That is a reason why I need to find out a

Re: [OpenOCD-devel] Memory address range and JTAG

2012-02-02 Thread Edgar Grimberg
2012/2/2 : > Hi Edgar , > Thank you for your reply. > Please add the list in your reply, so everybody can benefit. > >> > I need to make some tests with Flash and SDRAM writing/reading via JTAG. >> > That is a reason why I need to find out a physical address range. >> >> Depending on your archit

Re: [OpenOCD-devel] Memory address range and JTAG

2012-02-02 Thread Edgar Grimberg
> I need to make some tests with Flash and SDRAM writing/reading via JTAG. > That is a reason why I need to find out a physical address range. Depending on your architecture, the bootloader most likely takes care of: - configure the SDRAM controller - remapping the memory addresses ranges, if nece