aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell
2009-12-01ARM: implement mrc()/mcr() as DPM opsDavid Brownell
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell
2009-12-01ARMv7-A: stop using CP15 opsDavid Brownell
2009-12-01Cortex-A8: stop using CP15 opsDavid Brownell
2009-11-30XScale: restore_context() cleanupDavid Brownell
2009-11-30XScale: context restore, cleanup/bugfixDavid Brownell
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30target: avoid using interp global variableZachary T Welch
2009-11-29XScale: clean up full_context() (#2)David Brownell
2009-11-29XScale: clean up full_context() (#1)David Brownell
2009-11-29XScale: debug entry uses new register mappingDavid Brownell
2009-11-29XScale: initial PXA3xx supportMarek Vasut
2009-11-29ARM11: fix warning on cygwinDavid Brownell
2009-11-28Cortex-M3: don't chain "struct arm" commandsDavid Brownell
2009-11-28add more stub handlers to testee targetZachary T Welch
2009-11-28explode tcl_target_func into many handlersZachary T Welch
2009-11-28split jim_target into multiple handlersZachary T Welch
2009-11-28ARM11: fix warning on amd64David Brownell
2009-11-28ARM11: fix dbgtap JTAG_DEBUGDavid Brownell
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell
2009-11-28target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell
2009-11-27Cortex-A8: support "reset-assert" eventDavid Brownell
2009-11-27target: groundwork for "reset-assert" eventDavid Brownell
2009-11-27ARM11: write_memory() avoids increment checkDavid Brownell
2009-11-26XScale: add stub {read,write}_phys routinesDavid Brownell
2009-11-25target: create and use target_name()David Brownell
2009-11-25target: target_get_name() --> target_type_name()David Brownell
2009-11-25ARM: minor armv4/armv5 cleanupDavid Brownell
2009-11-25ARM: comment tweaks in ADIv5David Brownell
2009-11-25ARM7/9: shrink run_algorithm_inner() linesDavid Brownell
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-25add 'testee' target typeZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch
2009-11-24remove register_commands from etm_capture_driverZachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24xscale: use register_commands()Zachary T Welch
2009-11-24trace: use register_commands()Zachary T Welch
2009-11-24target_request: use register_commands()Zachary T Welch
2009-11-24target: use register_commands()Zachary T Welch
2009-11-24oocd_trace: use register_commands()Zachary T Welch
2009-11-24etm_dummy: use register_commands()Zachary T Welch
2009-11-24etm: use register_commands()Zachary T Welch
2009-11-24etb: use register_commands()Zachary T Welch
2009-11-24cortex_m3: use register_commands()Zachary T Welch
2009-11-24cortex_a8: use register_commands()Zachary T Welch
2009-11-24armv7m: use register_commands()Zachary T Welch
2009-11-24armv7a: use register_commands()Zachary T Welch
2009-11-24armv4_5: use register_commands()Zachary T Welch
2009-11-24arm9tdmi: use register_commands()Zachary T Welch