jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / flash / nor / cfi.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-07-23 Antonio Borneoopenocd: src/flash: replace the GPL-2.0-or-later licens... 67/7067/2
2021-12-03 Tomas Vanektarget,flash: allow target_free_working_area on NULL... 12/6712/4
2021-08-14 Marc Schinkflash/nor: Do not update 'is_erased' 79/6279/3
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-02 Antonio Borneoflash/nor/cfi: fix CamelCase symbols in cfi_spansion_pr... 98/6298/3
2021-06-13 Jan Matyasflash/nor: improved API of flash_driver.info & fixed... 82/6182/7
2021-03-24 Mischa Studerflash/nor/cfi: fix uninitialized write-mem pointer 70/6070/6
2020-09-05 Antonio Borneoflash: use proper format with uint32_t 16/5816/2
2020-09-05 Antonio Borneoflash: avoid checking for non NULL pointer to free it 11/5811/4
2020-07-26 Antonio Borneoflash: fix typos and duplicated words 58/5758/2
2020-07-08 Marc Schinkflash/nor/cfi: Use 'bool' data type 38/5738/4
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API 29/4929/7
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations 19/5619/2
2020-05-09 Antonio Borneocoding style: remove useless break after a goto or... 17/5617/2
2020-04-05 Marc Schinkflash/nor/cfi: Minor code cleanups 63/5463/3
2020-02-06 Marek Vasutflash/nor: Export various functions from the CFI core 48/5148/19
2020-01-16 Marek Vasutflash/nor: Rename flash_address() to cfi_flash_address() 91/5391/7
2020-01-16 Marek Vasutflash/nor: Rename get_cfi_info() to cfi_get_info() 90/5390/7
2020-01-16 Marek Vasutflash/nor: Allow CFI memory read/write functions be... 47/5147/17
2020-01-16 Marek Vasutflash/nor: Drop size argument of cfi_target_{read,write... 89/5389/6
2020-01-16 Marek Vasutflash/nor: Pass flash_bank to memory accessors 46/5146/16
2020-01-05 Marek Vasutflash/nor: Factor out CFI memory read/write functions 45/5145/11
2020-01-05 Marek Vasutflash/nor: Factor out cfi_spansion_unlock_seq() 44/5144/11
2019-03-27 Christopher HeadConstify struct flash_driver instances 03/4803/3
2019-03-08 Tim Newsomeflash/nor: use target_addr_t for flash bank base 19/4919/8
2018-11-26 Tomas Vanekflash/nor: consolidate flash protect/protect_check 65/4765/3
2018-04-04 Tomas Vanekflash/nor: implement flash bank deallocation in drivers... 17/4417/3
2017-05-08 Salvador Arroyomips32, add support for micromips in debug mode 32/4032/4
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support 00/1200/37
2016-06-23 Esben Haabendalcfi: Add support for strangely endianness broken SoC... 09/3109/5
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2016-02-29 Alexander KurzCleanup: removal of obsolete semicolons 67/3367/2
2016-02-29 Alexander Kurzcfi intel: fixing faulty flash write error message 33/3233/3
2016-02-13 Esben Haabendalcfi: support for 16-bit flash with reversed endianness 41/3041/4
2016-02-03 Paul Fertserflash: nor: {pic32mx,cfi}: fix register names 06/3206/2
2015-11-10 Esben Haabendalcfi: Fix fallback to memory writes 95/3095/2
2014-03-17 Andreas Fritiofsonflash: Constify write buffer 40/2040/2
2013-11-07 Spencer Olivertarget: use target_buffer_set_u32_array 83/1783/3
2013-10-31 Andreas FritiofsonRemove unnecessary casts 67/1767/2
2013-10-31 Paul FertserClean up many C99 integer types format specifiers 74/1674/4
2013-07-01 IS2TSupport for SST 39VF3201C NOR flash 49/1449/6
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2013-02-02 Spencer Oliverarmv7m: use ARM_MODE_THREAD core mode for algoorithm's 08/1108/4
2013-02-02 Spencer Oliverarmv7m: use generic arm::core_mode 66/966/6
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

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)