aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91sam7.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-15fix GCC's `-Wcalloc-transposed-args` warningEvgeniy Naydanov1-2/+2
2023-09-23flash/nor: remove useless bank->next = NULLTomas Vanek1-2/+0
2023-09-23flash/nor/at91sam7: fix flash bank allocationTomas Vanek1-4/+26
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-10/+1
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-20flash: use lowercase for C variablesAntonio Borneo1-8/+8
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-25/+8
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-4/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-22/+20
2020-03-07src/flash/nor/at91sam3|4l|7: fix clang static analyzer warningsTomas Vanek1-6/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek1-47/+1
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-1/+1
2016-08-14at91sam7: do not touch flash banks which belong to other targetsAndreas Fritiofson1-13/+7
2016-05-24Remove FSF address from GPL noticesMarc Schink1-7/+5
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2014-02-06flash: declare fixed arrays constSpencer Oliver1-4/+4
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-24build: fix memory leaksSpencer Oliver1-1/+3
2012-06-26AT91SAM7 Flash: fixed redundant assignation warningMirela Tauciuc1-5/+5
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-275/+174
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-2/+2
2011-11-15at91sam7: ensure probed flash bank has a name (fix a segfault)Aurelien Jacobs1-20/+26
2011-11-09at91sam7: fix warnings by removing dead assignmentsØyvind Harboe1-4/+1
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-1/+1
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-11-17FLASH/NOR: Remove useless file at91sam7.hAntonio Borneo1-1/+91
2010-06-15at91sam7: -Wshadow warning fixesØyvind Harboe1-26/+26
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell1-15/+16
2009-12-04remove target.h from flash.hZachary T Welch1-0/+1
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch1-1/+1
2009-12-02move nor drivers to src/flash/norZachary T Welch1-0/+1213