aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-24remove target_type register_command callbackZachary T Welch
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-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
2009-11-24arm966e: use register_commands()Zachary T Welch
2009-11-24arm926ejs: use register_commands()Zachary T Welch
2009-11-24arm920t: use register_commands()Zachary T Welch
2009-11-24arm7_9_common: use register_commands()Zachary T Welch
2009-11-24arm720t: use register_commands()Zachary T Welch
2009-11-24arm11: use register_commands()Zachary T Welch
2009-11-24remove nand_controller->register_callbacksZachary T Welch
Replace flash_driver callback with pointer to command_registration. Eliminates all related routines and allows drivers to omit commands.
2009-11-24remove flash_driver->register_callbacksZachary T Welch
Replace flash_driver callback with pointer to command_registration. Eliminates all related routines and allows drivers to omit commands.
2009-11-24tms470: use register_commands()Zachary T Welch
2009-11-24str9xpec: use register_commands()Zachary T Welch
2009-11-24str9x: use register_commands()Zachary T Welch
2009-11-24str7x: use register_commands()Zachary T Welch
2009-11-24stm32x: use register_commands()Zachary T Welch
2009-11-24stellaris: use register_commands()Zachary T Welch
2009-11-24pic32mx: use register_commands()Zachary T Welch
2009-11-24nand: use register_commands()Zachary T Welch
Eliminates 'nand_cmd' global variable.
2009-11-24mflash: use register_commands()Zachary T Welch
2009-11-24lpc3180_nand_controller: use register_commands()Zachary T Welch
2009-11-24lpc2900: use register_commands()Zachary T Welch
2009-11-24lpc2000: use register_commands()Zachary T Welch
2009-11-24flash: use register_commands()Zachary T Welch
Eliminates 'flash_cmd' global variable.
2009-11-24ecos: use register_commands()Zachary T Welch
2009-11-24cfi: use register_commands()Zachary T Welch
2009-11-24avrf: use register_commands()Zachary T Welch
2009-11-24at91sam7: use register_commands()Zachary T Welch
2009-11-24at91sam3: use register_commands()Zachary T Welch
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch
Changes the jtag_interface->register_callbacks field to a list of commands to be registered. Changes callback to invocation of register_commands() with that command registration list. Removes all JTAG interface driver register_command callback functions, which the previous commits had converted into identical calls.
2009-11-24vsllink: use register_commands()Zachary T Welch
Use register_commands() with command registration array.
2009-11-24jtag: use register_commands()Zachary T Welch
Use register commands with command registration array.
2009-11-24presto: use register_commands()Zachary T Welch
Use register_commands() with command registration array.
2009-11-24parport: use register_commands()Zachary T Welch
Use register_commands() with a command registration array.
2009-11-24jlink: use register_commands()Zachary T Welch
Use register_commands() with command registration array.
2009-11-24gw16012: use register_commands()Zachary T Welch
Use register_commands() with command registration array.
2009-11-24ft2232: use register_commands()Zachary T Welch
Use register_commands() with a command registration array.
2009-11-24at91rm9200: use register_commands()Zachary T Welch
Use register_commands() with command registration array. --- This module was broken by previous changes, but no one has complained. Are there still users for this modules?