[Openocd-development] [PATCH] bootstrap: split bootstrap in two most common is called "bootstrap"

2010-12-21 Thread Øyvind Harboe
the bootstrap_inner will not perform the git submodule init+update, which most developers working with the master branch would want. Signed-off-by: Øyvind Harboe --- bootstrap | 32 +++- bootstrap_inner | 30 ++ 2 files changed, 3

[Openocd-development] [PATCH 2/2] lpc2148: redo to the new target configuration scheme

2010-12-21 Thread Øyvind Harboe
Define a proc which PCBs can easily override. Also demonstrates how to add multiple TAP exepcted-id's using arguments. Added 0x3f0f0f0f as expected TAP-id. Old LPC2148 silicon I happened to have on my desk? Signed-off-by: Øyvind Harboe --- tcl/target/lpc2148.cfg | 87 ++--

[Openocd-development] [PATCH 1/2] config: add init_targets proc that is executed just before init

2010-12-21 Thread Øyvind Harboe
this allows configuration scripts to export a init_targets proc rather than setting up the target directly. This allows for new conventions in how to set up target vs. board script and how to transfer default settings between board and target scripts. Signed-off-by: Øyvind Harboe --- src/openoc

Re: [Openocd-development] [PATCH] olimex_stm32_h103.cfg: Add reset_config for shorted RST-TRST

2010-12-21 Thread Øyvind Harboe
Shouldn't this be reset_config srst_pulls_trst trst_and_srst ? -- Ø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

Re: [Openocd-development] Help needed for SAM3S4C

2010-12-21 Thread freddie_chopin
Are you absolutely sure that your code was loaded in the chip? Because Eclipse takes the instructions from the chip and these seem totally different than what you'd expect... You can verify the instructions at some address with OpenOCD via telnet with command "arm disassemble thumb" - you will