| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cleanup: nuke trailling whitespaces | Yauheni Kaliuta | 2009-10-13 | 3 | -14/+14 |
* | Do not replace virt2phys with the default one if it was assigned | Yauheni Kaliuta | 2009-10-13 | 1 | -1/+0 |
* | Fix warning. | Øyvind Harboe | 2009-10-13 | 1 | -1/+1 |
* | Delete commented out code. Add a bit of error checking. | Øyvind Harboe | 2009-10-13 | 2 | -45/+20 |
* | Propagate error from assert, deassert and halt on tcl target object. | Øyvind Harboe | 2009-10-13 | 1 | -5/+9 |
* | xscale: stackframe corruption bugfix | David Brownell | 2009-10-13 | 1 | -36/+18 |
* | More error propagation fixes. | Øyvind Harboe | 2009-10-12 | 2 | -5/+8 |
* | arm11 burst writes are now only enabled for writes larger than 1 word. Single... | Øyvind Harboe | 2009-10-12 | 1 | -2/+11 |
* | Retire arm11 no_increment. Intended for future expansion to read/write to por... | Øyvind Harboe | 2009-10-12 | 1 | -8/+22 |
* | Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou... | Øyvind Harboe | 2009-10-12 | 1 | -0/+1 |
* | Fix warning and improve error message upon burst transfer failure | Øyvind Harboe | 2009-10-12 | 1 | -3/+3 |
* | Fix bogus 'transfer errors' with arm11 'memwrite burst enable'. A regression ... | Øyvind Harboe | 2009-10-12 | 1 | -5/+5 |
* | simplify XScale debug handler installation | David Brownell | 2009-10-12 | 4 | -42/+58 |
* | more xscale cleanup (mostly removing JTAG hooks) | David Brownell | 2009-10-12 | 2 | -88/+65 |
* | Merge commit 'origin/master' | Øyvind Harboe | 2009-10-12 | 3 | -256/+257 |
|\ |
|
| * | xscale_load_ic cleanup | David Brownell | 2009-10-11 | 1 | -16/+16 |
| * | xscale.c cleanup | David Brownell | 2009-10-11 | 1 | -186/+197 |
| * | xscale bugfix to handler loading | David Brownell | 2009-10-11 | 1 | -2/+2 |
| * | xscale minor cleanup | David Brownell | 2009-10-11 | 1 | -43/+31 |
| * | printf format warning fixes | David Brownell | 2009-10-10 | 2 | -12/+14 |
* | | If halt times out, stop GDB. Allows e.g. manual reset via monitor commands. | Øyvind Harboe | 2009-10-12 | 2 | -2/+39 |
|/ |
|
* | ARM11 error checking | Øyvind Harboe | 2009-10-09 | 3 | -52/+119 |
* | prevent abort via polling during jtag_reset | David Brownell | 2009-10-08 | 1 | -9/+8 |
* | Stop GDB when polling fails, srst assert or powerdropout is detected | Øyvind Harboe | 2009-10-08 | 2 | -4/+24 |
* | buildfix | dbrownell | 2009-10-07 | 1 | -0/+1 |
* | Updates for "reset_config": | dbrownell | 2009-10-07 | 1 | -4/+11 |
* | add timeouts and fix syntax error handling of mrc/mcr commands. | oharboe | 2009-10-07 | 1 | -1/+2 |
* | add timeouts and fix syntax error handling of mrc/mcr commands. | oharboe | 2009-10-07 | 1 | -18/+59 |
* | Dragonite has the same EICE affliction as feroceon. | dbrownell | 2009-10-06 | 1 | -1/+2 |
* | Minor cleanup to ARM926 debug entry: | dbrownell | 2009-10-05 | 1 | -2/+6 |
* | It is not possible to invalidate I-Cache on memory writes while the target is... | mlu | 2009-10-02 | 1 | -0/+3 |
* | Make sure that DSCR_DTR_RX is not full before writing | mlu | 2009-10-02 | 1 | -0/+27 |
* | More error reporting in Cortex_a8 execute_opcode | mlu | 2009-10-02 | 1 | -0/+6 |
* | Added asser_reset and deassert_reset for cortex_a8 | mlu | 2009-10-02 | 1 | -2/+2 |
* | Added asser_reset and deassert_reset for cortex_a8 | mlu | 2009-10-02 | 1 | -22/+56 |
* | Minor ETB and ETM bugfixes and doc updates | dbrownell | 2009-10-02 | 2 | -54/+82 |
* | ARMv7A: Report fault status registers when in Abort state | mlu | 2009-10-01 | 1 | -0/+23 |
* | Add DSCR_DTR_RX_FULL bit define | mlu | 2009-09-30 | 1 | -0/+1 |
* | ARM11 command handling fixes | dbrownell | 2009-09-29 | 1 | -41/+41 |
* | ETM: fix build issue on MinGW. | dbrownell | 2009-09-29 | 1 | -20/+21 |
* | ETB: cleanup needless symbol exports and forward decls. | dbrownell | 2009-09-29 | 2 | -40/+35 |
* | Shrink symbols exported from arm9tdmi.c and remove a forward ref. | dbrownell | 2009-09-28 | 1 | -35/+38 |
* | When setting up an ETM, cache its ETM_CONFIG register. Then | dbrownell | 2009-09-23 | 2 | -51/+178 |
* | Start cleaning up ETM register handling. On one ARM926 ETM+ETB | dbrownell | 2009-09-23 | 2 | -167/+176 |
* | Initial ETM cleanups. Most of these are cosmetic: | dbrownell | 2009-09-23 | 2 | -83/+113 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 11 | -63/+63 |
* | Debug message updates: | dbrownell | 2009-09-20 | 1 | -12/+1 |
* | Added CPUDBG_WCR_BASE define | mlu | 2009-09-19 | 1 | -0/+1 |
* | Avoid cache invalidation when writing to hardware debug registers | mlu | 2009-09-19 | 1 | -4/+19 |
* | Minor behavior fixes for the two JTAG reset events (C/internal, | dbrownell | 2009-09-19 | 1 | -1/+2 |