summaryrefslogtreecommitdiff
path: root/src/target/feroceon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-2/+2
* The following patches was applied:mifi2009-04-181-2/+2
* Nicolas Pitre nico at cam.org fix feroceon_bulk_write_memory() wrt uploaded ...oharboe2009-03-011-1/+1
* Nicolas Pitre nico at cam.org add Feroceon target config fileoharboe2009-03-011-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-37/+37
* jtag newtap change & huge manual updateduane2008-11-301-4/+4
* Hongtao Zheng single step fixesoharboe2008-10-301-15/+4
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-1/+5