summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-0614-284/+284
* add warnings about not using in_handleroharboe2009-05-062-7/+7
* retire out_mask - not used anywhereoharboe2009-05-0616-110/+107
* mark usage of in_handler that can be converted into user codeoharboe2009-05-0511-19/+19
* Gabor Juhos juhosg at openwrt.org MIPS: fix a shift value in the MIPS32_R_IN...oharboe2009-05-051-1/+1
* Oleksandr Tymoshenko <gonzo@bluezbox.com> "resume" command fix for EJTAGoharboe2009-05-051-2/+2
* Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe2009-05-044-2/+376
* Mariano Alvira <mar@devl.org> fixes warningsoharboe2009-05-043-5/+5
* Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe2009-05-031-11/+11
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-021-2/+5
* Uwe Hermann <uwe@hermann-uwe.de>: Support both rev -A1 and -A2 of Hitex STR9-...zwelch2009-04-302-2/+16
* Uwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look like other targetszwelch2009-04-301-15/+3
* lpc2478 target configoharboe2009-04-301-0/+35
* Add static keywords to core target source file data and functions.zwelch2009-04-3015-138/+133
* use jtag_rclk 500 to avoid proliferation of target scriptsoharboe2009-04-303-8/+5
* More error logging for DAP errorsmlu2009-04-291-2/+3
* comments and debug codeoharboe2009-04-292-2/+14
* Sten <debian@sansys-electronic.com>: add support for Olimex LPC2378STK eval b...zwelch2009-04-291-0/+11
* Sten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based inter...zwelch2009-04-291-0/+23
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-2910-32/+1
* fix checksum memory. By failing the fallback code will handle checksum calcul...oharboe2009-04-281-3/+5
* convert some LOG_INFO()'s during stepping into LOG_DEBUG()oharboe2009-04-281-9/+9
* Michael Bruck <mbruck@digenius.de> macros for error handlingoharboe2009-04-283-127/+62
* eol-style nativeoharboe2009-04-281-42/+42
* SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe2009-04-272-387/+387
* Added dap baseaddr and dap apid commandsmlu2009-04-272-5/+78
* clean up debug/info output to be in line with other targetsoharboe2009-04-271-5/+16
* more error handlingoharboe2009-04-273-30/+65
* a little bit more error handling in ARM11oharboe2009-04-273-21/+54
* SimonQian <simonqian@simonqian.com> AVR wipoharboe2009-04-274-2/+391
* SimonQian <simonqian@simonqian.com> AVR supportoharboe2009-04-271-0/+42
* Deleted depreciated files ( new versions are arm_adi_v5.c/h )mlu2009-04-272-1162/+0
* Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu2009-04-275-90/+188
* Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ...mlu2009-04-272-0/+1263
* Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE definesoharboe2009-04-271-0/+2
* Zach Welch <zw@superlucidity.net> fix typooharboe2009-04-262-3/+3
* R.Doss <doss@gmx.de> AT91SAM9260oharboe2009-04-261-0/+127
* Nicolas Pitre <nico@cam.org> update SheevaPlug interface cfg fileoharboe2009-04-241-2/+2
* Uwe Hermann <uwe@hermann-uwe.de> drop unecessary BSTAPIDsoharboe2009-04-242-4/+0
* Michael Bruck <mbruck@digenius.de> include file fixoharboe2009-04-231-1/+1
* stm32.cfg can expect one of 4 id's. oharboe2009-04-231-5/+5
* Laurentiu Cocanu - fix typooharboe2009-04-231-1/+1
* Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.oharboe2009-04-223-797/+836
* Fix use of wrong format conversion for size_t (%zu instead of %u)kc8apf2009-04-221-1/+1
* Uwe Hermann <uwe@hermann-uwe.de> Drop non-A variants of ft2232 targetsoharboe2009-04-2210-36/+10
* Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patchesoharboe2009-04-213-42/+91
* - vsllink update from SimonQian [simonqian@SimonQian.com]ntfreak2009-04-211-0/+25
* Zach Welch <zw@superlucidity.net>fix unused return value warnings (3 of 4)oharboe2009-04-211-8/+14
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-211-1/+1
* - fix at91rm9200 warning. Thanks Zach Welch <zw@superlucidity.net>ntfreak2009-04-202-87/+87