summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* more in_handler typo fixesoharboe2009-05-072-7/+9
* ouch - typo in last commitoharboe2009-05-071-1/+1
* in_handler removal typo fixedoharboe2009-05-071-1/+1
* fix copy & paste error when retiring in_handleroharboe2009-05-071-1/+1
* fix c99 compile errorsoharboe2009-05-071-2/+4
* marker for in_handler to removeoharboe2009-05-071-5/+5
* remove usage of in_handleroharboe2009-05-071-37/+23
* remove in_handler usageoharboe2009-05-071-51/+47
* remove in_handler usageoharboe2009-05-071-48/+37
* remove in_handler usageoharboe2009-05-071-52/+41
* remove in_handler usageoharboe2009-05-072-64/+44
* remove in_handler usageoharboe2009-05-071-58/+50
* remove in_handler usageoharboe2009-05-071-27/+18
* remove in_handler usageoharboe2009-05-072-53/+39
* remove in_handler usageoharboe2009-05-071-13/+6
* stop using in_handleroharboe2009-05-071-6/+8
* remove in_handler usageoharboe2009-05-071-40/+36
* David Brownell david-b at pacbell.net fix warningsoharboe2009-05-071-2/+2
* fix line endingsoharboe2009-05-071-63/+63
* David Brownell <david-b@pacbell.net> DaVinci DM355 SoC supportoharboe2009-05-071-0/+63
* slightly increase readability of codeoharboe2009-05-071-5/+6
* another example of removing in_handler usageoharboe2009-05-071-10/+21
* added template for removing in_handler oharboe2009-05-071-26/+16
* Fix most pointer cast alignment warnings in arm11.c; fix u16 memory reads..zwelch2009-05-071-23/+24
* Fix pointer cast alignment warnings in arm_adi_v5.czwelch2009-05-071-15/+18
* Fix pointer cast alignment warning in XScale miniIC loader parity calc.zwelch2009-05-061-1/+5
* Fix pointer cast alignment warnings in target/image.c.zwelch2009-05-061-2/+6
* Change reg_s value field from u8 * to void *; it must always be cast.zwelch2009-05-062-2/+2
* 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