[Openocd-development] [PATCH] jlink: jlink_debug_buffer use inline function when _DEBUG_USB_COMMS_ not define

2011-04-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: Patrice Vilchez --- src/jtag/drivers/jlink.c | 14 -- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/jtag/drivers/jlink.c b/src/jtag/drivers/jlink.c index aa5c359..6eb707a 100644 --- a/src/j

[Openocd-development] [PATCH 4/4] add at91sam9263-ek support

2011-04-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: Patrice Vilchez --- tcl/board/at91sam9263-ek.cfg | 63 ++ 1 files changed, 63 insertions(+), 0 deletions(-) create mode 100644 tcl/board/at91sam9263-ek.cfg diff --git a/tcl/board/at

[Openocd-development] [PATCH 1/4] at91: add at91sam9261 chip register definition

2011-04-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: Patrice Vilchez --- tcl/chip/atmel/at91/at91sam9261.cfg| 90 tcl/chip/atmel/at91/at91sam9261_matrix.cfg | 46 ++ 2 files changed, 136 insertions(+), 0 deletions(-) create

[Openocd-development] [PATCH 3/4] at91: add at91sam9263 chip register definition

2011-04-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: Patrice Vilchez --- tcl/chip/atmel/at91/at91sam9263.cfg| 113 tcl/chip/atmel/at91/at91sam9263_matrix.cfg | 112 +++ tcl/chip/atmel/at91/at91sam9_init.cfg |

[Openocd-development] [PATCH 2/4] add at91sam9261-ek support

2011-04-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: Patrice Vilchez --- tcl/board/at91sam9261-ek.cfg | 63 ++ 1 files changed, 63 insertions(+), 0 deletions(-) create mode 100644 tcl/board/at91sam9261-ek.cfg diff --git a/tcl/board/at

Re: [Openocd-development] [Patch] USB Blaster improvements

2011-04-08 Thread Øyvind Harboe
Merged. Thanks! -- Ø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 programmer ___ Openocd-

Re: [Openocd-development] cortex_a : dap_ap_select issue when multiple target on the same dap

2011-04-08 Thread Øyvind Harboe
Sounds like a reasonable approach to me. Why don't we hold off committing this fix until you're done with both in case you decide to rewrite this patch a bit along the way? -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27

[Openocd-development] cortex_a : dap_ap_select issue when multiple target on the same dap

2011-04-08 Thread Michel JAOUEN
Hello, I noticed a problem in following configuration : 2 cortex_a8 on the same tap "or dap". jtag newtap $_CHIPNAME dap -irlen 4 -ircapture 0xe -irmask 0xf -expected-id $_CPUTAPID target create $_TARGETNAME_1 cortex_a8 -chain-position $_CHIPNAME.dap -dbgbase $_DAP_DBG1 -coreid 0 target crea

Re: [Openocd-development] Actual configure file corrupted

2011-04-08 Thread Spencer Oliver
On 07/04/2011 17:36, Øyvind Harboe wrote: Try: make distclean sh bootstrap ./configure --enable-maintainer-mode make if that doesn't work, upgrade various autoconf packages, etc. upgrade should not be required, tested patch on 2.60, 2.65 and 2.68 versions of autoconf. As Øyvind sugg