| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | NOR/STR7X: review scope of data | Antonio Borneo | 2010-04-10 | 1 | -2/+2 |
* | NOR/ADUC702X: review scope of data | Antonio Borneo | 2010-04-10 | 1 | -1/+1 |
* | NOR/AVRF: review scope of data | Antonio Borneo | 2010-04-10 | 1 | -1/+1 |
* | NOR/CORE: review scope of data | Antonio Borneo | 2010-04-10 | 1 | -1/+1 |
* | NOR/DRIVERS: review scope of functions | Antonio Borneo | 2010-04-10 | 1 | -1/+1 |
* | STR9XPEC: review scope of functions | Antonio Borneo | 2010-04-10 | 1 | -1/+1 |
* | TCL: review scope of functions | Antonio Borneo | 2010-04-10 | 2 | -3/+1 |
* | NOR TCL: fix usage message | Antonio Borneo | 2010-03-26 | 1 | -1/+1 |
* | change %x and %d to PRIx32 and PRId32 where needed for cygwin | Daniel Bäder | 2010-03-25 | 1 | -1/+1 |
* | jtag: move towards making out_value const | Øyvind Harboe | 2010-03-20 | 1 | -3/+4 |
* | PIC32MX: add unlock cmd | Spencer Oliver | 2010-03-18 | 1 | -0/+75 |
* | jtag: cut down on usage of unintended modification of global end state | Øyvind Harboe | 2010-03-18 | 1 | -13/+13 |
* | image loading: fix problem with offsets > 0x80000000 | Bradey Honsinger | 2010-03-16 | 1 | -1/+1 |
* | PIC32: add flash algorithm support | Spencer Oliver | 2010-03-10 | 2 | -468/+227 |
* | STM32: flash loader cleanup | Spencer Oliver | 2010-03-10 | 1 | -12/+25 |
* | STR7: flash loader cleanup | Spencer Oliver | 2010-03-10 | 1 | -14/+30 |
* | STR9: flash loader cleanup | Spencer Oliver | 2010-03-10 | 2 | -8/+19 |