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