aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/ecos.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel1-2/+2
2010-06-15ecos flash: -Wshadow warning fixesØyvind Harboe1-2/+0
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-01-29NOR: cleanup driver declsDavid Brownell1-11/+11
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 "image.h" to <target/image.h>Zachary T Welch1-1/+1
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch1-1/+1
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch1-1/+1
2009-12-02move nor drivers to src/flash/norZachary T Welch1-0/+444