summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - added gdb flash fixes patch mifi2008-01-0711-230/+196
* - add support for extended gdb packet R (restart), requires gdb to be started...ntfreak2007-12-291-0/+13
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-2910-363/+697
* - fixed problem when write_image is called multiple timesntfreak2007-12-201-3/+17
* - removed flash write_image - binary compare function has been moved to verif...ntfreak2007-12-206-184/+171
* - this patch allows OpenOCD running under eCos to access files via tftpmifi2007-12-192-38/+18
* - added patch by Øyvind Harboe to Intel Hex Start Segment Address Record (Ty...ntfreak2007-12-181-0/+25
* - added patch for new flash functionality like:mifi2007-12-1814-63/+263
* - only some cosmetic changes, convert \r\n to unixmifi2007-12-173-12/+12
* - fixed relocation problems with image loading. Relocation is handledmifi2007-12-171-9/+17
* - added patch to corrected argument of image_open in handle_flash_write_image...mifi2007-12-171-1/+1
* The changes allows the "script" command to be used from withinmifi2007-12-171-1/+1
* - removed some compiler warningsmifi2007-12-161-23/+30
* - change error message for image_open errormifi2007-12-161-5/+6
* - initialize num_sectors and sectors in handle_flash_bank_command.mifi2007-12-161-1/+3