aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/str9x.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-3/+0
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-1/+1
2010-11-17FLASH/NOR: Remove useless file str9x.hAntonio Borneo1-1/+35
2010-10-28src: add loader src descriptionSpencer Oliver1-0/+2
2010-08-12str9x: faster flash erase of entire chipFredrik Hederstierna1-6/+23
2010-07-16flash: use bkpt for str9 flash algo algorithmSpencer Oliver1-3/+2
2010-06-16str9x: -Wshadow warning fixesØyvind Harboe1-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-03-10STR9: flash loader cleanupSpencer Oliver1-6/+14
2010-01-29NOR: cleanup driver declsDavid Brownell1-13/+13
2010-01-14str9x.c: remove optimization when erasing the whole bankLaurentiu Cocanu1-15/+3
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell1-3/+4
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-0/+1
2009-12-03change #include "arm966e.h" to <target/arm966e.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/+711