aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2009-10-14Work in progress on arm11 reset. Assert srst.Øyvind Harboe1-6/+50
2009-10-14Fix problems building xscale_debug.SDavid Brownell1-0/+6
2009-10-13fix detection of PLD instructionsLennert Buytenhek1-1/+1
2009-10-13fix pass_condition() LE condition code checkLennert Buytenhek1-3/+3
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta3-14/+14
2009-10-13Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta1-1/+0
2009-10-13Fix warning.Øyvind Harboe1-1/+1
2009-10-13Delete commented out code. Add a bit of error checking.Øyvind Harboe2-45/+20
2009-10-13Propagate error from assert, deassert and halt on tcl target object.Øyvind Harboe1-5/+9
2009-10-13xscale: stackframe corruption bugfixDavid Brownell1-36/+18
2009-10-12More error propagation fixes.Øyvind Harboe2-5/+8
2009-10-12arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe1-2/+11
2009-10-12Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe1-8/+22
2009-10-12Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...Øyvind Harboe1-0/+1
2009-10-12Fix warning and improve error message upon burst transfer failureØyvind Harboe1-3/+3
2009-10-12Fix bogus 'transfer errors' with arm11 'memwrite burst enable'. A regression ...Øyvind Harboe1-5/+5
2009-10-12simplify XScale debug handler installationDavid Brownell4-42/+58
2009-10-12more xscale cleanup (mostly removing JTAG hooks)David Brownell2-88/+65
2009-10-12Merge commit 'origin/master'Øyvind Harboe3-256/+257
2009-10-12If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe2-2/+39
2009-10-11xscale_load_ic cleanupDavid Brownell1-16/+16
2009-10-11xscale.c cleanupDavid Brownell1-186/+197
2009-10-11xscale bugfix to handler loadingDavid Brownell1-2/+2
2009-10-11xscale minor cleanupDavid Brownell1-43/+31
2009-10-10printf format warning fixesDavid Brownell2-12/+14
2009-10-09ARM11 error checkingØyvind Harboe3-52/+119
2009-10-08prevent abort via polling during jtag_resetDavid Brownell1-9/+8
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe2-4/+24
2009-10-07buildfixdbrownell1-0/+1
2009-10-07Updates for "reset_config":dbrownell1-4/+11
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe1-1/+2
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe1-18/+59
2009-10-06Dragonite has the same EICE affliction as feroceon.dbrownell1-1/+2
2009-10-05Minor cleanup to ARM926 debug entry:dbrownell1-2/+6
2009-10-02It is not possible to invalidate I-Cache on memory writes while the target is...mlu1-0/+3
2009-10-02Make sure that DSCR_DTR_RX is not full before writingmlu1-0/+27
2009-10-02More error reporting in Cortex_a8 execute_opcodemlu1-0/+6
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu1-2/+2
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu1-22/+56
2009-10-02Minor ETB and ETM bugfixes and doc updatesdbrownell2-54/+82
2009-10-01ARMv7A: Report fault status registers when in Abort statemlu1-0/+23
2009-09-30Add DSCR_DTR_RX_FULL bit definemlu1-0/+1
2009-09-29ARM11 command handling fixesdbrownell1-41/+41
2009-09-29ETM: fix build issue on MinGW.dbrownell1-20/+21
2009-09-29ETB: cleanup needless symbol exports and forward decls.dbrownell2-40/+35
2009-09-28Shrink symbols exported from arm9tdmi.c and remove a forward ref.dbrownell1-35/+38
2009-09-23When setting up an ETM, cache its ETM_CONFIG register. Thendbrownell2-51/+178
2009-09-23Start cleaning up ETM register handling. On one ARM926 ETM+ETBdbrownell2-167/+176
2009-09-23Initial ETM cleanups. Most of these are cosmetic:dbrownell2-83/+113
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell11-63/+63