aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/faux.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-4/+4
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-2/+2
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-3/+3
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-13/+0
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-1/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29flash/nor/faux.c: fixing check for failed mallocAlexander Kurz1-1/+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-14/+7
2012-01-04Change return value on error.Mathias K1-2/+1
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-01-29NOR: cleanup driver declsDavid Brownell1-12/+12
2009-12-04remove target.h from flash.hZachary T Welch1-1/+1
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch1-1/+1
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch1-1/+1
2009-12-03change #include "image.h" to <target/image.h>Zachary T Welch1-1/+1
2009-12-02move nor drivers to src/flash/norZachary T Welch1-0/+149