aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91sam7.c
AgeCommit message (Expand)AuthorFilesLines
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