Zachary T Welch
f74e2e033a
remove register_commands from etm_capture_driver
...
Converts callback to an array of command_registration records.
Moves oocd_trace driver definition to end of file to eliminate
useless forward declaration.
2009-11-24 21:37:36 -08:00
Zachary T Welch
66ee303456
remove target_type register_command callback
...
Uses chaining of command_registration structures to eliminate all
target_type register_callback routines. Exports the command_handler
registration arrays for those target types that are used by others.
2009-11-24 21:37:36 -08:00
Zachary T Welch
144e3678bd
xscale: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
8a41656391
trace: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
5f6962b34f
target_request: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
4e67912fb0
target: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
c3800b5e67
oocd_trace: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
a17caa387c
etm_dummy: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
dd063d9914
etm: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
8161fd3163
etb: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
97fbd793b3
cortex_m3: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
28300bbf6f
cortex_a8: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
df95fe25a4
armv7m: use register_commands()
2009-11-24 21:37:36 -08:00
Zachary T Welch
d79176e1bc
armv7a: use register_commands()
2009-11-24 21:37:35 -08:00
Zachary T Welch
84c03168a5
armv4_5: use register_commands()
2009-11-24 21:37:35 -08:00
Zachary T Welch
d1eca9a74c
arm9tdmi: use register_commands()
2009-11-24 21:37:35 -08:00
Zachary T Welch
69908ddbd0
arm966e: use register_commands()
2009-11-24 21:37:35 -08:00
Zachary T Welch
11061486b5
arm926ejs: use register_commands()
2009-11-24 21:37:35 -08:00
Zachary T Welch
509fe82b07
arm920t: use register_commands()
2009-11-24 21:37:35 -08:00
Zachary T Welch
e232dea176
arm7_9_common: use register_commands()
2009-11-24 21:37:35 -08:00
Zachary T Welch
e905fe6e75
arm720t: use register_commands()
2009-11-24 21:37:35 -08:00
Zachary T Welch
b40f265f9c
arm11: use register_commands()
2009-11-24 21:37:35 -08:00
Zachary T Welch
90d09e35e4
remove nand_controller->register_callbacks
...
Replace flash_driver callback with pointer to command_registration.
Eliminates all related routines and allows drivers to omit commands.
2009-11-24 21:37:35 -08:00
Zachary T Welch
ad090413a8
remove flash_driver->register_callbacks
...
Replace flash_driver callback with pointer to command_registration.
Eliminates all related routines and allows drivers to omit commands.
2009-11-24 21:37:35 -08:00
Zachary T Welch
6b9bb584a5
tms470: use register_commands()
2009-11-24 21:37:35 -08:00