aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)Author
2009-10-12More error propagation fixes.Øyvind Harboe
2009-10-12arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe
2009-10-12Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe
2009-10-12Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...Øyvind Harboe
2009-10-10printf format warning fixesDavid Brownell
2009-10-09ARM11 error checkingØyvind Harboe
2009-10-07buildfixdbrownell
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe
2009-09-29ARM11 command handling fixesdbrownell
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-08-28added arm11 timeout error messagesoharboe
2009-08-27arm11 hardware step using simulation + breakpoint. Use "hardware_step enable"...oharboe
2009-08-27arm11 single stepping wip - at least we know the next PC nowoharboe
2009-08-27arm11 single stepping wipoharboe
2009-08-06michal smulski <michal.smulski@ooma.com>:zwelch
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