summaryrefslogtreecommitdiff
path: root/src/target/feroceon.c
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-1/+1
* arm_jtag_scann error propagation fixesØyvind Harboe2010-07-201-1/+3
* arm: error propagation of arm_jtag_set_instrØyvind Harboe2010-07-191-1/+4
* target/feroceon: review scope of symbolsAntonio Borneo2010-06-211-23/+32
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-1/+0
* jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe2010-03-181-2/+2
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-2/+2
* jtag: retire tap fieldØyvind Harboe2010-03-081-4/+1
* ARM: keep a handle to the PCDavid Brownell2010-02-211-5/+5
* ARM: rename some generic routinesDavid Brownell2009-12-071-3/+3
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-0/+1
* ARM: rename armv4_5_state_* as arm_state_*David Brownell2009-12-041-1/+1
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-1/+1
* remove target_type register_command callbackZachary T Welch2009-11-241-2/+2
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+2
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-151-4/+6
* ARM7/ARM9: use shared examine() methodDavid Brownell2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-22/+22
* reg_t -> struct regZachary T Welch2009-11-131-1/+1
* target_type_t -> struct target_typeZachary T Welch2009-11-131-2/+2
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-18/+18
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-12/+12
* arm966e_common_t -> struct arm966e_commonZachary T Welch2009-11-131-1/+1
* arm926ejs_common_t -> struct arm926ejs_commonZachary T Welch2009-11-131-1/+1
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-131-18/+18
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-1/+1
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-7/+0
* Ferocion: fix corruption of r0 when resuming Thumb modeNicolas Pitre2009-10-221-2/+1
* Nicolas Pitre <nico@cam.org> put feroceon target definition at the end so to ...oharboe2009-09-111-86/+79
* Nicolas Pitre <nico@cam.org> Dragonite supportoharboe2009-09-111-17/+72
* Nicolas Pitre <nico@cam.org> tighten error checking in bulk_writeoharboe2009-09-111-4/+15
* microscopic whitespace cleanupoharboe2009-07-161-15/+0
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-15/+15
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-21/+21
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-8/+8
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-1/+1
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-2/+2
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-2/+2
* 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
* Add target_write_memory wrapper:zwelch2009-05-311-3/+3
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-4/+0
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-3/+3
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-9/+9
* retire out_mask - not used anywhereoharboe2009-05-061-3/+3