aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/cfi.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-24non_cfi: add SST39WF1601 supportAndreas Bießmann1-0/+1
2011-08-18cfi: add EN29LV800BB supportGunnar Henne1-0/+1
2011-08-09flash/nor/cfi: fix TopBottom for atmel chipsAndreas Bießmann1-4/+17
2011-06-05mips: add nor flash write from memory blockStefan Mahr1-0/+240
2011-04-27cfi: leave check on whether target is running to target_write_memory()Øyvind Harboe1-8/+0
2011-01-31cfi: use ARM32 machine code on all CPUs but Cortex M3Øyvind Harboe1-6/+2
2011-01-10cfi: fix release build warningsSpencer Oliver1-2/+2
2011-01-06cfi: use safer arch detectionSpencer Oliver1-2/+8
2011-01-06Add the support for the armv7m arch.Jonathan Dumaresq1-15/+64
2011-01-02cfi_protect is not implemented on Spansion flashes (many do not even have pro...Michael Schwingen1-2/+2
2011-01-02non-CFI flash code uses data from CFI structures. Make sure that timeouts are...Michael Schwingen1-95/+92
2010-12-10contrib: add source to the cfi flash loadersSpencer Oliver1-6/+13
2010-12-10cfi: disable buffer writes for M29W128GSpencer Oliver1-4/+15
2010-12-10cfi: allow optional buffer write supportSpencer Oliver1-0/+9
2010-12-10cfi: calculate correct timeoutsSpencer Oliver1-16/+23
2010-12-10cfi: prefix string hex outputSpencer Oliver1-12/+12
2010-12-10cfi: add time format to cfi query outputSpencer Oliver1-8/+11
2010-12-10cfi: whitespace and long line cleanupSpencer Oliver1-282/+389
2010-09-15cfi: add sst39vf6401bFlemming Futtrup1-0/+1
2010-09-11cfi: tighten up type usage a bitØyvind Harboe1-2/+3
2010-09-03Numonyx M29W160ET patchWookey1-3/+4
2010-06-14cfi: add LOG_ERROR() in case of unsupported intel erase algorithmØyvind Harboe1-0/+3
2010-06-14flash: fix bug in error propagation of flash write_imageØyvind Harboe1-4/+2
2010-06-14cfi: fix gaffe introduced in previous versionØyvind Harboe1-2/+2
2010-06-11cfi: fix error propagationØyvind Harboe1-116/+339
2010-06-08cfi: fix GDB keep alive bugØyvind Harboe1-0/+2
2010-05-26NOR/CFI: fix memory leak; check malloc return valueAntonio Borneo1-3/+48
2010-05-16NOR/CFI: minor code cleanupAntonio Borneo1-8/+0
2010-05-16NOR/CFI: add cfi_read() implementationAntonio Borneo1-2/+72
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+2
2010-05-16NOR/CFI: remove use of cfi_add_byte()Antonio Borneo1-40/+1
2010-05-16NOR/CFI: use bus_width for memory access in cfi_write()Antonio Borneo1-54/+15
2010-05-16NOR/CFI: use bus_width for memory access on flash ID.Antonio Borneo1-25/+22
2010-05-16NOR/CFI: identify memory accesses not using "bus_width".Antonio Borneo1-0/+8
2010-05-16NOR/CFI: simplify bufferwsize computationAntonio Borneo1-39/+10
2010-05-16NOR/CFI: check "flash bank" command argumentsAntonio Borneo1-1/+11
2010-05-11Fujitsu MBM29SL800TE flash supportKarl Kurbjun1-0/+1
2010-05-10cfi: add Numonyx M29W128G reset workaroundSpencer Oliver1-32/+35
2010-05-05flash: stop caching protection stateØyvind Harboe1-0/+11
2010-05-05cfi: fix error handling for protect fnØyvind Harboe1-4/+4
2010-05-04flash: less bogus errorsØyvind Harboe1-2/+2
2010-05-04cfi: made som info output debug outputØyvind Harboe1-2/+2
2010-04-15NOR/CFI: remove redundant codeAntonio Borneo1-6/+2
2010-04-15NOR/CFI: fix order of arguments checkAntonio Borneo1-2/+2
2010-04-10NOR/CFI: review scope of functionsAntonio Borneo1-3/+3
2010-03-08cfi: simplify and clearify codeAntonio Borneo1-149/+75
2010-03-06CFI: review print of Voltage valuesAntonio Borneo1-6/+6
2010-01-29NOR: cleanup driver declsDavid Brownell1-11/+11
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-1/+1
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell1-2/+2