aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/jtagspi.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-11-13jtagspi: fix build on MacOSAntonio Borneo1-2/+2
2021-11-12Update jtagspi driver for 1-, 2- and 4-byte addressesAndreas Bolsch1-90/+443
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-3/+3
2020-07-08flash/nor/jtagspi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-14/+13
2020-05-24flash/nor/jtagspi: propagate error from jtag_execute_queue()Tomas Vanek1-2/+2
2020-05-18flash: nor: jtagspi: make read_status report errorsPaul Fertser1-4/+15
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-1/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-11-29SPI table updates (some new devices and new info)Andreas Bolsch1-8/+24
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-11/+0
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-1/+2
2018-01-30flash: nor: jtagspi: fix jtagspi_read_status() warningPaul Fertser1-3/+4
2018-01-13jtagspi: new protocol that includes transfer lengthRobert Jordens1-19/+41
2016-07-19Fix usage of timeval_ms()Andreas Färber1-7/+7
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+2
2015-08-19flash/nor/jtagspi: 'retval' may be used uninitializedAlamy Liu1-1/+1
2015-08-06flash/nor/jtagspi: add JTAGSPI driverRobert Jordens1-0/+411