- 20 Oct, 2011 1 commit
-
-
Andreas Fritiofson authored
Change-Id: Iea31e20ee4e35c1a9cb7b93424c92b3f38081067 Signed-off-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/38 Tested-by: jenkins Reviewed-by:
Evan Hunter <evan@ozhiker.com> Reviewed-by:
Peter Stuge <peter@stuge.se>
-
- 19 Oct, 2011 4 commits
-
-
Freddie Chopin authored
Fix a few errors with set and unused variables detected by GCC 4.7.0 Change-Id: I59b748e18e514ee9f0cde7883b4ed5116198bd4a Signed-off-by:
Freddie Chopin <freddie.chopin@gmail.com> Reviewed-on: http://openocd.zylin.com/36 Tested-by: jenkins Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
Marc Willam / Holger Wech authored
Change-Id: I684aca11c4554290d0e57c6d3318d8082980c1ef Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com> Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net> Reviewed-on: http://openocd.zylin.com/10 Tested-by: jenkins Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
Uwe Hermann authored
Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Change-Id: I8839f2cf0faf1b5ba9f99901c5ee028b199fabd2 Reviewed-on: http://openocd.zylin.com/35 Tested-by: jenkins Reviewed-by:
Peter Stuge <peter@stuge.se>
-
Uwe Hermann authored
The Toshiba TMPA900 series (TMPA900/901) only has internal RAM regions RAM-0 (16kB) and RAM-1 (8kB) which we can use as working area. This is probably a copy-paste error from tmpa910.cfg, which has the correct values and sizes for the TMPA910 series (TMPA910/911/912/913): there are RAM-0, RAM-1, and RAM-2 (each 16kB). Also, change "built-in RAM" to "internal RAM" to match what the datasheet uses. Change-Id: I993cd6b7fadc28cf34e5cc18426bb2bb42597670 Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Reviewed-on: http://openocd.zylin.com/34 Tested-by: jenkins Reviewed-by:
Peter Stuge <peter@stuge.se>
-
- 18 Oct, 2011 3 commits
-
-
Matt Reimer authored
The code in xscale_receive() that tries to skip invalid reads (i.e. reads that don't have the DBG_SR[0] 'valid' bit set) seems to be wrong, as it only looks at the first word's valid flag rather than each word's own valid flag. Am I reading the code correctly? If so, the attached patch should fix it. If this looks correct, I'll generate a proper patch and commit message. Matt Change-Id: I74ebe2ad7a36d340a9dd3b8487578b6ea7f3cf1e Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/32 Tested-by: jenkins Reviewed-by:
Øyvind Harboe <oyvindharboe@gmail.com>
-
Spencer Oliver authored
update target support from latest SW-DRL 8049 Change-Id: I40aba4d30fe2b79fd955f466c64d99a1dfd63ecf Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/31 Reviewed-by:
Øyvind Harboe <oyvindharboe@gmail.com> Tested-by:
Øyvind Harboe <oyvindharboe@gmail.com>
-
Spencer Oliver authored
some luminary device classes require a reset script to emulate a hardware reset. Change-Id: Id505c92451244b48b0238c2130aebab2df8d208b Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/30 Reviewed-by:
Øyvind Harboe <oyvindharboe@gmail.com> Tested-by:
Øyvind Harboe <oyvindharboe@gmail.com>
-
- 17 Oct, 2011 5 commits
-
-
Karl Kurbjun authored
Using the ICEPick reset seems to allow the processor to be halted sooner and the halt on gdb connection makes the connect process more robust. Change-Id: I0586f6e6becc60a729030509ef58907a19d545ec Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/23 Tested-by:
Øyvind Harboe <oyvindharboe@gmail.com> Reviewed-by:
Øyvind Harboe <oyvindharboe@gmail.com>
-
Karl Kurbjun authored
This sets up simple functions that can later be used to provide additional ICEPick Operations. Change-Id: I313b8679267696fad87d23f3692963e513f2fe21 Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/22 Tested-by:
Øyvind Harboe <oyvindharboe@gmail.com> Reviewed-by:
Øyvind Harboe <oyvindharboe@gmail.com>
-
Attila Kinali authored
Change-Id: Ic122d324eacf6e667ed6008ebb84708be944222c Signed-off-by:
Attila Kinali <attila@kinali.ch> Reviewed-on: http://openocd.zylin.com/29 Reviewed-by:
Øyvind Harboe <oyvindharboe@gmail.com> Tested-by:
Øyvind Harboe <oyvindharboe@gmail.com>
-
Øyvind Harboe authored
API change to allow implementing a back-off algorithm for polling hardware. Change-Id: I6cbe8b4534c8dfeb8442305171ea96b5481c1f17 Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/26 Reviewed-by:
Øyvind Harboe <oyvindharboe@gmail.com> Tested-by:
Øyvind Harboe <oyvindharboe@gmail.com>
-
Øyvind Harboe authored
by immediately polling again when we have received a message from the target instead of waiting 100ms, we can hope for much better performance. More than 100x? :-) Change-Id: Ieaf0c6c8b6e5addc482895670ffbf9a743e07a29 Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/27 Reviewed-by:
Øyvind Harboe <oyvindharboe@gmail.com> Tested-by:
Øyvind Harboe <oyvindharboe@gmail.com>
-
- 15 Oct, 2011 1 commit
-
-
Jim Norris authored
1) Add a couple more steps when setting up the Gerrit account. Change-Id: I5d81feac4650d4d28653d14cfc0baf14270424c1 Signed-off-by:
Jim Norris <u17263@att.net> Reviewed-on: http://openocd.zylin.com/28 Reviewed-by:
Peter Stuge <peter@stuge.se> Tested-by:
Peter Stuge <peter@stuge.se>
-
- 14 Oct, 2011 2 commits
-
-
Spencer Oliver authored
Change-Id: I8861e825f9c84525e0c09c3adaa3fe300640770d Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net> Reviewed-on: http://openocd.zylin.com/21 Tested-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
Spencer Oliver authored
Change-Id: I3a759ed98a27fd186c12355b846d5e97dba86c5b Signed-off-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
- 13 Oct, 2011 4 commits
-
-
Uwe Hermann authored
The DLP Design DLP-USB1232H UART/SPI/JTAG module is based on an FTDI FT2232H chip. Among other things, it can used as JTAG programmer if connected to the JTAG target properly. I have successfully wired the module to an Olimex STM32-H103 eval board and flashed a firmware onto that using OpenOCD. The setup details and schematics are documented at: http://randomprojects.org/wiki/DLP-USB1232H_and_OpenOCD_based_JTAG_adapter Change-Id: I5eb9255a61eeece233009bee77d7dc3b5d1afb8b Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Reviewed-on: http://openocd.zylin.com/20 Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk> Tested-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
Uwe Hermann authored
This is a Toshiba TMPA900CMXBG (ARM9) based SO-DIMM CPU module with 64MB DDR SDRAM, 256MB NAND flash, and on-board Ethernet. The board file provides a tonga2_init function which sets up the PLL/clocks and memory (SDRAM and SRAM), which allows writing a boot-loader into RAM via JTAG. Change-Id: I60522b97997bdf50e1f25aebab910d93a98522fb Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Reviewed-on: http://openocd.zylin.com/19 Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk> Tested-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
Spencer Oliver authored
Change-Id: I1453f4f3dc0add529da20577e38b8b82d7d00366 Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net> Reviewed-on: http://openocd.zylin.com/18 Reviewed-by:
Alex Austin <alex.austin@spectrumdsi.com> Tested-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
Michel Jaouen authored
Change-Id: Iefe78bad71d4fdb38ae412ab8fe2f6282836c22e Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/14 Tested-by:
Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
-
- 12 Oct, 2011 4 commits
-
-
Peter Stuge authored
-
Øyvind Harboe authored
Change-Id: If79e86c731ac06aaefca1aebde40e7cb3de68e4d Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
Spencer Oliver authored
Change-Id: I476078f32910579fed55777c3b0e6da3ef3363b7 Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
Spencer Oliver authored
Change-Id: I54fc3aff722ed25143aad85e58d19b72fcecbba0 Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
- 11 Oct, 2011 3 commits
-
-
Michel Jaouen authored
Change-Id: Icdb8f72dbb516cd0dfc612c3d61b6801f6382be6 Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
Spencer Oliver authored
Change-Id: I1c9957bb64df87cee7c5e832f21453eb8934a5fb Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
Spencer Oliver authored
Change-Id: I6e16010e13ad2ea0cdff99b2e8805c74bcd0eb56 Signed-off-by:
Spencer Oliver <ntfreak@users.sourceforge.net>
-
- 08 Oct, 2011 13 commits
-
-
Andreas Fritiofson authored
Let the target algorithm be running in the background and buffer data continuously through a FIFO. This reduces or removes the effect of latency because only a very small number of queue executions needs to be done per buffer fill. Previously, the many repeated target state changes, register accesses (really inefficient) and algorithm uploads caused the flash programming to be latency bound in many cases. Now it should scale better with increased throughput. Signed-off-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com>
-
Andreas Fritiofson authored
Access the different flash banks' registers using a bank specific register base and a register specific offset. This is equivalent but feels more natural. Some accesses were discovered that maybe should not be hard coded to bank0 registers. Add a note about that. Signed-off-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com>
-
Andreas Fritiofson authored
Signed-off-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com>
-
Andreas Fritiofson authored
Split armv7m_run_algorithm into two pieces and use them to reimplement it. The arch_info parameter is used to keep context between the two calls, so both calls must refer to the same armv7m_algorithm struct. Ugly but works for a proof-of-concept. Signed-off-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com>
-
Andreas Fritiofson authored
On supported targets, this may be used to start a long running algorithm in the background so the target may be interacted with during execution and later wait for its completion. The most obvious use case is a double buffered flash algorithm that can upload the next block of data while the algorithm is flashing the current. Signed-off-by:
Andreas Fritiofson <andreas.fritiofson@gmail.com>
-
Simon Barner authored
- Ticket: #35
-
Simon Barner authored
-
Simon Barner authored
This prevents rare communication errors during startup.
-
Simon Barner authored
-
Simon Barner authored
-
Simon Barner authored
-
Simon Barner authored
Interface expects speed in Hz, not kHz - Ticket #34
-
Simon Barner authored
CMD_SET_TCK_FREQUENCY message length is 5, not 4 - Ticket: #34
-