aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-27a little bit more error handling in ARM11oharboe1-16/+43
2009-04-22Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.oharboe1-415/+452
2009-04-18The following patches was applied:mifi1-7/+7
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-8/+8
2008-11-30jtag newtap change & huge manual updateduane1-21/+20
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe1-1/+3
2008-10-14Laurentiu Cocanu - add error handlingoharboe1-15/+54
2008-10-13fix crash when connecting GDB to powered down targetoharboe1-1/+2
2008-10-13fix crash when connecting GDB to powered down targetoharboe1-3/+2
2008-10-08- remove build warnings from mips_m4k.c and arm11.cntfreak1-826/+787
2008-10-07Fixes SEGFAULT when setting registers from GDB.oharboe1-1/+4
2008-10-07Georg Acher <acher@in.tum.de> - arm11 wip. run algorithm + small init bugfix. oharboe1-30/+189
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-9/+1
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-11/+12
2008-08-25fixed bug in arm11 examine code.oharboe1-0/+2
2008-08-24duan ellis target tcl work in progressoharboe1-5/+11
2008-08-20sharpen error propagation a wee bit.oharboe1-1/+3
2008-08-19removed a couple of exit()'s from error handling.oharboe1-9/+10
2008-08-17fixed not halted error messagesoharboe1-4/+4
2008-08-05Duane Ellis: fix warningsoharboe1-1/+1
2008-08-05define resetting the target into the halted or runningoharboe1-0/+7
2008-08-05moves handling of problems with resetting into the halted stateoharboe1-1/+1
2008-07-04ARM11 update. OpenOCD supports starting without being able to talk to the har...oharboe1-0/+8
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe1-2/+2
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe1-8/+1
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-60/+60
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe1-6/+0
2008-03-08- added more TARGET_HALTED checks for the read/write_memory handlersntfreak1-6/+152
2008-03-07- Improves error handling upon GDB connectoharboe1-3/+4
2008-03-06Michael Bruck:oharboe1-0/+6