aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2009-12-01ARM11: remove previous mcr()/mrc() methodsDavid Brownell1-75/+0
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell2-104/+1
2009-12-01ARM: implement mrc()/mcr() as DPM opsDavid Brownell1-0/+59
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell9-218/+228
2009-12-01ARMv7-A: stop using CP15 opsDavid Brownell1-5/+36
2009-12-01Cortex-A8: stop using CP15 opsDavid Brownell1-16/+53
2009-11-30XScale: restore_context() cleanupDavid Brownell1-38/+30
2009-11-30XScale: context restore, cleanup/bugfixDavid Brownell1-15/+29
2009-11-30do not extern 'interp' from command.cZachary T Welch2-5/+7
2009-11-30target: avoid using interp global variableZachary T Welch2-9/+11
2009-11-29XScale: clean up full_context() (#2)David Brownell1-39/+30
2009-11-29XScale: clean up full_context() (#1)David Brownell1-17/+32
2009-11-29XScale: debug entry uses new register mappingDavid Brownell1-9/+10
2009-11-29XScale: initial PXA3xx supportMarek Vasut2-11/+39
2009-11-29ARM11: fix warning on cygwinDavid Brownell1-9/+22
2009-11-28Cortex-M3: don't chain "struct arm" commandsDavid Brownell1-3/+0
2009-11-28add more stub handlers to testee targetZachary T Welch1-2/+22
2009-11-28explode tcl_target_func into many handlersZachary T Welch1-387/+521
2009-11-28split jim_target into multiple handlersZachary T Welch1-109/+137
2009-11-28ARM11: fix warning on amd64David Brownell1-1/+4
2009-11-28ARM11: fix dbgtap JTAG_DEBUGDavid Brownell1-2/+2
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell6-38/+23
2009-11-28target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell1-2/+0
2009-11-27Cortex-A8: support "reset-assert" eventDavid Brownell1-5/+28
2009-11-27target: groundwork for "reset-assert" eventDavid Brownell2-3/+21
2009-11-27ARM11: write_memory() avoids increment checkDavid Brownell1-9/+19
2009-11-26XScale: add stub {read,write}_phys routinesDavid Brownell1-0/+20
2009-11-25target: create and use target_name()David Brownell4-19/+29
2009-11-25target: target_get_name() --> target_type_name()David Brownell6-15/+24
2009-11-25ARM: minor armv4/armv5 cleanupDavid Brownell1-1/+12
2009-11-25ARM: comment tweaks in ADIv5David Brownell1-2/+5
2009-11-25ARM7/9: shrink run_algorithm_inner() linesDavid Brownell1-2/+10
2009-11-25use ARRAY_SIZE macroZachary T Welch5-24/+24
2009-11-25add 'testee' target typeZachary T Welch3-1/+52
2009-11-24add jim_handler to command_registrationZachary T Welch1-23/+45
2009-11-24remove register_commands from etm_capture_driverZachary T Welch5-31/+17
2009-11-24remove target_type register_command callbackZachary T Welch31-149/+89
2009-11-24xscale: use register_commands()Zachary T Welch1-23/+107
2009-11-24trace: use register_commands()Zachary T Welch1-10/+29
2009-11-24target_request: use register_commands()Zachary T Welch1-8/+21
2009-11-24target: use register_commands()Zachary T Welch1-104/+201
2009-11-24oocd_trace: use register_commands()Zachary T Welch1-10/+32
2009-11-24etm_dummy: use register_commands()Zachary T Welch1-7/+20
2009-11-24etm: use register_commands()Zachary T Welch1-37/+89
2009-11-24etb: use register_commands()Zachary T Welch1-8/+20
2009-11-24cortex_m3: use register_commands()Zachary T Welch1-19/+36
2009-11-24cortex_a8: use register_commands()Zachary T Welch1-17/+25
2009-11-24armv7m: use register_commands()Zachary T Welch1-28/+48
2009-11-24armv7a: use register_commands()Zachary T Welch1-27/+48
2009-11-24armv4_5: use register_commands()Zachary T Welch1-18/+34