]> git.sur5r.net Git - openocd/history - src/flash/nor/core.c
flash/nor: implement flash bank deallocation on OpenOCD exit
[openocd] / src / flash / nor / core.c
2018-03-30 Tomas Vanekflash/nor: implement flash bank deallocation on OpenOCD...
2018-03-03 Tomas Vanekflash/nor/core: fix warning in flash_iterate_address_ra...
2018-02-22 Tomas Vanekflash/nor/core: fix Segmentation fault during flash...
2017-01-15 Tomas Vanekflash/nor: fix doc/help and range test for flash protect
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it...
2016-08-14 Tomas Vanekflash/nor: implement protection blocks of different...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-12-17 Sergey A. Borshchfix flash bank auto_probe() fail with multiple targets
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-10-07 Spencer Oliverflash: add padded_value cmd
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-05-14 Spencer Oliverflash: blank check use default_flash_blank_check
2012-03-19 Mathias KAdd warn message if no flash bank found for the current...
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2011-10-23 Antonio BorneoNOR/CORE: fix clang warning
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-01-03 Øyvind Harboenit: do not add \n at end of LOG_ERROR
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-11-22 Øyvind Harboeflash: iterating over an address range now handles...
2010-11-17 Øyvind Harboeflash: fix bug with multiple back-to-back flash chips
2010-09-27 Øyvind Harboeflash: fix error handling
2010-09-27 Øyvind Harboeimage: fix spelling mistake
2010-06-14 Øyvind Harboeflash: fix bug in error propagation of flash write_image
2010-06-11 Øyvind Harboeflash: add error handling to get_flash_by_addr/name
2010-06-09 Øyvind Harboeflash: add error message if image is too big for flash
2010-05-26 Spencer Olivernor: add get_flash_bank_by_name autoprobe
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-05-05 Øyvind Harboeflash: stop caching protection state
2010-05-05 Øyvind Harboeflash: erase_address now has an unlock option
2010-05-05 Øyvind Harboegdb: connect will now fail if flash autoprobe fails
2010-05-05 Øyvind Harboeflash: more flash write_image bugfixes
2010-04-29 Øyvind Harboeflash: write_image would fail for certain images
2010-04-29 Øyvind Harboeflash: write_image will now pad erase to nearest sector
2010-04-28 Øyvind Harboenor: remove bogus output about padding sections
2010-04-16 David BrownellNOR/core bugfix: restore invariants
2010-04-10 Antonio BorneoNOR/CORE: review scope of data
2010-03-09 Antonio BorneoCFI CORE: bug-fix protect single sector
2010-03-04 David BrownellNOR: trim range in flash_driver_protect()
2010-03-04 David BrownellNOR: invalidate cached state on target resume
2010-01-19 David BrownellNOR: fix diagnostic
2010-01-19 Øyvind Harboeflash: add error messages upon incorrect arguments...
2010-01-14 David BrownellNOR: add optional "flash erase_address" sector padding
2010-01-11 David BrownellDoxygen file comments
2010-01-09 David BrownellNOR: add FIXMEs for writing ones
2009-12-28 Piotr Esden-TempskiNOR: last_addr also needs correction when checking...
2009-12-27 David BrownellNOR: make flash_write_unlock() pad to sector end
2009-12-26 David BrownellNOR: Allocate the right amount of memory
2009-12-19 David Brownellcygwin build fixes
2009-12-18 David BrownellNOR FLASH: only erase/unlock whole sectors
2009-12-05 Zachary T Welcheliminate src/flash/flash.c
2009-12-05 Zachary T Welchadd flash/nor/drivers.c
2009-12-05 Zachary T Welchmove more nor flash implementation details
2009-12-04 Zachary T Welchadd flash/nor/core.[ch]