summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
Commit message (Expand)AuthorAgeFilesLines
* portability updatesDavid Brownell2009-10-141-2/+2
* Work in progress on arm11 reset. Assert srst.Øyvind Harboe2009-10-141-6/+50
* Cleanup: nuke trailling whitespacesYauheni Kaliuta2009-10-131-1/+1
* Delete commented out code. Add a bit of error checking.Øyvind Harboe2009-10-131-41/+20
* More error propagation fixes.Øyvind Harboe2009-10-121-1/+3
* arm11 burst writes are now only enabled for writes larger than 1 word. Single...Øyvind Harboe2009-10-121-2/+11
* Retire arm11 no_increment. Intended for future expansion to read/write to por...Øyvind Harboe2009-10-121-8/+22
* Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...Øyvind Harboe2009-10-121-0/+1
* printf format warning fixesDavid Brownell2009-10-101-2/+4
* ARM11 error checkingØyvind Harboe2009-10-091-37/+85
* buildfixdbrownell2009-10-071-0/+1
* add timeouts and fix syntax error handling of mrc/mcr commands.oharboe2009-10-071-1/+2
* add timeouts and fix syntax error handling of mrc/mcr commands.oharboe2009-10-071-18/+59
* ARM11 command handling fixesdbrownell2009-09-291-41/+41
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-1/+1
* added arm11 timeout error messagesoharboe2009-08-281-4/+12
* arm11 hardware step using simulation + breakpoint. Use "hardware_step enable"...oharboe2009-08-271-19/+28
* arm11 single stepping wip - at least we know the next PC nowoharboe2009-08-271-0/+4
* arm11 single stepping wipoharboe2009-08-271-0/+101
* michal smulski <michal.smulski@ooma.com>:zwelch2009-08-061-2/+2
* 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