aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/str9x.c
AgeCommit message (Expand)Author
2019-03-27Constify struct flash_driver instancesChristopher Head
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz
2014-03-17flash: Constify write bufferAndreas Fritiofson
2013-10-31str9x: Fix byte order bugAndreas Fritiofson
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver
2012-01-12cmd: add missing usage varSpencer Oliver
2012-01-12optimize: replace while loop by memcpyMathias K
2012-01-04Change return value on error.Mathias K
2011-11-07str9x: explain compiler that a local variable will always be initializedØyvind Harboe
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-11-17FLASH/NOR: Remove useless file str9x.hAntonio Borneo
2010-10-28src: add loader src descriptionSpencer Oliver
2010-08-12str9x: faster flash erase of entire chipFredrik Hederstierna
2010-07-16flash: use bkpt for str9 flash algo algorithmSpencer Oliver
2010-06-16str9x: -Wshadow warning fixesØyvind Harboe
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo
2010-05-04flash: less bogus errorsØyvind Harboe
2010-03-10STR9: flash loader cleanupSpencer Oliver
2010-01-29NOR: cleanup driver declsDavid Brownell
2010-01-14str9x.c: remove optimization when erasing the whole bankLaurentiu Cocanu
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-04remove target.h from flash.hZachary T Welch
2009-12-03change #include "arm966e.h" to <target/arm966e.h>Zachary T Welch
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch
2009-12-02move nor drivers to src/flash/norZachary T Welch