aboutsummaryrefslogtreecommitdiff
path: root/src/target/embeddedice.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo1-4/+0
2020-07-08target/arm926ejs: fix memory leaksAntonio Borneo1-0/+16
2019-03-06target/embeddedice: Use 'bool' data typeMarc Schink1-4/+4
2018-01-25Use timeval helpersChristopher Head1-4/+5
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson1-5/+5
2014-10-06target: constify structuresSpencer Oliver1-3/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-31/+29
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+1
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-3/+2
2011-04-01types: write memory now uses constØyvind Harboe1-1/+1
2010-09-21embeddedice: fix error handlingØyvind Harboe1-0/+4
2010-07-20arm_jtag_scann error propagation fixesØyvind Harboe1-5/+13
2010-07-19arm: error propagation of arm_jtag_set_instrØyvind Harboe1-5/+17
2010-04-10EMBEDDEDICE: review scope of functionsAntonio Borneo1-1/+3
2010-03-21jtag: make out_value constØyvind Harboe1-12/+12
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-5/+0
2010-03-18jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe1-10/+10
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-7/+7
2010-03-08jtag: retire tap fieldØyvind Harboe1-19/+7
2010-01-22EmbeddedICE - fix Feroceon/Dragonite messageDavid Brownell1-2/+9
2009-12-09Comment and doxygen fixesDavid Brownell1-1/+2
2009-12-07ARM: list number of HW breakpoints/watchpointsDavid Brownell1-0/+3
2009-11-25target: target_get_name() --> target_type_name()David Brownell1-2/+2
2009-11-18jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.Øyvind Harboe1-11/+10
2009-11-17target: simplify register get/set opsDavid Brownell1-8/+6
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-2/+0
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-2/+0
2009-11-13target_t -> struct targetZachary T Welch1-2/+2
2009-11-13reg_t -> struct regZachary T Welch1-10/+10
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13embeddedice_reg_t -> struct embeddedice_regZachary T Welch1-4/+4
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-4/+4
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch1-2/+2
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-4/+4
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-09EmbeddedICE: minor cleanupsDavid Brownell1-52/+101
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell1-3/+6
2009-10-23Embedded ICE version is now dumped with debug_level 1Øyvind Harboe1-2/+2
2009-10-06Dragonite has the same EICE affliction as feroceon.dbrownell1-1/+2
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe1-0/+1
2009-08-18David Brownell <david-b@pacbell.net> Clean up ARM7/ARM9 EmbeddedICE register ...oharboe1-46/+126
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-2/+2
2009-06-23- Fixes '!=' whitespacezwelch1-2/+2
2009-06-21C99 printf() -Werror fixesduane1-2/+2