- ignore data aborts during gdb memory read packets by default, and return 0x0 instead
[fw/openocd] / src / flash /
2008-02-18 ntfreak- add new non-cfi SST flash device. Thanks Øyvind Harboe
2008-02-14 ntfreak- fix programming issue with lpc2101/2
2008-02-14 ntfreak- added check for revA silicon in stm32 flash driver
2008-02-12 ntfreak- add autoprobe support to flash info command
2008-02-11 ntfreak- telnet prompt behaves correctly for new synchronous...
2008-02-10 ntfreak- stm32 flash driver now checks for correct target
2008-02-10 ntfreak- add autoprobe support to the stm32 flash driver
2008-01-27 mifi- added autoprobe functionality
2008-01-23 mluUpdated list of LMI partnames
2008-01-21 bodylove- Eleminated leading tabs/white space
2008-01-21 ntfreak- updated docs for cfi command, added missing ft2232_la...
2008-01-17 ntfreak- add missing files from previous commit (tms470 flash...
2008-01-17 drath- added tms470 flash support (thanks to Chris Kilgour...
2008-01-09 ntfreak- rename flash_init and flash_erase to flash_init_drive...
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-20 ntfreak- fixed problem when write_image is called multiple...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-17 mifi- only some cosmetic changes, convert \r\n to unix
2007-12-17 mifi- added patch to corrected argument of image_open in...
2007-12-16 mifi- removed some compiler warnings
2007-12-16 mifi- change error message for image_open error
2007-12-16 mifi- initialize num_sectors and sectors in handle_flash_ba...
2007-12-14 mifi- added the patch CFI-BE-Fixes-Blockwrite-Support.diff
2007-12-14 mifi- added patch from Dominic to unlock the ATMEL flash...
2007-12-10 mifi- Fixing two compiler warnings
2007-12-10 bodylove- Stripped trailing spaces (patch preparation)
2007-12-10 bodylove- Added PKGLIBDIR define to C options. Allows to store
2007-12-09 mifi- added patch to display device information as INFO too
2007-11-21 ntfreak- reset_run now works as expected on cortex-m3
2007-10-26 ntfreak- corrected str91x bank1 programming issues
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-09-10 mlu- Fixed display of sector sizes in flash.c
2007-08-20 mlu- Support for AT91SAM7xx512 chips
2007-08-20 mlu- Support for AT91SAM7xx512 chips
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-08-16 drath- fixed several bugs in flash writing code (thanks...
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-26 ntfreak- corrected stm32x_handle_options_write_command, incorr...
2007-07-25 drath- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
2007-06-28 drath- fixed endianness helper macros (thanks to obilix...
2007-06-24 ntfreak- ST STM32x cortex support added
2007-06-16 ntfreak- str9xpec driver was using stricmp, changed to strcmp...
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-06-14 mluAdded patch for Luminar Micors Fury class devices ...
2007-06-14 drath- added stellaris.[ch] missing from Cortex-M3 merge
2007-06-14 drath- merged support for Cortex-M3 from cortex-m3 branch...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- split fileio handling into fileio part and image...
2007-04-12 drath- correctly mask out bits that aren't part of a copied...
2007-04-11 drath- disabled excessive debug output in jtag.h
2007-03-28 drath- merged XScale branch back into trunk
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...
2007-02-03 drath- add missing parentheses around macro parameters ...
2007-01-31 drath- merged several changes from XScale
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-11-05 drath- correctly enter debug state on a "soft_reset_halt...
2006-10-23 drath- several small fixes (thanks to Magnus Lundin and...
2006-10-06 drath- added support for American Microsystem's M5960 (FT223...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-09-12 drath- allow writes to second flash bank on STR71x devices...
2006-09-07 drath- free working area used to store flash write buffer
2006-09-07 drath- integrated patch from Magnus Lundin that fixes at91sa...
2006-08-31 drath- made lpc2000 code endianness safe (support big-endian...
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-08-17 drath- renamed jtag_interface_t.support_statemove to jtag_in...
2006-08-06 drath- fixed a minor problem with the GDB server that could...
2006-07-30 drath- added configurable delays after reset lines get deass...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-23 drath- added support for AT91SAM7A3 flash (patch from andre...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/