aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)Author
2009-06-28Refactor code, create target_state_name()duane
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add target_get_name wrapper:zwelch
2009-05-31Add wrappers for target->type->examined:zwelch
2009-05-18Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-05-10David Brownell <david-b@pacbell.net> fix warningsoharboe
2009-05-09Michael Bruck <mbruck@digenius.de> ARM11 C99 updatesoharboe
2009-05-07fix c99 compile errorsoharboe
2009-05-07Fix most pointer cast alignment warnings in arm11.c; fix u16 memory reads..zwelch
2009-04-28fix checksum memory. By failing the fallback code will handle checksum calcul...oharboe
2009-04-28convert some LOG_INFO()'s during stepping into LOG_DEBUG()oharboe
2009-04-28Michael Bruck <mbruck@digenius.de> macros for error handlingoharboe
2009-04-27clean up debug/info output to be in line with other targetsoharboe
2009-04-27more error handlingoharboe
2009-04-27a little bit more error handling in ARM11oharboe
2009-04-22Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.oharboe
2009-04-18The following patches was applied:mifi
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-11-30jtag newtap change & huge manual updateduane
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe
2008-10-14Laurentiu Cocanu - add error handlingoharboe
2008-10-13fix crash when connecting GDB to powered down targetoharboe
2008-10-13fix crash when connecting GDB to powered down targetoharboe
2008-10-08- remove build warnings from mips_m4k.c and arm11.cntfreak
2008-10-07Fixes SEGFAULT when setting registers from GDB.oharboe
2008-10-07Georg Acher <acher@in.tum.de> - arm11 wip. run algorithm + small init bugfix. oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-08-25fixed bug in arm11 examine code.oharboe
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-20sharpen error propagation a wee bit.oharboe
2008-08-19removed a couple of exit()'s from error handling.oharboe
2008-08-17fixed not halted error messagesoharboe
2008-08-05Duane Ellis: fix warningsoharboe
2008-08-05define resetting the target into the halted or runningoharboe
2008-08-05moves handling of problems with resetting into the halted stateoharboe
2008-07-04ARM11 update. OpenOCD supports starting without being able to talk to the har...oharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe