aboutsummaryrefslogtreecommitdiff
path: root/src/target/feroceon.c
AgeCommit message (Expand)Author
2013-11-07target: use target_buffer_set_u32_arraySpencer Oliver
2013-10-15arm7_9: Avoid infinite loops in bulk write dispatchingAndreas Fritiofson
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver
2011-04-01types: write memory now uses constØyvind Harboe
2010-07-20arm_jtag_scann error propagation fixesØyvind Harboe
2010-07-19arm: error propagation of arm_jtag_set_instrØyvind Harboe
2010-06-21target/feroceon: review scope of symbolsAntonio Borneo
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-18jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-02-21ARM: keep a handle to the PCDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
2009-11-13arm966e_common_t -> struct arm966e_commonZachary T Welch
2009-11-13arm926ejs_common_t -> struct arm926ejs_commonZachary T Welch
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-10-22Ferocion: fix corruption of r0 when resuming Thumb modeNicolas Pitre
2009-09-11Nicolas Pitre <nico@cam.org> put feroceon target definition at the end so to ...oharboe
2009-09-11Nicolas Pitre <nico@cam.org> Dragonite supportoharboe
2009-09-11Nicolas Pitre <nico@cam.org> tighten error checking in bulk_writeoharboe
2009-07-16microscopic whitespace cleanupoharboe
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-05-31Final step in isolating target_type_s structure:zwelch