| 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 | 3 | -6/+3 |
* | cfi: fix gaffe introduced in previous version | Øyvind Harboe | 2010-06-14 | 1 | -2/+2 |
* | flash: add error handling to get_flash_by_addr/name | Øyvind Harboe | 2010-06-11 | 3 | -25/+38 |
* | cfi: fix error propagation | Øyvind Harboe | 2010-06-11 | 2 | -118/+341 |
* | flash: add error message if image is too big for flash | Øyvind Harboe | 2010-06-09 | 1 | -1/+5 |
* | flash: flash erase_address takes unsigned arguments | Øyvind Harboe | 2010-06-09 | 1 | -4/+4 |
* | cfi: fix GDB keep alive bug | Øyvind Harboe | 2010-06-08 | 1 | -0/+2 |
* | stm32 : change returned value of mass_erase function | gcembed | 2010-06-03 | 1 | -4/+5 |
* | nor: fix memory leaks during probe | Spencer Oliver | 2010-05-29 | 5 | -0/+30 |
* | flash: virtual driver update for get_flash_bank_by_name_noprobe | Spencer Oliver | 2010-05-26 | 1 | -2/+2 |
* | nor: add get_flash_bank_by_name autoprobe | Spencer Oliver | 2010-05-26 | 3 | -4/+32 |
* | flash: add virtual flash bank driver | Spencer Oliver | 2010-05-26 | 3 | -1/+248 |
* | NOR/CFI: fix memory leak; check malloc return value | Antonio Borneo | 2010-05-26 | 1 | -3/+48 |
* | Change kb/s to KiB/s in messages about kibibytes | Jon Povey | 2010-05-16 | 1 | -4/+4 |
* | 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 | 23 | -1/+72 |
* | NOR/TCL: fix typo in error message | Antonio Borneo | 2010-05-16 | 1 | -1/+1 |
* | NOR: fix comment for Doxygen | Antonio Borneo | 2010-05-16 | 1 | -2/+3 |
* | 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 |
* | flash: require unique flash bank name | Spencer Oliver | 2010-05-13 | 1 | -0/+8 |
* | flash: add flash bank name support | Spencer Oliver | 2010-05-13 | 1 | -24/+21 |
* | Fujitsu MBM29SL800TE flash support | Karl Kurbjun | 2010-05-11 | 2 | -0/+18 |
* | cfi: add Numonyx M29W128G reset workaround | Spencer Oliver | 2010-05-10 | 1 | -32/+35 |
* | flash: stop caching protection state | Øyvind Harboe | 2010-05-05 | 4 | -126/+31 |
* | flash: erase_address now has an unlock option | Øyvind Harboe | 2010-05-05 | 3 | -15/+37 |
* | cfi: fix error handling for protect fn | Øyvind Harboe | 2010-05-05 | 1 | -4/+4 |
* | gdb: connect will now fail if flash autoprobe fails | Øyvind Harboe | 2010-05-05 | 3 | -21/+21 |
* | flash: more flash write_image bugfixes | Øyvind Harboe | 2010-05-05 | 1 | -21/+11 |
* | str7x: improve error handling | Øyvind Harboe | 2010-05-05 | 1 | -73/+133 |
* | str71x: fix previous commit | Spencer Oliver | 2010-05-04 | 1 | -3/+4 |
* | flash: less bogus errors | Øyvind Harboe | 2010-05-04 | 7 | -8/+8 |
* | str7x: fix bogus error messages | Øyvind Harboe | 2010-05-04 | 1 | -3/+5 |
* | cfi: made som info output debug output | Øyvind Harboe | 2010-05-04 | 1 | -2/+2 |
* | STM32 flash erase timeout fix | Tobias Ringström | 2010-05-03 | 1 | -2/+2 |
* | flash: write_image would fail for certain images | Øyvind Harboe | 2010-04-29 | 1 | -14/+55 |
* | flash: write_image will now pad erase to nearest sector | Øyvind Harboe | 2010-04-29 | 1 | -8/+2 |
* | nor: remove bogus output about padding sections | Øyvind Harboe | 2010-04-28 | 1 | -1/+2 |
* | stm32x: allow flash probe on a running target | Andreas Fritiofson | 2010-04-20 | 1 | -6/+0 |
* | NOR/core bugfix: restore invariants | David Brownell | 2010-04-15 | 1 | -5/+16 |
* | 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/TMS470: review scope of symbols | Antonio Borneo | 2010-04-11 | 1 | -7/+7 |
* | NOR/CFI: review scope of functions | Antonio Borneo | 2010-04-10 | 1 | -3/+3 |