aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-05Improve arm7_9_common command argument parsing.Zachary T Welch
2009-11-05Improve armv7m command argument parsing.Zachary T Welch
2009-11-05Improve armv7a command argument parsing.Zachary T Welch
2009-11-05Improve armv4_5 command argument parsing.Zachary T Welch
2009-11-05Improve xscale command argument parsing.Zachary T Welch
2009-11-05Improve pld command argument parsing.Zachary T Welch
2009-11-05Update all server port command to use new helper.Zachary T Welch
2009-11-05Add server port command helper function.Zachary T Welch
2009-11-05Improve target.c command argument parsing.Zachary T Welch
2009-11-05Improve jtag command argument parsing.Zachary T Welch
2009-11-05Improve debug_level command argument parsing.Zachary T Welch
2009-11-05Add macro for parsing numeric command arguments.Zachary T Welch
2009-11-05Add stringify macros in src/helper/types.h.Zachary T Welch
2009-11-05arm920t: add mrcmcr interface fn's.Øyvind Harboe
2009-11-05arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe
2009-11-05target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe
2009-11-05target: check args to mrc/mcr.Øyvind Harboe
2009-11-05ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe
2009-11-05TODO: Wrote up list of remaining tasks for target->type->mrc/mcrØyvind Harboe
2009-11-05target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe
2009-11-05cortex_a8: add mrc mcr interface.Øyvind Harboe
2009-11-05User's Guide: TAP setup tweakageDavid Brownell
2009-11-05watchpoint_add() cleanupDavid Brownell
2009-11-05Cortex-M3: expose most DWT registersDavid Brownell
2009-11-05Cortex-M3: minor cleanupDavid Brownell
2009-11-05Cortex-M3: DWT cleanup/fixesDavid Brownell
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe
2009-11-05Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-11-05warnings: removeØyvind Harboe
2009-11-04ft2232: cleanupDavid Brownell
2009-11-04JTAG: support KT-LINK adapterKrzysztof Kajstura
2009-11-04PXA255: support Intel "Lubbock" platformDavid Brownell
2009-11-04Version 0.4.0-devDavid Brownell
2009-11-04Version 0.3.0v0.3.0David Brownell
2009-11-04Release docs: fix notesDavid Brownell
2009-11-04Doc: fix broken linkDavid Brownell
2009-11-04NEWS: mention switch to git!David Brownell
2009-11-04Other files: stop referring to ChangeLog tooDavid Brownell
2009-11-04NEWS refs repository history, not ChangeLogDavid Brownell
2009-11-04Tweak release docsDavid Brownell
2009-11-04Release scripts: comments, run on UbuntuDavid Brownell
2009-11-04configure: fix build problems with eCosØyvind Harboe
2009-11-04docs: add reference to git bisect docs on BUGS pageØyvind Harboe
2009-11-03target: 20 second timeout/megabyte for CRC checkØyvind Harboe
2009-11-03arm920t: memory writes were broken when MMU was disabledØyvind Harboe
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe
2009-11-01FT2232: increase read retry countsDimitar Dimitrov