aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-14-Wshadow fixesØyvind Harboe4-17/+17
2010-06-14cfi: add LOG_ERROR() in case of unsupported intel erase algorithmØyvind Harboe1-0/+3
2010-06-14flash: fix bug in error propagation of flash write_imageØyvind Harboe3-6/+3
2010-06-14helper: fix -Wshadow warning in number parsingØyvind Harboe1-6/+6
2010-06-14cfi: fix gaffe introduced in previous versionØyvind Harboe1-2/+2
2010-06-14target: fix retval gaffe in mwX commandsØyvind Harboe1-1/+1
2010-06-12TARGET: removed unused parametersAntonio Borneo7-27/+8
2010-06-12TARGET: removed unsed parameterAntonio Borneo7-25/+11
2010-06-12TARGET: fix handling return code of MMU translationAntonio Borneo6-26/+0
2010-06-12TARGET/ARM920T: fix return valueAntonio Borneo1-1/+1
2010-06-12TARGET/ARM920T: fix compile warningAntonio Borneo1-1/+1
2010-06-11flash: add error handling to get_flash_by_addr/nameØyvind Harboe3-25/+38
2010-06-11arm mmu: error propagation added for address translationØyvind Harboe7-19/+47
2010-06-11cfi: fix error propagationØyvind Harboe2-118/+341
2010-06-10jtag: added mising headerThomas Koeller1-0/+1
2010-06-09flash: add error message if image is too big for flashØyvind Harboe1-1/+5
2010-06-09flash: flash erase_address takes unsigned argumentsØyvind Harboe1-4/+4
2010-06-08zy1000: fix optimisation gaffeØyvind Harboe1-7/+30
2010-06-08zy1000: added watchdog serverØyvind Harboe1-1/+92
2010-06-08cfi: fix GDB keep alive bugØyvind Harboe1-0/+2
2010-06-08verify: display up to 128 diff'sØyvind Harboe1-11/+19
2010-06-08gdb-server: fix error reporting bugsØyvind Harboe1-24/+9
2010-06-07jtag: rename JTAG_MOVESTATE to JTAG_TLR_RESETØyvind Harboe13-14/+21
2010-06-03stm32 : change returned value of mass_erase functiongcembed1-4/+5
2010-06-03NEWS: updatesSpencer Oliver1-0/+12
2010-05-31etm: print something when trace buffer emptyJon Povey1-0/+5
2010-05-29nor: fix memory leaks during probeSpencer Oliver5-0/+30
2010-05-26flash: virtual driver update for get_flash_bank_by_name_noprobeSpencer Oliver1-2/+2
2010-05-26nor: add get_flash_bank_by_name autoprobeSpencer Oliver3-4/+32
2010-05-26cfg: add pic32 virtual banksSpencer Oliver1-0/+7
2010-05-26flash: add virtual flash bank driverSpencer Oliver4-1/+268
2010-05-26NOR/CFI: fix memory leak; check malloc return valueAntonio Borneo1-3/+48
2010-05-24There are no variants of arm7tdmi targetFreddie Chopin7-7/+7
2010-05-24All LPC2xxx chips are little endian and that cannot be changed - update confi...Freddie Chopin7-53/+8
2010-05-24add correct CPUTAPID value for LPC2129Freddie Chopin1-6/+2
2010-05-24Update "flash bank" helper comments for LPC2xxx chipsFreddie Chopin8-7/+8
2010-05-24LPC23xx and LPC24xx after reset run on internal 4MHz RC oscillator, so "flash...Freddie Chopin1-1/+1
2010-05-21at91sam9260: use RCLKØyvind Harboe1-19/+12
2010-05-21cfg: update stm32 performance stick configSpencer Oliver1-1/+8
2010-05-21arm_adi_v5: correct ahbap_debugport_init mem-ap id (bug #23)Spencer Oliver1-0/+3
2010-05-21board: dm355evm.cfg SDTIMR0/1 minor naming fixJon Povey1-1/+1
2010-05-20nand : Add Freescale iMX27 nand flash controller supportgcembed4-0/+900
2010-05-19reset: fix reset halt bugGary Carlson1-23/+59
2010-05-19target: slow targets could cause GDB to time outGary Carlson1-1/+40
2010-05-18jim: fix bug in tcl "puts"Øyvind Harboe1-9/+4
2010-05-18zy1000: fix false positive warning about unitialized local variableØyvind Harboe1-1/+1
2010-05-18at91rm9200 : reset_config should go to the board config fileMarc Pignat2-2/+3
2010-05-18NAND/davinci: Fix segfault for hwecc4_infix readsJon Povey1-12/+62
2010-05-18NAND: catch read errors when building BBTJon Povey1-1/+4
2010-05-17gdbserver: gdb cmds returning failure on successSpencer Oliver1-9/+12