| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | target: slow targets could cause GDB to time out | Gary Carlson | 2010-05-19 | 1 | -1/+40 |
* | jim: fix bug in tcl "puts" | Øyvind Harboe | 2010-05-18 | 1 | -9/+4 |
* | zy1000: fix false positive warning about unitialized local variable | Øyvind Harboe | 2010-05-18 | 1 | -1/+1 |
* | NAND/davinci: Fix segfault for hwecc4_infix reads | Jon Povey | 2010-05-18 | 1 | -12/+62 |
* | NAND: catch read errors when building BBT | Jon Povey | 2010-05-18 | 1 | -1/+4 |
* | gdbserver: gdb cmds returning failure on success | Spencer Oliver | 2010-05-17 | 1 | -9/+12 |
* | Change kb/s to KiB/s in messages about kibibytes | Jon Povey | 2010-05-16 | 3 | -11/+11 |
* | 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 |
* | missing pointer's declaration when enable macro -D_DEBUG_GDB_IO_. | Jun Ma | 2010-05-14 | 1 | -0/+3 |
* | NAND: fix first and last handling in nand_build_bbt | Jon Povey | 2010-05-14 | 1 | -3/+5 |
* | NAND: fix off-by-one error in erase command argument range | Jon Povey | 2010-05-14 | 1 | -1/+1 |
* | 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 |
* | fix instruction refilling bug when using software breakpoints on a big-endian... | Jun Ma | 2010-05-12 | 1 | -0/+1 |
* | Fujitsu MBM29SL800TE flash support | Karl Kurbjun | 2010-05-11 | 2 | -0/+18 |
* | mips32: 20 second timeout/megabyte for CRC check | Spencer Oliver | 2010-05-10 | 1 | -1/+3 |
* | armv7m: 20 second timeout/megabyte for CRC check | Spencer Oliver | 2010-05-10 | 1 | -1/+3 |
* | cfi: add Numonyx M29W128G reset workaround | Spencer Oliver | 2010-05-10 | 1 | -32/+35 |
* | server: incorrectly display socket port number | Spencer Oliver | 2010-05-06 | 1 | -1/+1 |
* | flash: stop caching protection state | Øyvind Harboe | 2010-05-05 | 5 | -139/+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 |
* | zy1000: fix tcl command to read power dropout status | Øyvind Harboe | 2010-05-05 | 1 | -3/+2 |
* | gdb: connect will now fail if flash autoprobe fails | Øyvind Harboe | 2010-05-05 | 4 | -24/+44 |
* | zy1000: fix keep_alive() bug | Øyvind Harboe | 2010-05-05 | 1 | -0/+2 |
* | Fixed bug in tcl-server | Matthias Bode | 2010-05-05 | 3 | -5/+5 |
* | command context: fix errors when running certain commands on startup | Øyvind Harboe | 2010-05-05 | 5 | -23/+30 |
* | 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 |
* | target: clean up target memory allocation error messages | Øyvind Harboe | 2010-05-04 | 2 | -3/+22 |
* | zy1000: wait for srst to deassert | Øyvind Harboe | 2010-05-04 | 1 | -13/+27 |
* | 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 |
* | xscale: add support for length arg to wp command | Mike Dunn | 2010-04-24 | 1 | -8/+51 |