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
> 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
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
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
> 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