summaryrefslogtreecommitdiff
path: root/src/flash/nor/cfi.c
Commit message (Expand)AuthorAgeFilesLines
* mips: add nor flash write from memory blockStefan Mahr2011-06-051-0/+240
* cfi: leave check on whether target is running to target_write_memory()Øyvind Harboe2011-04-271-8/+0
* cfi: use ARM32 machine code on all CPUs but Cortex M3Øyvind Harboe2011-01-311-6/+2
* cfi: fix release build warningsSpencer Oliver2011-01-101-2/+2
* cfi: use safer arch detectionSpencer Oliver2011-01-061-2/+8
* Add the support for the armv7m arch.Jonathan Dumaresq2011-01-061-15/+64
* cfi_protect is not implemented on Spansion flashes (many do not even have pro...Michael Schwingen2011-01-021-2/+2
* non-CFI flash code uses data from CFI structures. Make sure that timeouts are...Michael Schwingen2011-01-021-95/+92
* 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