summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-2120-183/+183
* Update the jtag-examine_chain() logic to verify that there's nodbrownell2009-09-211-38/+39
* Enhancement: stm32 flash protection error messagedbrownell2009-09-201-1/+1
* Debug message updates:dbrownell2009-09-203-43/+8
* Minor regression bugfix for the jtag_tap_handle_event() casedbrownell2009-09-201-3/+7
* Added CPUDBG_WCR_BASE definemlu2009-09-191-0/+1
* Avoid cache invalidation when writing to hardware debug registersmlu2009-09-191-4/+19
* Style cleanup for the updated ft2232_add_pathmove().dbrownell2009-09-191-15/+18
* Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell2009-09-192-15/+14
* Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.cmlu2009-09-181-28/+39
* remove unused externsoharboe2009-09-181-3/+0
* Tweak TCL reset script ... mostly improving descriptions ofdbrownell2009-09-181-12/+27
* Address codereview comment from Steve Grubb <sgrubb@redhat.com>:dbrownell2009-09-172-33/+26
* Minor fixes to NAND code and docsdbrownell2009-09-171-25/+43
* Fix coredump seen in some code paths.dbrownell2009-09-171-0/+3
* michal smulski <michal.smulski@ooma.com> fix regression in jtag_add_pathmove(...oharboe2009-09-171-18/+30
* prefix zy1000_reboot command to avoid name conflictsoharboe2009-09-171-1/+1
* srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe2009-09-173-1/+21
* The "arm9tdmi.c" file is more of a generic ARM9 support file:dbrownell2009-09-171-3/+17
* Remove unused varables (moved to armv7a)mlu2009-09-161-5/+0
* Use a variable armv7a->debug_base instead of hardedcoded OMAP3530_DEBUG_BASEmlu2009-09-161-28/+31
* Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ...oharboe2009-09-164-4/+1961
* Define debug_base, debug_ap, memory_ap in armv7a_common_tmlu2009-09-151-0/+7
* Updated mode string list.mlu2009-09-151-2/+2
* Definy symbolic values for VA to PA address translation operationsmlu2009-09-151-0/+10
* fix bug when using 32 instead of 64 bit value in callback, caught by -Walloharboe2009-09-151-1/+1
* Check return values to avoid infinite wait in loop on error.mlu2009-09-141-4/+8
* Cache invalidation when writing to memorymlu2009-09-141-0/+18
* error message upon recursive invocation of reset from reset event handlersoharboe2009-09-141-0/+22
* fix email addressoharboe2009-09-141-1/+1
* Rolf Meeser <rolfm_9dq@yahoo.de> warning fix in previous commit was wrong. ta...oharboe2009-09-141-36/+38
* fix warningoharboe2009-09-141-1/+1
* More CortexA8 debug register definitions.mlu2009-09-131-0/+4
* Fix argument passing in cortex_a8_write_cp.mlu2009-09-131-2/+1
* David Brownell <david-b@pacbell.net> oharboe2009-09-123-26/+40
* tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe2009-09-114-3/+39
* Nicolas Pitre <nico@cam.org> put feroceon target definition at the end so to ...oharboe2009-09-111-86/+79
* Nicolas Pitre <nico@cam.org> Dragonite supportoharboe2009-09-114-20/+76
* spelling mistakeoharboe2009-09-111-2/+2
* do not use dynamically sized stack arrays, not compatible with embedded OS'soharboe2009-09-111-10/+24
* registering a target event twice caused infinite loop. Same bug as in jtag/co...oharboe2009-09-111-4/+9
* Alexei Babich <a.babich@rez.ru> cleanupoharboe2009-09-112-7/+28
* Nicolas Pitre <nico@cam.org> tighten error checking in bulk_writeoharboe2009-09-111-4/+15
* Alexei Babich <a.babich@rez.ru> imx31 nand flash controller supportoharboe2009-09-104-2/+1004
* Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte acc...oharboe2009-09-101-0/+12
* Rolf Meeser <rolfm_9dq@yahoo.de> oharboe2009-09-092-6/+44
* - Fix bug-in-waiting when adding more than one TAP event typeoharboe2009-09-091-4/+10
* David Brownell <david-b@pacbell.net> oharboe2009-09-095-8/+27
* Report correct core instruction state for ARMv/A targetsmlu2009-09-081-1/+1
* Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state.mlu2009-09-081-2/+7