openocd: fix SPDX tag format for files .c
[fw/openocd] / src / flash / nor / cfi.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/flash: replace the GPL-2.0-or-later licens...
2021-12-03 Tomas Vanektarget,flash: allow target_free_working_area on NULL...
2021-08-14 Marc Schinkflash/nor: Do not update 'is_erased'
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-02 Antonio Borneoflash/nor/cfi: fix CamelCase symbols in cfi_spansion_pr...
2021-06-13 Jan Matyasflash/nor: improved API of flash_driver.info & fixed...
2021-03-24 Mischa Studerflash/nor/cfi: fix uninitialized write-mem pointer
2020-09-05 Antonio Borneoflash: use proper format with uint32_t
2020-09-05 Antonio Borneoflash: avoid checking for non NULL pointer to free it
2020-07-26 Antonio Borneoflash: fix typos and duplicated words
2020-07-08 Marc Schinkflash/nor/cfi: Use 'bool' data type
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations
2020-05-09 Antonio Borneocoding style: remove useless break after a goto or...
2020-04-05 Marc Schinkflash/nor/cfi: Minor code cleanups
2020-02-06 Marek Vasutflash/nor: Export various functions from the CFI core
2020-01-16 Marek Vasutflash/nor: Rename flash_address() to cfi_flash_address()
2020-01-16 Marek Vasutflash/nor: Rename get_cfi_info() to cfi_get_info()
2020-01-16 Marek Vasutflash/nor: Allow CFI memory read/write functions be...
2020-01-16 Marek Vasutflash/nor: Drop size argument of cfi_target_{read,write...
2020-01-16 Marek Vasutflash/nor: Pass flash_bank to memory accessors
2020-01-05 Marek Vasutflash/nor: Factor out CFI memory read/write functions
2020-01-05 Marek Vasutflash/nor: Factor out cfi_spansion_unlock_seq()
2019-03-27 Christopher HeadConstify struct flash_driver instances
2019-03-08 Tim Newsomeflash/nor: use target_addr_t for flash bank base
2018-11-26 Tomas Vanekflash/nor: consolidate flash protect/protect_check
2018-04-04 Tomas Vanekflash/nor: implement flash bank deallocation in drivers...
2017-05-08 Salvador Arroyomips32, add support for micromips in debug mode
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-06-23 Esben Haabendalcfi: Add support for strangely endianness broken SoC...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Alexander KurzCleanup: removal of obsolete semicolons
2016-02-29 Alexander Kurzcfi intel: fixing faulty flash write error message
2016-02-13 Esben Haabendalcfi: support for 16-bit flash with reversed endianness
2016-02-03 Paul Fertserflash: nor: {pic32mx,cfi}: fix register names
2015-11-10 Esben Haabendalcfi: Fix fallback to memory writes
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2013-11-07 Spencer Olivertarget: use target_buffer_set_u32_array
2013-10-31 Andreas FritiofsonRemove unnecessary casts
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-07-01 IS2TSupport for SST 39VF3201C NOR flash
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-02-02 Spencer Oliverarmv7m: use ARM_MODE_THREAD core mode for algoorithm's
2013-02-02 Spencer Oliverarmv7m: use generic arm::core_mode
2012-10-12 Spencer Olivercfi: remove typos and code cleanup
2012-10-08 Andreas Fritiofsonflash/nor: make all working area pointers local
2012-08-24 Andreas Fritiofsoncfi: fix type-punning warnings in cfi_spansion_write_block
2012-05-14 Aurelien Jacobscfi: fix write_bank segfault with spansion flash on...
2012-05-14 Spencer Olivercfi: fix cfi arch check regression
2012-05-14 Spencer Olivercfi: check supported arch
2012-05-14 Spencer Oliverbuild: use generic name for arm_algorithm vars
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-04 Mathias KChange return value on error.
2011-11-04 Øyvind Harboecfi: fix gaffe in fixing warnings
2011-10-31 Øyvind Harboecfi: unsupported code paths now report and return error
2011-10-23 Antonio BorneoFLASH/CFI: fix clang warnings
2011-08-24 Andreas Bießmannnon_cfi: add SST39WF1601 support
2011-08-18 Gunnar Hennecfi: add EN29LV800BB support
2011-08-09 Andreas Bießmannflash/nor/cfi: fix TopBottom for atmel chips
2011-06-05 Stefan Mahrmips: add nor flash write from memory block
2011-04-27 Øyvind Harboecfi: leave check on whether target is running to target...
2011-01-31 Øyvind Harboecfi: use ARM32 machine code on all CPUs but Cortex M3
2011-01-10 Spencer Olivercfi: fix release build warnings
2011-01-06 Spencer Olivercfi: use safer arch detection
2011-01-06 Jonathan DumaresqAdd the support for the armv7m arch.
2011-01-02 Michael Schwingencfi_protect is not implemented on Spansion flashes...
2011-01-02 Michael Schwingennon-CFI flash code uses data from CFI structures. Make...
2010-12-10 Spencer Olivercontrib: add source to the cfi flash loaders
2010-12-10 Spencer Olivercfi: disable buffer writes for M29W128G
2010-12-10 Spencer Olivercfi: allow optional buffer write support
2010-12-10 Spencer Olivercfi: calculate correct timeouts
2010-12-10 Spencer Olivercfi: prefix string hex output
2010-12-10 Spencer Olivercfi: add time format to cfi query output
2010-12-10 Spencer Olivercfi: whitespace and long line cleanup
2010-09-15 Flemming Futtrupcfi: add sst39vf6401b
2010-09-11 Øyvind Harboecfi: tighten up type usage a bit
2010-09-03 WookeyNumonyx M29W160ET patch
2010-06-14 Øyvind Harboecfi: add LOG_ERROR() in case of unsupported intel erase...
2010-06-14 Øyvind Harboeflash: fix bug in error propagation of flash write_image
2010-06-14 Øyvind Harboecfi: fix gaffe introduced in previous version
2010-06-11 Øyvind Harboecfi: fix error propagation
2010-06-08 Øyvind Harboecfi: fix GDB keep alive bug
2010-05-26 Antonio BorneoNOR/CFI: fix memory leak; check malloc return value
2010-05-16 Antonio BorneoNOR/CFI: minor code cleanup
2010-05-16 Antonio BorneoNOR/CFI: add cfi_read() implementation
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-05-16 Antonio BorneoNOR/CFI: remove use of cfi_add_byte()
2010-05-16 Antonio BorneoNOR/CFI: use bus_width for memory access in cfi_write()
2010-05-16 Antonio BorneoNOR/CFI: use bus_width for memory access on flash ID.
2010-05-16 Antonio BorneoNOR/CFI: identify memory accesses not using "bus_width".
2010-05-16 Antonio BorneoNOR/CFI: simplify bufferwsize computation
2010-05-16 Antonio BorneoNOR/CFI: check "flash bank" command arguments
2010-05-11 Karl KurbjunFujitsu MBM29SL800TE flash support
2010-05-10 Spencer Olivercfi: add Numonyx M29W128G reset workaround
2010-05-05 Øyvind Harboeflash: stop caching protection state
2010-05-05 Øyvind Harboecfi: fix error handling for protect fn
2010-05-04 Øyvind Harboeflash: less bogus errors
2010-05-04 Øyvind Harboecfi: made som info output debug output
2010-04-15 Antonio BorneoNOR/CFI: remove redundant code
next