aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/cfi.c
AgeCommit message (Expand)Author
2013-10-31Remove unnecessary castsAndreas Fritiofson
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-07-01Support for SST 39VF3201C NOR flashIS2T
2013-06-05update files to correct FSF addressSpencer Oliver
2013-02-02armv7m: use ARM_MODE_THREAD core mode for algoorithm'sSpencer Oliver
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver
2012-10-12cfi: remove typos and code cleanupSpencer Oliver
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson
2012-08-24cfi: fix type-punning warnings in cfi_spansion_write_blockAndreas Fritiofson
2012-05-14cfi: fix write_bank segfault with spansion flash on armv7mAurelien Jacobs
2012-05-14cfi: fix cfi arch check regressionSpencer Oliver
2012-05-14cfi: check supported archSpencer Oliver
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver
2012-01-04Change return value on error.Mathias K
2011-11-04cfi: fix gaffe in fixing warningsØyvind Harboe
2011-10-31cfi: unsupported code paths now report and return errorØyvind Harboe
2011-10-23FLASH/CFI: fix clang warningsAntonio Borneo
2011-08-24non_cfi: add SST39WF1601 supportAndreas Bießmann
2011-08-18cfi: add EN29LV800BB supportGunnar Henne
2011-08-09flash/nor/cfi: fix TopBottom for atmel chipsAndreas Bießmann
2011-06-05mips: add nor flash write from memory blockStefan Mahr
2011-04-27cfi: leave check on whether target is running to target_write_memory()Øyvind Harboe
2011-01-31cfi: use ARM32 machine code on all CPUs but Cortex M3Øyvind Harboe
2011-01-10cfi: fix release build warningsSpencer Oliver
2011-01-06cfi: use safer arch detectionSpencer Oliver
2011-01-06Add the support for the armv7m arch.Jonathan Dumaresq
2011-01-02cfi_protect is not implemented on Spansion flashes (many do not even have pro...Michael Schwingen
2011-01-02non-CFI flash code uses data from CFI structures. Make sure that timeouts are...Michael Schwingen
2010-12-10contrib: add source to the cfi flash loadersSpencer Oliver
2010-12-10cfi: disable buffer writes for M29W128GSpencer Oliver
2010-12-10cfi: allow optional buffer write supportSpencer Oliver
2010-12-10cfi: calculate correct timeoutsSpencer Oliver
2010-12-10cfi: prefix string hex outputSpencer Oliver
2010-12-10cfi: add time format to cfi query outputSpencer Oliver
2010-12-10cfi: whitespace and long line cleanupSpencer Oliver
2010-09-15cfi: add sst39vf6401bFlemming Futtrup
2010-09-11cfi: tighten up type usage a bitØyvind Harboe
2010-09-03Numonyx M29W160ET patchWookey
2010-06-14cfi: add LOG_ERROR() in case of unsupported intel erase algorithmØyvind Harboe
2010-06-14flash: fix bug in error propagation of flash write_imageØyvind Harboe
2010-06-14cfi: fix gaffe introduced in previous versionØyvind Harboe
2010-06-11cfi: fix error propagationØyvind Harboe
2010-06-08cfi: fix GDB keep alive bugØyvind Harboe
2010-05-26NOR/CFI: fix memory leak; check malloc return valueAntonio Borneo
2010-05-16NOR/CFI: minor code cleanupAntonio Borneo
2010-05-16NOR/CFI: add cfi_read() implementationAntonio Borneo
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo
2010-05-16NOR/CFI: remove use of cfi_add_byte()Antonio Borneo
2010-05-16NOR/CFI: use bus_width for memory access in cfi_write()Antonio Borneo