index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
arm7_9_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is br...
oharboe
2008-05-21
1
-0
/
+23
*
Edgar Grimberg fixes some memory handling issues and
oharboe
2008-05-20
1
-1
/
+1
*
Fix crash when mode number fetched from the target is invalid.
oharboe
2008-05-19
1
-0
/
+28
*
This matters for embedded devices, but is probably not observably better for ...
oharboe
2008-05-07
1
-16
/
+8
*
make debug_level 3 useful again... the log just drowns. perhaps introduce deb...
oharboe
2008-04-25
1
-1
/
+1
*
added fast option.
oharboe
2008-04-23
1
-2
/
+2
*
Update Embedded ICE registers explicitly during target->type->examine() instead
oharboe
2008-04-16
1
-23
/
+4
*
- sw_bkpts fails if the target is not halted. The side effect is
oharboe
2008-04-15
1
-0
/
+6
*
allows launching OpenOCD w/telnet+gdb server w/the
oharboe
2008-04-13
1
-0
/
+3
*
Reset wip. Just adding hooks. This is just to reduce the size of the actual c...
oharboe
2008-04-11
1
-11
/
+3
*
- added "init" command. "init" and "reset" at end of startup script is equiva...
oharboe
2008-04-09
1
-10
/
+17
*
- only if "reset halt" or "reset init" are issued will the reset vector be se...
oharboe
2008-04-07
1
-20
/
+22
*
- reverted some of the changes that possibly broke arm926ejs. Waiting
oharboe
2008-04-04
1
-14
/
+33
*
- Work on fixing erase check. Many implementations are plain broken.
oharboe
2008-04-03
1
-44
/
+18
*
Removed exit()'s. A reset is usually enough to work around these, reducing cy...
oharboe
2008-03-31
1
-15
/
+8
*
TAP_SD/SI are now forbidden end states.
oharboe
2008-03-26
1
-39
/
+15
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-91
/
+91
*
- changed jtag_add_reset errors to warnings
ntfreak
2008-03-22
1
-2
/
+0
*
- adds two speeds to jtag_speed. reset and post reset speed. Default
oharboe
2008-03-13
1
-12
/
+14
*
- Improves error handling upon GDB connect
oharboe
2008-03-07
1
-7
/
+17
*
use jtag_execute_queue() instead of jtag->execute_queue()
oharboe
2008-03-06
1
-1
/
+1
*
- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...
oharboe
2008-03-05
1
-3
/
+37
*
backed out jtag_add_shift()
oharboe
2008-03-01
1
-21
/
+4
*
improve DCC bulk write performance by using jtag_add_shift() + tweaked embedd...
oharboe
2008-03-01
1
-4
/
+21
*
- image.c and fileio.c now uses logging to propagate error strings.
oharboe
2008-02-29
1
-2
/
+0
*
- fix issue when target is already halted
ntfreak
2008-02-26
1
-0
/
+1
*
- convert all files to unix line-ending
drath
2008-02-25
1
-9
/
+9
*
- fixed target->type->poll() return value
oharboe
2008-02-24
1
-16
/
+10
*
- added patch to make single-stepping more resilient
mifi
2008-02-22
1
-10
/
+22
*
- Fixed bug in pathmove for XScale
ntfreak
2008-02-19
1
-2
/
+20
*
- added patch to solve problem with AT91SAM9260 (dirty register)
mifi
2008-02-06
1
-4
/
+4
*
- add support for cortex_m3 target_request debugmsgs
ntfreak
2008-01-17
1
-0
/
+3
*
- added gdb flash fixes patch
mifi
2008-01-07
1
-4
/
+14
*
Do not overwrite code when removing software breakpoint if it no longer conta...
vpalatin
2007-12-04
1
-2
/
+10
*
- add verify_image command
ntfreak
2007-10-22
1
-0
/
+76
*
- renamed M5960 USB JTAG to "flyswatter"
drath
2007-08-10
1
-0
/
+52
*
- added support for Intel/Marvel PXA27x (XScale) targets
drath
2007-06-21
1
-0
/
+7
*
- split fileio handling into fileio part and image handling
drath
2007-05-29
1
-82
/
+3
*
-- corrected embedded ice definitions
ntfreak
2007-05-10
1
-1
/
+1
*
- further work on ETB decoding (not yet functional)
drath
2007-05-05
1
-0
/
+2
*
- improved ETB trace output
drath
2007-04-26
1
-3
/
+3
*
- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...
drath
2007-04-25
1
-5
/
+4
*
- explicitly disable monitor mode on ARM7/9 targets
drath
2007-04-16
1
-17
/
+64
*
- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)
drath
2007-03-26
1
-4
/
+51
*
- reworked file i/o. every fileaccess (target, flash, nand, in future configu...
drath
2007-03-15
1
-0
/
+34
*
- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)
drath
2007-01-22
1
-0
/
+4
*
- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...
drath
2006-11-07
1
-8
/
+9
*
- correctly enter debug state on a "soft_reset_halt" command
drath
2006-11-05
1
-32
/
+56
*
- several small fixes (thanks to Magnus Lundin and Spencer Oliver)
drath
2006-10-23
1
-4
/
+4
*
- fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin ...
drath
2006-10-19
1
-10
/
+12
[prev]
[next]