| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | change #include "algorithm.h" to <target/algorithm.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "binarybuffer.h" to <helper/binarybuffer.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | move nor drivers to src/flash/nor | Zachary T Welch | 2009-12-02 | 1 | -0/+2630 |