summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor code, create target_state_name()duane2009-06-281-4/+4
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-5/+5
* Remove whitespace that occurs before ')'.zwelch2009-06-231-7/+7
* Remove whitespace that occurs after '('.zwelch2009-06-231-14/+14
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-31/+36
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-36/+36
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-5/+5
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-14/+14
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* 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_get_name wrapper:zwelch2009-05-311-1/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-1/+1
* Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe2009-05-181-19/+17
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-4/+0
* David Brownell <david-b@pacbell.net> fix warningsoharboe2009-05-101-1/+1
* Michael Bruck <mbruck@digenius.de> ARM11 C99 updatesoharboe2009-05-091-41/+29
* fix c99 compile errorsoharboe2009-05-071-2/+4
* Fix most pointer cast alignment warnings in arm11.c; fix u16 memory reads..zwelch2009-05-071-23/+24
* 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-281-95/+37
* clean up debug/info output to be in line with other targetsoharboe2009-04-271-5/+16
* more error handlingoharboe2009-04-271-4/+8
* a little bit more error handling in ARM11oharboe2009-04-271-16/+43
* Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.oharboe2009-04-221-415/+452
* The following patches was applied:mifi2009-04-181-7/+7
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-8/+8
* jtag newtap change & huge manual updateduane2008-11-301-21/+20
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-1/+3
* Laurentiu Cocanu - add error handlingoharboe2008-10-141-15/+54
* fix crash when connecting GDB to powered down targetoharboe2008-10-131-1/+2
* fix crash when connecting GDB to powered down targetoharboe2008-10-131-3/+2
* - remove build warnings from mips_m4k.c and arm11.cntfreak2008-10-081-826/+787
* Fixes SEGFAULT when setting registers from GDB.oharboe2008-10-071-1/+4
* Georg Acher <acher@in.tum.de> - arm11 wip. run algorithm + small init bugfix. oharboe2008-10-071-30/+189
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-9/+1
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-11/+12
* fixed bug in arm11 examine code.oharboe2008-08-251-0/+2
* duan ellis target tcl work in progressoharboe2008-08-241-5/+11
* sharpen error propagation a wee bit.oharboe2008-08-201-1/+3
* removed a couple of exit()'s from error handling.oharboe2008-08-191-9/+10
* fixed not halted error messagesoharboe2008-08-171-4/+4
* Duane Ellis: fix warningsoharboe2008-08-051-1/+1
* define resetting the target into the halted or runningoharboe2008-08-051-0/+7
* moves handling of problems with resetting into the halted stateoharboe2008-08-051-1/+1
* ARM11 update. OpenOCD supports starting without being able to talk to the har...oharboe2008-07-041-0/+8
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-2/+2