aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/cfi.c
AgeCommit message (Expand)Author
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
2010-05-16NOR/CFI: use bus_width for memory access on flash ID.Antonio Borneo
2010-05-16NOR/CFI: identify memory accesses not using "bus_width".Antonio Borneo
2010-05-16NOR/CFI: simplify bufferwsize computationAntonio Borneo
2010-05-16NOR/CFI: check "flash bank" command argumentsAntonio Borneo
2010-05-11Fujitsu MBM29SL800TE flash supportKarl Kurbjun
2010-05-10cfi: add Numonyx M29W128G reset workaroundSpencer Oliver
2010-05-05flash: stop caching protection stateØyvind Harboe
2010-05-05cfi: fix error handling for protect fnØyvind Harboe
2010-05-04flash: less bogus errorsØyvind Harboe
2010-05-04cfi: made som info output debug outputØyvind Harboe
2010-04-15NOR/CFI: remove redundant codeAntonio Borneo
2010-04-15NOR/CFI: fix order of arguments checkAntonio Borneo
2010-04-10NOR/CFI: review scope of functionsAntonio Borneo
2010-03-08cfi: simplify and clearify codeAntonio Borneo
2010-03-06CFI: review print of Voltage valuesAntonio Borneo
2010-01-29NOR: cleanup driver declsDavid Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid 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 "armv4_5.h" to <target/armv4_5.h>Zachary T Welch
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-02move nor drivers to src/flash/norZachary T Welch