aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2008-03-14added profile command. It was added to simplify evaluation by testers.oharboe1-0/+188
2008-03-13Michael Bruck: fixed warningsoharboe1-2/+2
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe3-107/+76
2008-03-13XScale excessive waiting fix.oharboe1-46/+58
2008-03-13marked infinite loop in code w/TODO and fixed warning.oharboe1-1/+2
2008-03-12fixed regression in XScale introduce in 297oharboe1-5/+4
2008-03-11With the recent changes the TRST needs to happen for every reset.oharboe1-12/+9
2008-03-11- 16 and 32 bit unaligned accesses supportedntfreak6-223/+431
2008-03-11retire unused code.oharboe1-20/+0
2008-03-11- fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe1-2/+4
2008-03-10more target scripts wip.oharboe2-0/+68
2008-03-10more target scripts wip.oharboe2-1/+15
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe4-19/+9
2008-03-10- Fixed various error handling when looking for memory leaksoharboe1-39/+44
2008-03-10added stm32.cfg to install listoharboe1-1/+1
2008-03-09- add stm32 target scriptntfreak1-0/+23
2008-03-08- added more TARGET_HALTED checks for the read/write_memory handlersntfreak2-7/+152
2008-03-08typo.oharboe1-1/+1
2008-03-07- Improves error handling upon GDB connectoharboe11-41/+32
2008-03-07- fix cross endian ELF loadingvpalatin1-3/+1
2008-03-07- The elf loader incorrectly assumed that the program header always follows t...ntfreak1-0/+9
2008-03-07Michael Bruck: fixed warningsoharboe1-0/+5
2008-03-07Edgar Grimberg, fix arm926ejs_examine_debug_reason return value.oharboe1-1/+3
2008-03-07Added some timeout handling to XScale so OpenOCD doesn't getoharboe1-23/+58
2008-03-07minor corrections for target scripts.oharboe4-78/+78
2008-03-07wi-9c target scriptsoharboe2-0/+92
2008-03-07- added str912/str710_program.scriptmifi2-0/+17
2008-03-07removed excessive debug output. Perhaps a debug_level 4 should be introduced?...oharboe1-2/+0
2008-03-06use jtag_execute_queue() instead of jtag->execute_queue()oharboe1-1/+1
2008-03-06Michael Bruck:oharboe2-7/+31
2008-03-05warnings & comments fixes.oharboe2-5/+3
2008-03-05- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe3-8/+41
2008-03-05added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2-43/+60
2008-03-05* fixed malloc corruption in target->debug_reasonoharboe2-3/+9
2008-03-04Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe1-2/+0
2008-03-04Michael Bruck - fix warnings.oharboe1-6/+3
2008-03-04Michael Bruck: fix warnings.oharboe3-7/+20
2008-03-04Michael Bruck:oharboe3-51/+77
2008-03-03- added svn prop svn:eol-style nativentfreak7-260/+260
2008-03-03I fixed all the targets even thoughoharboe9-0/+9
2008-03-03added at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_sst.cfgoharboe8-1/+263
2008-03-03some comments from Dominicoharboe1-1/+10
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe8-30/+37
2008-03-01target scripts for test suite.oharboe13-2/+196
2008-03-01fix memory corruption regression introduced in 335oharboe1-1/+2
2008-03-01- removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi1-2/+2
2008-03-01backed out jtag_add_shift()oharboe2-22/+43
2008-03-01improve DCC bulk write performance by using jtag_add_shift() + tweaked embedd...oharboe1-4/+21
2008-03-01Now uses jtag_add_shift() via embeddedice_write_reg_inner().oharboe1-39/+1
2008-02-29added an #error in case anybody tries to compile that broken code.oharboe1-0/+1