| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Improve armv7m command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -11/+20 |
* | Improve armv7a command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -5/+12 |
* | Improve armv4_5 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+2 |
* | Improve xscale command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -12/+12 |
* | Improve pld command argument parsing. | Zachary T Welch | 2009-11-05 | 2 | -6/+11 |
* | Update all server port command to use new helper. | Zachary T Welch | 2009-11-05 | 3 | -23/+5 |
* | Add server port command helper function. | Zachary T Welch | 2009-11-05 | 2 | -0/+23 |
* | Improve target.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -88/+36 |
* | Improve jtag command argument parsing. | Zachary T Welch | 2009-11-05 | 6 | -51/+36 |
* | Improve debug_level command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -3/+1 |
* | Add macro for parsing numeric command arguments. | Zachary T Welch | 2009-11-05 | 1 | -0/+21 |
* | Add stringify macros in src/helper/types.h. | Zachary T Welch | 2009-11-05 | 1 | -0/+4 |
* | arm920t: add mrcmcr interface fn's. | Øyvind Harboe | 2009-11-05 | 1 | -0/+29 |
* | arm11: check if target is halted before executing mrc/mcr commands. | Øyvind Harboe | 2009-11-05 | 1 | -0/+7 |
* | target: fix ordering of arguments to mcr and mrc commands | Øyvind Harboe | 2009-11-05 | 1 | -7/+7 |
* | target: check args to mrc/mcr. | Øyvind Harboe | 2009-11-05 | 1 | -0/+24 |
* | ARM11: added mrc/mcr support to arm11 code. | Øyvind Harboe | 2009-11-05 | 2 | -1/+54 |
* | TODO: Wrote up list of remaining tasks for target->type->mrc/mcr | Øyvind Harboe | 2009-11-05 | 1 | -0/+6 |
* | target: Only register mrc mcr commands when one of the targets support them. | Øyvind Harboe | 2009-11-05 | 1 | -3/+11 |
* | cortex_a8: add mrc mcr interface. | Øyvind Harboe | 2009-11-05 | 1 | -0/+29 |
* | User's Guide: TAP setup tweakage | David Brownell | 2009-11-05 | 1 | -6/+14 |
* | watchpoint_add() cleanup | David Brownell | 2009-11-05 | 4 | -32/+40 |
* | Cortex-M3: expose most DWT registers | David Brownell | 2009-11-05 | 2 | -21/+144 |
* | Cortex-M3: minor cleanup | David Brownell | 2009-11-05 | 2 | -16/+4 |
* | Cortex-M3: DWT cleanup/fixes | David Brownell | 2009-11-05 | 1 | -56/+115 |
* | ARMv7M: add docs, remove exports | David Brownell | 2009-11-05 | 2 | -29/+63 |
* | target: add target->type->has_mmu fn. | Øyvind Harboe | 2009-11-05 | 3 | -5/+48 |
* | Make default implementation of mdw/mmw phys return error 'not implemented' | Øyvind Harboe | 2009-11-05 | 1 | -2/+14 |
* | target: remove unused interface fn that clutters code | Øyvind Harboe | 2009-11-05 | 16 | -92/+0 |
* | debug interface: get rid of unused pre_debug fn | Øyvind Harboe | 2009-11-05 | 9 | -16/+0 |
* | warnings: remove | Øyvind Harboe | 2009-11-05 | 1 | -3/+2 |
* | ft2232: cleanup | David Brownell | 2009-11-04 | 1 | -110/+97 |
* | JTAG: support KT-LINK adapter | Krzysztof Kajstura | 2009-11-04 | 3 | -0/+143 |
* | PXA255: support Intel "Lubbock" platform | David Brownell | 2009-11-04 | 1 | -0/+110 |
* | Version 0.4.0-dev | David Brownell | 2009-11-04 | 3 | -64/+87 |
* | Version 0.3.0 | David Brownell | 2009-11-04 | 1 | -1/+1 |
* | Release docs: fix notes | David Brownell | 2009-11-04 | 1 | -7/+12 |
* | Doc: fix broken link | David Brownell | 2009-11-04 | 1 | -1/+1 |
* | NEWS: mention switch to git! | David Brownell | 2009-11-04 | 1 | -0/+1 |
* | Other files: stop referring to ChangeLog too | David Brownell | 2009-11-04 | 2 | -23/+13 |
* | NEWS refs repository history, not ChangeLog | David Brownell | 2009-11-04 | 1 | -2/+5 |
* | Tweak release docs | David Brownell | 2009-11-04 | 1 | -110/+172 |
* | Release scripts: comments, run on Ubuntu | David Brownell | 2009-11-04 | 2 | -13/+20 |
* | configure: fix build problems with eCos | Øyvind Harboe | 2009-11-04 | 1 | -6/+57 |
* | docs: add reference to git bisect docs on BUGS page | Øyvind Harboe | 2009-11-04 | 1 | -1/+2 |
* | target: 20 second timeout/megabyte for CRC check | Øyvind Harboe | 2009-11-03 | 1 | -1/+4 |
* | arm920t: memory writes were broken when MMU was disabled | Øyvind Harboe | 2009-11-03 | 1 | -11/+10 |
* | target: require working area for physical/virtual addresses to be specified | Øyvind Harboe | 2009-11-03 | 2 | -9/+29 |
* | FT2232: increase read retry counts | Dimitar Dimitrov | 2009-11-01 | 1 | -8/+26 |
* | User's Guide: more init info, autoprobing, etc | David Brownell | 2009-11-01 | 1 | -6/+93 |