summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* - armv7m control register now set as dirty when switching contextntfreak2008-03-213-23/+15
* added profile command. It was added to simplify evaluation by testers.oharboe2008-03-141-0/+188
* Michael Bruck: fixed warningsoharboe2008-03-131-2/+2
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-133-107/+76
* XScale excessive waiting fix.oharboe2008-03-131-46/+58
* marked infinite loop in code w/TODO and fixed warning.oharboe2008-03-131-1/+2
* 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
* - 16 and 32 bit unaligned accesses supportedntfreak2008-03-116-223/+431
* retire unused code.oharboe2008-03-111-20/+0
* - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe2008-03-111-2/+4
* more target scripts wip.oharboe2008-03-102-0/+68
* more target scripts wip.oharboe2008-03-102-1/+15
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-104-19/+9
* - Fixed various error handling when looking for memory leaksoharboe2008-03-101-39/+44
* added stm32.cfg to install listoharboe2008-03-101-1/+1
* - add stm32 target scriptntfreak2008-03-091-0/+23
* - added more TARGET_HALTED checks for the read/write_memory handlersntfreak2008-03-082-7/+152
* typo.oharboe2008-03-081-1/+1
* - Improves error handling upon GDB connectoharboe2008-03-0711-41/+32
* - fix cross endian ELF loadingvpalatin2008-03-071-3/+1
* - The elf loader incorrectly assumed that the program header always follows t...ntfreak2008-03-071-0/+9
* Michael Bruck: fixed warningsoharboe2008-03-071-0/+5
* Edgar Grimberg, fix arm926ejs_examine_debug_reason return value.oharboe2008-03-071-1/+3
* Added some timeout handling to XScale so OpenOCD doesn't getoharboe2008-03-071-23/+58
* minor corrections for target scripts.oharboe2008-03-074-78/+78
* wi-9c target scriptsoharboe2008-03-072-0/+92
* - added str912/str710_program.scriptmifi2008-03-072-0/+17
* removed excessive debug output. Perhaps a debug_level 4 should be introduced?...oharboe2008-03-071-2/+0
* use jtag_execute_queue() instead of jtag->execute_queue()oharboe2008-03-061-1/+1
* Michael Bruck:oharboe2008-03-062-7/+31
* warnings & comments fixes.oharboe2008-03-052-5/+3
* - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2008-03-053-8/+41
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-052-43/+60
* * fixed malloc corruption in target->debug_reasonoharboe2008-03-052-3/+9
* Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe2008-03-041-2/+0
* Michael Bruck - fix warnings.oharboe2008-03-041-6/+3
* Michael Bruck: fix warnings.oharboe2008-03-043-7/+20
* Michael Bruck:oharboe2008-03-043-51/+77
* - added svn prop svn:eol-style nativentfreak2008-03-037-260/+260
* I fixed all the targets even thoughoharboe2008-03-039-0/+9
* added at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_sst.cfgoharboe2008-03-038-1/+263
* some comments from Dominicoharboe2008-03-031-1/+10
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-028-30/+37
* target scripts for test suite.oharboe2008-03-0113-2/+196
* fix memory corruption regression introduced in 335oharboe2008-03-011-1/+2
* - removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi2008-03-011-2/+2
* backed out jtag_add_shift()oharboe2008-03-012-22/+43
* improve DCC bulk write performance by using jtag_add_shift() + tweaked embedd...oharboe2008-03-011-4/+21
* Now uses jtag_add_shift() via embeddedice_write_reg_inner().oharboe2008-03-011-39/+1