summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* - arg list now correctly released on error. Thanks Øyvind Harboentfreak2008-02-181-0/+1
* - fix broken JTAG error handlingntfreak2008-02-182-26/+29
* - removed a raft of unecessary exit() calls. Issuing a reset will solve these...ntfreak2008-02-181-20/+38
* - add new non-cfi SST flash device. Thanks Øyvind Harboentfreak2008-02-182-1/+19
* - Added a "User:" debug level. These are messages that are intended for the u...ntfreak2008-02-184-99/+62
* - combine similar functions in telnet_server.cntfreak2008-02-173-13/+5
* - solve lots of problems with stuck GDB connections, making it impossible to ...ntfreak2008-02-162-99/+183
* - cleanup and remove time() warningntfreak2008-02-162-28/+25
* - fix issue with telnet prompt while gdb runningntfreak2008-02-162-6/+15
* - fix xscale memory leak and warnings. Thanks Øyvind Harboentfreak2008-02-151-3/+3
* - fix programming issue with lpc2101/2ntfreak2008-02-142-4/+13
* - added patch to stop DEBUG messages to be forwarded to telnet/gdb.mifi2008-02-141-6/+15
* - added check for revA silicon in stm32 flash driverntfreak2008-02-141-0/+9
* - added patch to Improving progress/error output for telnet & GDB monitormifi2008-02-135-41/+158
* - add autoprobe support to flash info commandntfreak2008-02-121-3/+5
* - removed "starting point" for ngw100, will add it again if it is workingmifi2008-02-112-35/+1
* - telnet prompt behaves correctly for new synchronous halt/resume/reset commandsntfreak2008-02-113-22/+3
* - added starting point for development on a ngw100 eval boardmifi2008-02-102-1/+35
* - stm32 flash driver now checks for correct targetntfreak2008-02-101-0/+11
* - add autoprobe support to the stm32 flash driverntfreak2008-02-102-44/+38
* - added patch to change pathmove handlingmifi2008-02-1010-63/+11
* - added synchronous wait/resume patch. Thanks Øyvind Harboentfreak2008-02-091-23/+36
* - added synchronous reset patch, Thanks Øyvind Harboentfreak2008-02-073-8/+86
* - added patch to access cp15 register (XScale)mifi2008-02-061-0/+92
* - added patch to solve problem with AT91SAM9260 (dirty register)mifi2008-02-064-32/+32
* - fixes issue with reset and arm926ejs core. Thanks Øyvind Harboentfreak2008-02-041-7/+7
* Added patch to stop SEGFAULT with missing jtag config lines. Thanks Øyvind H...ntfreak2008-02-041-2/+3
* - added patch to solve the reset problem with arm9 and cortex which Spen had ...mifi2008-02-021-17/+1
* - added autoprobe functionalitymifi2008-01-2716-1335/+1455
* fixed incorrect elf segment size - Thanks Øyvind Harboentfreak2008-01-252-3/+4
* - added patch to check some malloc problems.mifi2008-01-241-4/+14
* Updated list of LMI partnamesmlu2008-01-231-27/+99
* - added patch to fix crash in load_image on corrupt elf file or out of memory.mifi2008-01-231-0/+5
* - added patch to fix brocken STR9 linemifi2008-01-221-10/+15
* - Eleminated leading tabs/white spacebodylove2008-01-212-108/+111
* - Eleminated leading tabs/white spacebodylove2008-01-211-14/+14
* - Eleminated leading tabs/white spacebodylove2008-01-211-4/+4
* - updated docs for cfi command, added missing ft2232_layout namesntfreak2008-01-211-4/+4
* - added patch "remove error handler as planned"mifi2008-01-2013-130/+64
* - add support for cortex_m3 target_request debugmsgsntfreak2008-01-177-15/+123
* - add missing files from previous commit (tms470 flash driver)ntfreak2008-01-175-18/+1349
* - fixed 'make distcheck' (thanks to Theodore A. Roth for this patchdrath2008-01-171-2/+2
* - added tms470 flash support (thanks to Chris Kilgour for this patch)drath2008-01-172-2/+4
* - use correct SCAN_N check value (disabled by default)drath2008-01-141-1/+1
* - debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2008-01-113-27/+32
* - fix gdb packet retransmission omissionntfreak2008-01-101-1/+2
* - _DEBUG_GDB_IO_ was left on by mistakentfreak2008-01-101-1/+1
* - added faster gdb packet handling (thanks to oyvind harboe for the patch)ntfreak2008-01-102-14/+78
* - added patch for faster start of OpenOCDmifi2008-01-102-3/+16
* - rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak2008-01-094-40/+56