aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-24arm9tdmi: use register_commands()Zachary T Welch1-12/+21
2009-11-24arm966e: use register_commands()Zachary T Welch1-12/+23
2009-11-24arm926ejs: use register_commands()Zachary T Welch1-14/+22
2009-11-24arm920t: use register_commands()Zachary T Welch1-27/+47
2009-11-24arm7_9_common: use register_commands()Zachary T Welch1-20/+37
2009-11-24arm720t: use register_commands()Zachary T Welch1-15/+23
2009-11-24arm11: use register_commands()Zachary T Welch1-35/+62
2009-11-24use COMMAND_REGISTER macroZachary T Welch20-114/+114
2009-11-24improve startup tcl scriptsZachary T Welch1-15/+3
2009-11-24Cortex-A8: avoid DSCR readsDavid Brownell1-48/+103
2009-11-24Cortex-A8: hook up DPMDavid Brownell1-323/+35
2009-11-24Cortex-A8: implement DPMDavid Brownell4-9/+176
2009-11-24Cortex-A8: minor cleanupDavid Brownell2-26/+35
2009-11-24ARM11: remove old R0..R15/CPSR codeDavid Brownell2-196/+74
2009-11-24ARM11: use standard run_algorithm()David Brownell1-172/+5
2009-11-24ARM11: use standard single step simulationDavid Brownell1-97/+31
2009-11-24ARM11: partial support for standard ARM register interfaces.David Brownell1-35/+31
2009-11-24ARM11: remove register "history" debug stuffDavid Brownell2-59/+0
2009-11-24ARM11: implement provider for new DPM interfaceDavid Brownell3-0/+80