aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2009-10-02More error reporting in Cortex_a8 execute_opcodemlu
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu
2009-10-02Minor ETB and ETM bugfixes and doc updatesdbrownell
2009-10-01ARMv7A: Report fault status registers when in Abort statemlu
2009-09-30Add DSCR_DTR_RX_FULL bit definemlu
2009-09-29ARM11 command handling fixesdbrownell
2009-09-29ETM: fix build issue on MinGW.dbrownell
2009-09-29ETB: cleanup needless symbol exports and forward decls.dbrownell
2009-09-28Shrink symbols exported from arm9tdmi.c and remove a forward ref.dbrownell
2009-09-23When setting up an ETM, cache its ETM_CONFIG register. Thendbrownell
2009-09-23Start cleaning up ETM register handling. On one ARM926 ETM+ETBdbrownell
2009-09-23Initial ETM cleanups. Most of these are cosmetic:dbrownell
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-20Debug message updates:dbrownell
2009-09-19Added CPUDBG_WCR_BASE definemlu
2009-09-19Avoid cache invalidation when writing to hardware debug registersmlu
2009-09-19Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell
2009-09-18Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.cmlu
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe
2009-09-17The "arm9tdmi.c" file is more of a generic ARM9 support file:dbrownell
2009-09-16Remove unused varables (moved to armv7a)mlu
2009-09-16Use a variable armv7a->debug_base instead of hardedcoded OMAP3530_DEBUG_BASEmlu
2009-09-15Define debug_base, debug_ap, memory_ap in armv7a_common_tmlu
2009-09-15Updated mode string list.mlu
2009-09-15Definy symbolic values for VA to PA address translation operationsmlu
2009-09-14Check return values to avoid infinite wait in loop on error.mlu
2009-09-14Cache invalidation when writing to memorymlu
2009-09-13More CortexA8 debug register definitions.mlu
2009-09-13Fix argument passing in cortex_a8_write_cp.mlu
2009-09-12David Brownell <david-b@pacbell.net> oharboe
2009-09-11Nicolas Pitre <nico@cam.org> put feroceon target definition at the end so to ...oharboe
2009-09-11Nicolas Pitre <nico@cam.org> Dragonite supportoharboe
2009-09-11spelling mistakeoharboe
2009-09-11do not use dynamically sized stack arrays, not compatible with embedded OS'soharboe
2009-09-11registering a target event twice caused infinite loop. Same bug as in jtag/co...oharboe
2009-09-11Nicolas Pitre <nico@cam.org> tighten error checking in bulk_writeoharboe
2009-09-10Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte acc...oharboe
2009-09-09David Brownell <david-b@pacbell.net> oharboe
2009-09-08Report correct core instruction state for ARMv/A targetsmlu
2009-09-08Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state.mlu
2009-09-08David Brownell <david-b@pacbell.net> oharboe
2009-09-08David Brownell <david-b@pacbell.net> oharboe
2009-09-07Improved handling of instruction set state, helps for debugging Thumb state.mlu
2009-09-04Mahr, Stefan <Stefan.Mahr@sphairon.com> removes the endianness swapping in mi...oharboe
2009-09-04Matt Hsu <matt@0xlab.org> This patch simply enables the halting debug mode.oharboe
2009-09-04more debug output for breakpointsoharboe
2009-09-04Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR registeroharboe
2009-09-01- fix a regression when using cortex_m3 emulated dcc channelntfreak
2009-08-31Warning fixduane