summaryrefslogtreecommitdiff
path: root/src/target/arm966e.c
Commit message (Expand)AuthorAgeFilesLines
* arm: error propagation of arm_jtag_set_instrØyvind Harboe2010-07-191-2/+6
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-2/+0
* jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe2010-03-181-4/+4
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-3/+3
* jtag: retire tap fieldØyvind Harboe2010-03-081-9/+3
* arm7/9: enable check that DCC downloads have been enabledØyvind Harboe2010-01-131-0/+1
* ARM966: help/usage updatesDavid Brownell2010-01-071-1/+11
* ARM: rename some generic routinesDavid Brownell2009-12-071-2/+2
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-0/+1
* remove target_type register_command callbackZachary T Welch2009-11-241-9/+5
* arm966e: use register_commands()Zachary T Welch2009-11-241-12/+23
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-7/+7
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-2/+2
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-3/+3
* ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell2009-11-171-3/+3
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-151-2/+3
* compile with cygwin (32-bit)Ferdinand Postema2009-11-141-4/+10
* ARM7/ARM9: use shared examine() methodDavid Brownell2009-11-131-1/+1
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* target_t -> struct targetZachary T Welch2009-11-131-5/+5
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-2/+2
* arm9tdmi_common_t -> struct arm9tdmi_commonZachary T Welch2009-11-131-1/+1
* arm966e_common_t -> struct arm966e_commonZachary T Welch2009-11-131-4/+4
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-131-3/+3
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-2/+2
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-2/+1
* ARM966 uses the new inheritance/nesting schemeDavid Brownell2009-11-051-52/+11
* ARM966: remove exports and forward declsDavid Brownell2009-11-051-58/+55
* Improve arm966e command argument parsing.Zachary T Welch2009-11-051-2/+4
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-7/+0
* Nicolas Pitre <nico@cam.org> Dragonite supportoharboe2009-09-111-3/+0
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-1/+1
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-7/+7
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-2/+2
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-3/+3
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-3/+3
* Final step in isolating target_type_s structure:zwelch2009-05-311-1/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+1
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-4/+3
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-11/+0
* David Brownell <david-b@pacbell.net> whitespace fixes. Testing out on one fil...oharboe2009-05-101-22/+4