aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/aduc702x.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-19Fix usage of timeval_ms()Andreas Färber1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-03-17flash: Constify write bufferAndreas Fritiofson1-3/+3
2013-10-31aduc702x: Fix byte order bugAndreas Fritiofson1-2/+4
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson1-7/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson1-18/+8
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver1-5/+5
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-174/+169
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-4/+4
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel1-3/+3
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-05-04flash: less bogus errorsØyvind Harboe1-1/+1
2010-04-10NOR/ADUC702X: review scope of dataAntonio Borneo1-1/+1
2010-03-10ADUC702x: flash loader cleanupSpencer Oliver1-1/+1
2010-01-29NOR: cleanup driver declsDavid Brownell1-11/+11
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-1/+1
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell1-1/+1
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell1-1/+1
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-1/+1
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-1/+1
2009-12-04remove target.h from flash.hZachary T Welch1-2/+2
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch1-1/+1
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch1-1/+1
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch1-1/+1
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+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/+425