aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc288x.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-2/+2
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-10/+10
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-12-05flash/nor: use default_flash_blank_check() instead of dummyTomas Vanek1-12/+1
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-0/+1
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-10-15lpc288x: Can now use target_write_buffer()Andreas Fritiofson1-11/+2
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson1-7/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-128/+84
2012-01-04Change return value on error.Mathias K1-2/+1
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-11-17FLASH/NOR: Remove useless file lpc288x.hAntonio Borneo1-1/+13
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-01-29NOR: cleanup driver declsDavid Brownell1-11/+11
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/+485