aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-09-04flash/nor/tcl: 'flash list' command: add the flash bank targetTarek BOCHKATI1-0/+2
2021-09-04flash/nor/tcl: fix the flash name returned by 'flash list' commandTarek BOCHKATI1-0/+2
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-11/+11
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-12/+12
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-5/+4
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo1-2/+1
2020-11-08Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interfaceAndreas Bolsch1-2/+63
2020-11-07target/image: Use proper data typesMarc Schink1-3/+3
2020-11-04flash: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-11/+10
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-10/+8
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-1/+1
2020-04-21flash/nor: add flash mdw/h/b commandsTomas Vanek1-0/+82
2020-04-05flash/nor: Change missing protect_check message from WARN to Info.Edward Fewell1-1/+1
2020-03-17flash/nor: check fill pattern fits in word sizeChristopher Head1-0/+5
2020-02-23flash/nor/tcl.c: add filld command to write double-word with 64-bit valueTarek BOCHKATI1-4/+22
2019-09-24flash/nor/tcl: Fix usage of 'flash erase_sector' commandMarc Schink1-1/+1
2019-05-14flash/nor: use command_print() in command "flash banks"Paul Fertser1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-28/+28
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+2
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-12flash/nor/tcl.c: use COMMAND_PARSE_ADDRESSTomas Vanek1-5/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-10/+12
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-4/+12
2018-08-01flash/nor/tcl.c: fix flash bank bounds check in 'flash fill' command handlerBohdan Tymkiv1-1/+1
2018-07-18flash/nor/tcl: Distinguish between sectors and blocks in status messagesDominik Peklo1-26/+30
2018-04-10flash/nor: handle flash write alignment/padding in the infrastructureTomas Vanek1-80/+126
2017-06-17flash/nor/tcl: Make read_bank parameters optionalMarc Schink1-7/+26
2017-06-17flash/nor/tcl: Respect flash bank boundary in write_bankMarc Schink1-5/+24
2017-06-17flash/nor/tcl: Make write_bank parameter optionalMarc Schink1-6/+14
2017-06-17flash/nor/tcl: Respect flash bank boundary in verify_bankMarc Schink1-9/+22
2017-04-24flash/nor/tcl: Make verify_bank parameter optionalMarc Schink1-6/+15
2017-04-24flash/nor/tcl: Fix some format specifiersMarc Schink1-10/+9
2017-01-15flash/nor: fix doc/help and range test for flash protectTomas Vanek1-3/+4
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar1-3/+3
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-1/+1
2016-08-14flash/nor: implement protection blocks of different size than erase sectorTomas Vanek1-12/+41
2016-08-14flash/nor/tcl.c: Less verbose output of flash erase_check.Uwe Bonnes1-1/+5
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-16/+16
2015-11-03helper/fileio: Use size_t for file size.Marc Schink1-5/+5
2015-08-06flash/nor/tcl: add read_bank and verify_bankRobert Jordens1-0/+177
2014-09-22flash/nor/tcl.c: Do not double probe banksAndrey Smirnov1-5/+25
2014-06-22flash/nor/tcl.c: fix formatting in "rejected" error messagePaul Fertser1-1/+1
2014-03-29flash/nor/tcl: fix segfault on write_image misusePaul Fertser1-4/+1