| Commit message (Expand) | Author | Age | Files | Lines |
* | cfi: use ARM32 machine code on all CPUs but Cortex M3 | Øyvind Harboe | 2011-01-31 | 1 | -6/+2 |
* | cfi: fix release build warnings | Spencer Oliver | 2011-01-10 | 1 | -2/+2 |
* | cfi: use safer arch detection | Spencer Oliver | 2011-01-06 | 1 | -2/+8 |
* | Add the support for the armv7m arch. | Jonathan Dumaresq | 2011-01-06 | 1 | -15/+64 |
* | cfi_protect is not implemented on Spansion flashes (many do not even have pro... | Michael Schwingen | 2011-01-02 | 1 | -2/+2 |
* | non-CFI flash code uses data from CFI structures. Make sure that timeouts are... | Michael Schwingen | 2011-01-02 | 1 | -95/+92 |
* | contrib: add source to the cfi flash loaders | Spencer Oliver | 2010-12-10 | 1 | -6/+13 |
* | cfi: disable buffer writes for M29W128G | Spencer Oliver | 2010-12-10 | 1 | -4/+15 |
* | cfi: allow optional buffer write support | Spencer Oliver | 2010-12-10 | 1 | -0/+9 |
* | cfi: calculate correct timeouts | Spencer Oliver | 2010-12-10 | 1 | -16/+23 |
* | cfi: prefix string hex output | Spencer Oliver | 2010-12-10 | 1 | -12/+12 |
* | cfi: add time format to cfi query output | Spencer Oliver | 2010-12-10 | 1 | -8/+11 |
* | cfi: whitespace and long line cleanup | Spencer Oliver | 2010-12-10 | 1 | -282/+389 |
* | cfi: add sst39vf6401b | Flemming Futtrup | 2010-09-15 | 1 | -0/+1 |
* | cfi: tighten up type usage a bit | Øyvind Harboe | 2010-09-11 | 1 | -2/+3 |
* | Numonyx M29W160ET patch | Wookey | 2010-09-03 | 1 | -3/+4 |
* | cfi: add LOG_ERROR() in case of unsupported intel erase algorithm | Øyvind Harboe | 2010-06-14 | 1 | -0/+3 |
* | flash: fix bug in error propagation of flash write_image | Øyvind Harboe | 2010-06-14 | 1 | -4/+2 |
* | cfi: fix gaffe introduced in previous version | Øyvind Harboe | 2010-06-14 | 1 | -2/+2 |
* | cfi: fix error propagation | Øyvind Harboe | 2010-06-11 | 1 | -116/+339 |
* | cfi: fix GDB keep alive bug | Øyvind Harboe | 2010-06-08 | 1 | -0/+2 |
* | NOR/CFI: fix memory leak; check malloc return value | Antonio Borneo | 2010-05-26 | 1 | -3/+48 |
* | NOR/CFI: minor code cleanup | Antonio Borneo | 2010-05-16 | 1 | -8/+0 |
* | NOR/CFI: add cfi_read() implementation | Antonio Borneo | 2010-05-16 | 1 | -2/+72 |
* | NOR: add read() callback to struct flash_driver | Antonio Borneo | 2010-05-16 | 1 | -0/+2 |
* | NOR/CFI: remove use of cfi_add_byte() | Antonio Borneo | 2010-05-16 | 1 | -40/+1 |
* | NOR/CFI: use bus_width for memory access in cfi_write() | Antonio Borneo | 2010-05-16 | 1 | -54/+15 |
* | NOR/CFI: use bus_width for memory access on flash ID. | Antonio Borneo | 2010-05-16 | 1 | -25/+22 |
* | NOR/CFI: identify memory accesses not using "bus_width". | Antonio Borneo | 2010-05-16 | 1 | -0/+8 |
* | NOR/CFI: simplify bufferwsize computation | Antonio Borneo | 2010-05-16 | 1 | -39/+10 |
* | NOR/CFI: check "flash bank" command arguments | Antonio Borneo | 2010-05-16 | 1 | -1/+11 |
* | Fujitsu MBM29SL800TE flash support | Karl Kurbjun | 2010-05-11 | 1 | -0/+1 |
* | cfi: add Numonyx M29W128G reset workaround | Spencer Oliver | 2010-05-10 | 1 | -32/+35 |
* | flash: stop caching protection state | Øyvind Harboe | 2010-05-05 | 1 | -0/+11 |
* | cfi: fix error handling for protect fn | Øyvind Harboe | 2010-05-05 | 1 | -4/+4 |
* | flash: less bogus errors | Øyvind Harboe | 2010-05-04 | 1 | -2/+2 |
* | cfi: made som info output debug output | Øyvind Harboe | 2010-05-04 | 1 | -2/+2 |
* | NOR/CFI: remove redundant code | Antonio Borneo | 2010-04-15 | 1 | -6/+2 |
* | NOR/CFI: fix order of arguments check | Antonio Borneo | 2010-04-15 | 1 | -2/+2 |
* | NOR/CFI: review scope of functions | Antonio Borneo | 2010-04-10 | 1 | -3/+3 |
* | cfi: simplify and clearify code | Antonio Borneo | 2010-03-08 | 1 | -149/+75 |
* | CFI: review print of Voltage values | Antonio Borneo | 2010-03-06 | 1 | -6/+6 |
* | NOR: cleanup driver decls | David Brownell | 2010-01-29 | 1 | -11/+11 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | ARM: rename armv4_5_algorithm as arm_algorithm | David Brownell | 2009-12-04 | 1 | -2/+2 |
* | ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC | David Brownell | 2009-12-04 | 1 | -2/+2 |
* | ARM: rename ARMV4_5_MODE_* as ARM_MODE_* | David Brownell | 2009-12-04 | 1 | -2/+2 |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 1 | -2/+2 |
* | remove target.h from flash.h | Zachary T Welch | 2009-12-04 | 1 | -0/+1 |
* | change #include "armv4_5.h" to <target/armv4_5.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |