aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-15arm_dpm: -Wshadow warning fixØyvind Harboe
2010-06-15target: -Wshdaow warning fixØyvind Harboe
2010-06-15breakpoint: -Wshadow warning fixØyvind Harboe
2010-06-15zy1000: -Wshadow warning fixØyvind Harboe
2010-06-15fileio: -Wshadow warning fixØyvind Harboe
2010-06-15jim: -Wshadow warning fixØyvind Harboe
2010-06-15jim: more jim -Wshadow fixes that should be straightforwardØyvind Harboe
2010-06-15jim: -Wshadow fixesØyvind Harboe
2010-06-14-Wshadow fixesØyvind Harboe
2010-06-14cfi: add LOG_ERROR() in case of unsupported intel erase algorithmØyvind Harboe
2010-06-14flash: fix bug in error propagation of flash write_imageØyvind Harboe
2010-06-14helper: fix -Wshadow warning in number parsingØyvind Harboe
2010-06-14cfi: fix gaffe introduced in previous versionØyvind Harboe
2010-06-14target: fix retval gaffe in mwX commandsØyvind Harboe
2010-06-12TARGET: removed unused parametersAntonio Borneo
2010-06-12TARGET: removed unsed parameterAntonio Borneo
2010-06-12TARGET: fix handling return code of MMU translationAntonio Borneo
2010-06-12TARGET/ARM920T: fix return valueAntonio Borneo
2010-06-12TARGET/ARM920T: fix compile warningAntonio Borneo
2010-06-11flash: add error handling to get_flash_by_addr/nameØyvind Harboe
2010-06-11arm mmu: error propagation added for address translationØyvind Harboe
2010-06-11cfi: fix error propagationØyvind Harboe
2010-06-10jtag: added mising headerThomas Koeller
2010-06-09flash: add error message if image is too big for flashØyvind Harboe
2010-06-09flash: flash erase_address takes unsigned argumentsØyvind Harboe
2010-06-08zy1000: fix optimisation gaffeØyvind Harboe
2010-06-08zy1000: added watchdog serverØyvind Harboe
2010-06-08cfi: fix GDB keep alive bugØyvind Harboe
2010-06-08verify: display up to 128 diff'sØyvind Harboe
2010-06-08gdb-server: fix error reporting bugsØyvind Harboe
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe
2010-06-03stm32 : change returned value of mass_erase functiongcembed
2010-05-31etm: print something when trace buffer emptyJon Povey
2010-05-29nor: fix memory leaks during probeSpencer Oliver
2010-05-26flash: virtual driver update for get_flash_bank_by_name_noprobeSpencer Oliver
2010-05-26nor: add get_flash_bank_by_name autoprobeSpencer Oliver
2010-05-26flash: add virtual flash bank driverSpencer Oliver
2010-05-26NOR/CFI: fix memory leak; check malloc return valueAntonio Borneo
2010-05-21arm_adi_v5: correct ahbap_debugport_init mem-ap id (bug #23)Spencer Oliver
2010-05-20nand : Add Freescale iMX27 nand flash controller supportgcembed
2010-05-19target: slow targets could cause GDB to time outGary Carlson
2010-05-18jim: fix bug in tcl "puts"Øyvind Harboe
2010-05-18zy1000: fix false positive warning about unitialized local variableØyvind Harboe
2010-05-18NAND/davinci: Fix segfault for hwecc4_infix readsJon Povey
2010-05-18NAND: catch read errors when building BBTJon Povey
2010-05-17gdbserver: gdb cmds returning failure on successSpencer Oliver
2010-05-16Change kb/s to KiB/s in messages about kibibytesJon Povey
2010-05-16NOR/CFI: minor code cleanupAntonio Borneo
2010-05-16NOR/CFI: add cfi_read() implementationAntonio Borneo
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo