aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05Improve arm11 command argument parsing.Zachary T Welch1-7/+7
2009-11-05arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe1-0/+7
2009-11-05ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe1-0/+53
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-7/+0
2009-10-14portability updatesDavid Brownell1-2/+2
2009-10-14Work in progress on arm11 reset. Assert srst.Øyvind Harboe1-6/+50
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta1-1/+1
2009-10-13Delete commented out code. Add a bit of error checking.Øyvind Harboe1-41/+20
2009-10-12More error propagation fixes.Øyvind Harboe1-1/+3
2009-10-12arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe1-2/+11
2009-10-12Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe1-8/+22
2009-10-12Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...Øyvind Harboe1-0/+1
2009-10-10printf format warning fixesDavid Brownell1-2/+4
2009-10-09ARM11 error checkingØyvind Harboe1-37/+85
2009-10-07buildfixdbrownell1-0/+1
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe1-1/+2
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe1-18/+59
2009-09-29ARM11 command handling fixesdbrownell1-41/+41
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-1/+1
2009-08-28added arm11 timeout error messagesoharboe1-4/+12
2009-08-27arm11 hardware step using simulation + breakpoint. Use "hardware_step enable"...oharboe1-19/+28
2009-08-27arm11 single stepping wip - at least we know the next PC nowoharboe1-0/+4
2009-08-27arm11 single stepping wipoharboe1-0/+101
2009-08-06michal smulski <michal.smulski@ooma.com>:zwelch1-2/+2
2009-06-28Refactor code, create target_state_name()duane1-4/+4
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-5/+5
2009-06-23Remove whitespace that occurs before ')'.zwelch1-7/+7
2009-06-23Remove whitespace that occurs after '('.zwelch1-14/+14
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '==' whitespacezwelch1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-31/+36
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-36/+36
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-5/+5
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-14/+14
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-05-31Final step in isolating target_type_s structure:zwelch1-1/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-0/+1
2009-05-31Add target_get_name wrapper:zwelch1-1/+1
2009-05-31Add wrappers for target->type->examined:zwelch1-1/+1
2009-05-18Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe1-19/+17
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-4/+0
2009-05-10David Brownell <david-b@pacbell.net> fix warningsoharboe1-1/+1
2009-05-09Michael Bruck <mbruck@digenius.de> ARM11 C99 updatesoharboe1-41/+29
2009-05-07fix c99 compile errorsoharboe1-2/+4
2009-05-07Fix most pointer cast alignment warnings in arm11.c; fix u16 memory reads..zwelch1-23/+24
2009-04-28fix checksum memory. By failing the fallback code will handle checksum calcul...oharboe1-3/+5
2009-04-28convert some LOG_INFO()'s during stepping into LOG_DEBUG()oharboe1-9/+9
2009-04-28Michael Bruck <mbruck@digenius.de> macros for error handlingoharboe1-95/+37
2009-04-27clean up debug/info output to be in line with other targetsoharboe1-5/+16
2009-04-27more error handlingoharboe1-4/+8