Re: [Openocd-development] cortex_a :smp feature

2011-05-09 Thread Øyvind Harboe
Merged. Thanks! Had to fix a minor typo(@exampleune => should be @example). -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash program

Re: [Openocd-development] cortex_a :smp feature

2011-05-09 Thread Michel JAOUEN
] cortex_a :smp feature Could you create a patch to openocd.texi? type "make pdf" => generates doc/openocd.pdf -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11

Re: [Openocd-development] cortex_a :smp feature

2011-04-28 Thread Øyvind Harboe
Merged. Thanks! I got some more off list test results so thanks to everybody who tested! If you could find some time to provide a patch for openocd.texi to document this, then I believe you'd find it to be a good investment. More people would try it and it is more likely that more work and maint

Re: [Openocd-development] cortex_a :smp feature

2011-04-20 Thread luca ellero
On 20/04/2011 14.35, Michel JAOUEN wrote: Hello, I have a panda board. So I can do the test. In file, omap4430.cfg , only one cortex_a8 is defined. What is the dbg_base of the second one? Best regards Hi Michel, if you check omap4430.cfg you can find the following info: # APB DBGBASE reads

Re: [Openocd-development] cortex_a :smp feature

2011-04-20 Thread Michel JAOUEN
Behalf Of luca ellero Sent: Wednesday, April 20, 2011 10:10 AM To: Øyvind Harboe Cc: openocd-development@lists.berlios.de Subject: Re: [Openocd-development] cortex_a :smp feature On 20/04/2011 9.39, Øyvind Harboe wrote: >> Looks a good patch to me. Bringing SMP support on OpenOCD is ver

Re: [Openocd-development] cortex_a :smp feature

2011-04-20 Thread luca ellero
On 20/04/2011 9.39, Øyvind Harboe wrote: Looks a good patch to me. Bringing SMP support on OpenOCD is very good! Unfortunately at the moment I haven't the hardware at hand for testing. Thanks for the feedback! What about the danger of regressions or effects on non-SMP debugging? (I haven't an

Re: [Openocd-development] cortex_a :smp feature

2011-04-20 Thread Øyvind Harboe
> Looks a good patch to me. Bringing SMP support on OpenOCD is very good! > Unfortunately at the moment I haven't the hardware at hand for testing. Thanks for the feedback! What about the danger of regressions or effects on non-SMP debugging? (I haven't analyzed the patch much yet.) Seeing that

Re: [Openocd-development] cortex_a :smp feature

2011-04-20 Thread luca ellero
On 19/04/2011 10.11, Øyvind Harboe wrote: Hi Michel, thanks for the effort here! Could you write some documentation? I'd like to let these patches cool off and leave some time for feedback. Looks a good patch to me. Bringing SMP support on OpenOCD is very good! Unfortunately at the moment I

Re: [Openocd-development] cortex_a :smp feature

2011-04-19 Thread Øyvind Harboe
Could you create a patch to openocd.texi? type "make pdf" => generates doc/openocd.pdf -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash

Re: [Openocd-development] cortex_a :smp feature

2011-04-19 Thread Michel JAOUEN
8500) define reset maintenance packet R maintenance packet Jc0 continue maintenance packet Jc-1 end -Original Message- From: Øyvind Harboe [mailto:oyvind.har...@zylin.com] Sent: Tuesday, April 19, 2011 10:11 AM To: Michel JAOUEN Cc: Tomek CEDRO; luca ellero; openocd-development@lists.ber

Re: [Openocd-development] cortex_a :smp feature

2011-04-19 Thread Øyvind Harboe
Hi Michel, thanks for the effort here! Could you write some documentation? I'd like to let these patches cool off and leave some time for feedback. -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy

Re: [Openocd-development] cortex_a :smp feature

2011-04-13 Thread Tomek CEDRO
Hello Michael! Awsome work and it extends functionality without destroying old ones! I really enjoy OpenOCD day by day :-) Maybe it would be more convenient to be able to set bp/wp for each core/target, but this is minor issue :-) Best regards! :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.ced

[Openocd-development] cortex_a :smp feature

2011-04-13 Thread Michel JAOUEN
Hello, I have implemented something for the handling of several target in smp : In config file , I have created a command : target smp targetname1 targetname2 targetname3 ... all target have different coreid targetname1 has coreid 0 targetname2 has coreid 1 targetname3 has coreid 2 ... With