aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/tms470.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-08-08flash/nor: remove useless setting of bus_width and chip_widthTomas Vanek1-3/+0
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-1/+1
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-2/+2
2021-07-20flash: use lowercase for C variablesAntonio Borneo1-47/+47
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-18/+18
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-10/+4
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-5/+3
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-2/+2
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-19/+20
2020-03-07flash/nor/fm4,tms470: fix clang static analyzer warningsTomas Vanek1-0/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-7/+7
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-5/+6
2018-06-15src/flash/tms470: remove testing of sectors[].is_erased stateTomas Vanek1-24/+12
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-03-17flash: Constify write bufferAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-307/+207
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-3/+3
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-6/+6
2011-10-23tms470: removed unnecessary operationsEdgar Grimberg1-4/+2
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-2/+2
2010-11-17FLASH/NOR: Remove useless file tms470.hAntonio Borneo1-1/+14
2010-06-16tms470: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-05-29nor: fix memory leaks during probeSpencer Oliver1-0/+6
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-04-11NOR/TMS470: review scope of symbolsAntonio Borneo1-7/+7
2010-01-29NOR: cleanup driver declsDavid Brownell1-15/+15
2009-12-04remove target.h from flash.hZachary T Welch1-0/+1
2009-12-02move nor drivers to src/flash/norZachary T Welch1-0/+1271