summaryrefslogtreecommitdiff
path: root/src/flash/nor/cfi.c
Commit message (Expand)AuthorAgeFilesLines
* contrib: add source to the cfi flash loadersSpencer Oliver2010-12-101-6/+13
* cfi: disable buffer writes for M29W128GSpencer Oliver2010-12-101-4/+15
* cfi: allow optional buffer write supportSpencer Oliver2010-12-101-0/+9
* cfi: calculate correct timeoutsSpencer Oliver2010-12-101-16/+23
* cfi: prefix string hex outputSpencer Oliver2010-12-101-12/+12
* cfi: add time format to cfi query outputSpencer Oliver2010-12-101-8/+11
* cfi: whitespace and long line cleanupSpencer Oliver2010-12-101-282/+389
* cfi: add sst39vf6401bFlemming Futtrup2010-09-151-0/+1
* cfi: tighten up type usage a bitØyvind Harboe2010-09-111-2/+3
* Numonyx M29W160ET patchWookey2010-09-031-3/+4
* cfi: add LOG_ERROR() in case of unsupported intel erase algorithmØyvind Harboe2010-06-141-0/+3
* flash: fix bug in error propagation of flash write_imageØyvind Harboe2010-06-141-4/+2
* cfi: fix gaffe introduced in previous versionØyvind Harboe2010-06-141-2/+2
* cfi: fix error propagationØyvind Harboe2010-06-111-116/+339
* cfi: fix GDB keep alive bugØyvind Harboe2010-06-081-0/+2
* NOR/CFI: fix memory leak; check malloc return valueAntonio Borneo2010-05-261-3/+48
* NOR/CFI: minor code cleanupAntonio Borneo2010-05-161-8/+0
* NOR/CFI: add cfi_read() implementationAntonio Borneo2010-05-161-2/+72
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+2
* NOR/CFI: remove use of cfi_add_byte()Antonio Borneo2010-05-161-40/+1
* NOR/CFI: use bus_width for memory access in cfi_write()Antonio Borneo2010-05-161-54/+15
* NOR/CFI: use bus_width for memory access on flash ID.Antonio Borneo2010-05-161-25/+22
* NOR/CFI: identify memory accesses not using "bus_width".Antonio Borneo2010-05-161-0/+8
* NOR/CFI: simplify bufferwsize computationAntonio Borneo2010-05-161-39/+10
* NOR/CFI: check "flash bank" command argumentsAntonio Borneo2010-05-161-1/+11
* Fujitsu MBM29SL800TE flash supportKarl Kurbjun2010-05-111-0/+1
* cfi: add Numonyx M29W128G reset workaroundSpencer Oliver2010-05-101-32/+35
* flash: stop caching protection stateØyvind Harboe2010-05-051-0/+11
* cfi: fix error handling for protect fnØyvind Harboe2010-05-051-4/+4
* flash: less bogus errorsØyvind Harboe2010-05-041-2/+2
* cfi: made som info output debug outputØyvind Harboe2010-05-041-2/+2
* NOR/CFI: remove redundant codeAntonio Borneo2010-04-151-6/+2
* NOR/CFI: fix order of arguments checkAntonio Borneo2010-04-151-2/+2
* NOR/CFI: review scope of functionsAntonio Borneo2010-04-101-3/+3
* cfi: simplify and clearify codeAntonio Borneo2010-03-081-149/+75
* CFI: review print of Voltage valuesAntonio Borneo2010-03-061-6/+6
* NOR: cleanup driver declsDavid Brownell2010-01-291-11/+11
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-041-2/+2
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-041-2/+2
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-2/+2
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-2/+2
* remove target.h from flash.hZachary T Welch2009-12-041-0/+1
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-031-1/+1
* change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+2630