summaryrefslogtreecommitdiff
path: root/src/flash/nor/str9x.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-3/+0
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-031-1/+1
* FLASH/NOR: Remove useless file str9x.hAntonio Borneo2010-11-171-1/+35
* src: add loader src descriptionSpencer Oliver2010-10-281-0/+2
* str9x: faster flash erase of entire chipFredrik Hederstierna2010-08-121-6/+23
* flash: use bkpt for str9 flash algo algorithmSpencer Oliver2010-07-161-3/+2
* str9x: -Wshadow warning fixesØyvind Harboe2010-06-161-3/+3
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+1
* flash: less bogus errorsØyvind Harboe2010-05-041-1/+1
* STR9: flash loader cleanupSpencer Oliver2010-03-101-6/+14
* NOR: cleanup driver declsDavid Brownell2010-01-291-13/+13
* str9x.c: remove optimization when erasing the whole bankLaurentiu Cocanu2010-01-141-15/+3
* src/flash/nor: usage/help/doc updatesDavid Brownell2010-01-091-3/+4
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-041-1/+1
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-041-1/+1
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-1/+1
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-1/+1
* remove target.h from flash.hZachary T Welch2009-12-041-0/+1
* change #include "arm966e.h" to <target/arm966e.h>Zachary T Welch2009-12-031-1/+1
* change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch2009-12-031-1/+1
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+711