aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc288x.c
AgeCommit message (Expand)Author
2019-03-27Constify struct flash_driver instancesChristopher Head
2018-12-05flash/nor: use default_flash_blank_check() instead of dummyTomas Vanek
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek
2016-05-24Remove FSF address from GPL noticesMarc Schink
2014-03-17flash: Constify write bufferAndreas Fritiofson
2013-10-15lpc288x: Can now use target_write_buffer()Andreas Fritiofson
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver
2012-01-04Change return value on error.Mathias K
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-11-17FLASH/NOR: Remove useless file lpc288x.hAntonio Borneo
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo
2010-01-29NOR: cleanup driver declsDavid Brownell
2009-12-04remove target.h from flash.hZachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-02move nor drivers to src/flash/norZachary T Welch