summaryrefslogtreecommitdiff
path: root/src/target/xscale.c
Commit message (Expand)AuthorAgeFilesLines
* retired fast_memory_access. It's always fast now.oharboe2008-04-141-124/+37
* TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe2008-04-141-9/+0
* Improved XScale performance for embedded hosted OpenOCDoharboe2008-04-111-35/+36
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-1/+1
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-10/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-102/+102
* XScale excessive waiting fix.oharboe2008-03-131-46/+58
* fixed regression in XScale introduce in 297oharboe2008-03-121-5/+4
* With the recent changes the TRST needs to happen for every reset.oharboe2008-03-111-12/+9
* retire unused code.oharboe2008-03-111-20/+0
* - Improves error handling upon GDB connectoharboe2008-03-071-1/+1
* Added some timeout handling to XScale so OpenOCD doesn't getoharboe2008-03-071-23/+58
* warnings & comments fixes.oharboe2008-03-051-1/+1
* I fixed all the targets even thoughoharboe2008-03-031-0/+1
* fix memory corruption regression introduced in 335oharboe2008-03-011-1/+2
* fixed stack corruption. Introduced when _check_value was phased out.oharboe2008-02-291-3/+6
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-40/+39
* - convert all files to unix line-endingdrath2008-02-251-3799/+3799
* From Michael Bruckoharboe2008-02-251-3799/+3799
* - added "xscale fast_memory_access" which speeds up memoryoharboe2008-02-241-8/+76
* - fixed target->type->poll() return valueoharboe2008-02-241-26/+24
* - Fixed bug in pathmove for XScalentfreak2008-02-191-28/+42
* - removed a raft of unecessary exit() calls. Issuing a reset will solve these...ntfreak2008-02-181-20/+38
* - fix xscale memory leak and warnings. Thanks Øyvind Harboentfreak2008-02-151-3/+3
* - added patch to access cp15 register (XScale)mifi2008-02-061-0/+92
* - Eleminated leading tabs/white spacebodylove2008-01-211-14/+14
* - debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2008-01-111-0/+2
* - added gdb flash fixes patch mifi2008-01-071-53/+26
* - XScale DebugHandler code is now installed intobodylove2007-12-101-493/+494
* - add verify_image commandntfreak2007-10-221-1/+8
* - correctly initialize start address for XScale trace buffer decodes in fill-...drath2007-08-211-0/+13
* - renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code fo...drath2007-08-171-4/+49
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+4
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-281-111/+478
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-211-60/+70
* - added mingw elf patches from Vincent Palatinntfreak2007-06-161-0/+4
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-12/+12
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-161-0/+8
* - merged XScale branch back into trunkdrath2007-03-281-0/+3175