riscv-openocd/src
oharboe d3f0549f08 - Work on fixing erase check. Many implementations are plain broken.
Wrote a default flash erase check fn which uses CFI's target algorithm
w/fallback to memory reads. 
- "flash info" no longer prints erase status as it is stale. 
- "flash erase_check" now prints erase status. erase check can take a 
*long* time. Work in progress
- arm7/9 with seperate srst & trst now supports reset init/halt
after a power outage. arm7/9 no longer makes any assumptions
about state of target when reset is asserted.
- fixes for srst & trst capable arm7/9 with reset init/halt
- prepare_reset_halt retired. This code needs to be inside
assert_reset anyway
- haven't been able to get stm32 write algorithm to work. Fallback
flash write does work. Haven't found a version of openocd trunk
where this works.
- added target_free_all_working_areas_restore() which can
let be of restoring backups. This is needed when asserting
reset as the target must be assumed to be an unknown state.
Added some comments to working areas API
- str9 reset script fixes
- some guidelines
- fixed dangling callbacks upon reset timeout 


git-svn-id: svn://svn.berlios.de/openocd/trunk@536 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-04-03 14:00:17 +00:00
..
flash - Work on fixing erase check. Many implementations are plain broken. 2008-04-03 14:00:17 +00:00
helper - rename log functions to stop conflicts under win32 (wingdi) 2008-03-25 15:45:17 +00:00
jtag - fixes for jtag_khz committed. 2008-04-01 17:48:09 +00:00
pld make jtag_add_statemove() internal to the driver. 2008-03-31 13:18:03 +00:00
server hooks for multithreading. Disable nagle 2008-03-26 13:18:23 +00:00
target - Work on fixing erase check. Many implementations are plain broken. 2008-04-03 14:00:17 +00:00
xsvf make jtag_add_statemove() internal to the driver. 2008-03-31 13:18:03 +00:00
Makefile.am reduce compare noise. If someone should be crazy enough to try to run OpenOCD under eCos, then they'v got some hooks to point them in the general direction. 2008-03-11 21:32:03 +00:00
openocd.c hooks for multithreading. Disable nagle 2008-03-26 13:18:23 +00:00