| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | flash: fix bug in error propagation of flash write_image | Øyvind Harboe | 2010-06-14 | 3 | -6/+3 |
* | helper: fix -Wshadow warning in number parsing | Øyvind Harboe | 2010-06-14 | 1 | -6/+6 |
* | cfi: fix gaffe introduced in previous version | Øyvind Harboe | 2010-06-14 | 1 | -2/+2 |
* | target: fix retval gaffe in mwX commands | Øyvind Harboe | 2010-06-14 | 1 | -1/+1 |
* | TARGET: removed unused parameters | Antonio Borneo | 2010-06-12 | 7 | -27/+8 |
* | TARGET: removed unsed parameter | Antonio Borneo | 2010-06-12 | 7 | -25/+11 |
* | TARGET: fix handling return code of MMU translation | Antonio Borneo | 2010-06-12 | 6 | -26/+0 |
* | TARGET/ARM920T: fix return value | Antonio Borneo | 2010-06-12 | 1 | -1/+1 |
* | TARGET/ARM920T: fix compile warning | Antonio Borneo | 2010-06-12 | 1 | -1/+1 |
* | flash: add error handling to get_flash_by_addr/name | Øyvind Harboe | 2010-06-11 | 3 | -25/+38 |
* | arm mmu: error propagation added for address translation | Øyvind Harboe | 2010-06-11 | 7 | -19/+47 |
* | cfi: fix error propagation | Øyvind Harboe | 2010-06-11 | 2 | -118/+341 |
* | jtag: added mising header | Thomas Koeller | 2010-06-10 | 1 | -0/+1 |
* | 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 |
* | zy1000: fix optimisation gaffe | Øyvind Harboe | 2010-06-08 | 1 | -7/+30 |
* | zy1000: added watchdog server | Øyvind Harboe | 2010-06-08 | 1 | -1/+92 |
* | cfi: fix GDB keep alive bug | Øyvind Harboe | 2010-06-08 | 1 | -0/+2 |
* | verify: display up to 128 diff's | Øyvind Harboe | 2010-06-08 | 1 | -11/+19 |
* | gdb-server: fix error reporting bugs | Øyvind Harboe | 2010-06-08 | 1 | -24/+9 |
* | jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESET | Øyvind Harboe | 2010-06-07 | 13 | -14/+21 |
* | stm32 : change returned value of mass_erase function | gcembed | 2010-06-03 | 1 | -4/+5 |
* | etm: print something when trace buffer empty | Jon Povey | 2010-05-31 | 1 | -0/+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 |
* | arm_adi_v5: correct ahbap_debugport_init mem-ap id (bug #23) | Spencer Oliver | 2010-05-21 | 1 | -0/+3 |
* | nand : Add Freescale iMX27 nand flash controller support | gcembed | 2010-05-20 | 4 | -0/+900 |
* | 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 |