aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-05Improve jtag command argument parsing.Zachary T Welch6-51/+36
2009-11-05Improve debug_level command argument parsing.Zachary T Welch1-3/+1
2009-11-05Add macro for parsing numeric command arguments.Zachary T Welch1-0/+21
2009-11-05Add stringify macros in src/helper/types.h.Zachary T Welch1-0/+4
2009-11-05arm920t: add mrcmcr interface fn's.Øyvind Harboe1-0/+29
2009-11-05arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe1-0/+7
2009-11-05target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe1-7/+7
2009-11-05target: check args to mrc/mcr.Øyvind Harboe1-0/+24
2009-11-05ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe2-1/+54
2009-11-05TODO: Wrote up list of remaining tasks for target->type->mrc/mcrØyvind Harboe1-0/+6
2009-11-05target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe1-3/+11
2009-11-05cortex_a8: add mrc mcr interface.Øyvind Harboe1-0/+29
2009-11-05User's Guide: TAP setup tweakageDavid Brownell1-6/+14
2009-11-05watchpoint_add() cleanupDavid Brownell4-32/+40
2009-11-05Cortex-M3: expose most DWT registersDavid Brownell2-21/+144
2009-11-05Cortex-M3: minor cleanupDavid Brownell2-16/+4
2009-11-05Cortex-M3: DWT cleanup/fixesDavid Brownell1-56/+115
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell2-29/+63
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe3-5/+48
2009-11-05Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe1-2/+14
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe16-92/+0
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe9-16/+0
2009-11-05warnings: removeØyvind Harboe1-3/+2
2009-11-04ft2232: cleanupDavid Brownell1-110/+97
2009-11-04JTAG: support KT-LINK adapterKrzysztof Kajstura3-0/+143
2009-11-04PXA255: support Intel "Lubbock" platformDavid Brownell1-0/+110
2009-11-04Version 0.4.0-devDavid Brownell3-64/+87
2009-11-04Version 0.3.0David Brownell1-1/+1
2009-11-04Release docs: fix notesDavid Brownell1-7/+12
2009-11-04Doc: fix broken linkDavid Brownell1-1/+1
2009-11-04NEWS: mention switch to git!David Brownell1-0/+1
2009-11-04Other files: stop referring to ChangeLog tooDavid Brownell2-23/+13
2009-11-04NEWS refs repository history, not ChangeLogDavid Brownell1-2/+5
2009-11-04Tweak release docsDavid Brownell1-110/+172
2009-11-04Release scripts: comments, run on UbuntuDavid Brownell2-13/+20
2009-11-04configure: fix build problems with eCosØyvind Harboe1-6/+57
2009-11-04docs: add reference to git bisect docs on BUGS pageØyvind Harboe1-1/+2
2009-11-03target: 20 second timeout/megabyte for CRC checkØyvind Harboe1-1/+4
2009-11-03arm920t: memory writes were broken when MMU was disabledØyvind Harboe1-11/+10
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe2-9/+29
2009-11-01FT2232: increase read retry countsDimitar Dimitrov1-8/+26
2009-11-01User's Guide: more init info, autoprobing, etcDavid Brownell1-6/+93
2009-11-01doxygen: avoid most internalsDavid Brownell1-2/+2
2009-11-01remove "-ircapture 0x1 -irmask 0x1" from stm32.cfgFreddie Chopin1-2/+5
2009-10-31arm9tdmi: more correct fix for vector_catchDavid Brownell1-8/+5
2009-10-31target.cfg: use $_TARGETNAME for flashFreddie Chopin13-13/+13
2009-10-30NEWS: more infoDavid Brownell1-4/+24
2009-10-30ARM926: fix arm926ejs_mmu() reading from bad pointerDavid Brownell1-1/+3
2009-10-30bin2char: for win32 set stdin/stdout to binary modeSpencer Oliver1-0/+10
2009-10-29SVF: fix checking bit pattern against lengthMichael Roth1-2/+2