| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ETM: start support for ETMv2+ | David Brownell | 2009-11-12 | 2 | -23/+129 |
* | ETM: remove old mid-level ETM handle | David Brownell | 2009-11-11 | 7 | -11/+8 |
* | ETM: use new toplevel ETM handle | David Brownell | 2009-11-11 | 1 | -58/+50 |
* | ETM: update port drivers | David Brownell | 2009-11-11 | 3 | -42/+41 |
* | ETM: update arm[79]tdmi_examine() | David Brownell | 2009-11-11 | 2 | -8/+10 |
* | ARM: start generalized base type | David Brownell | 2009-11-11 | 2 | -19/+34 |
* | remove more useless declarations | Zachary T Welch | 2009-11-11 | 1 | -13/+12 |
* | cortex_a8: remove declarations, use static keyword | Zachary T Welch | 2009-11-11 | 2 | -112/+82 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 5 | -7/+9 |
* | change argv to args in command handlers | Zachary T Welch | 2009-11-11 | 1 | -5/+5 |
* | makefiles: improve build order | Zachary T Welch | 2009-11-11 | 1 | -51/+76 |
* | ETM cleanup | David Brownell | 2009-11-11 | 4 | -131/+120 |
* | fix bug in ARM720: bugfix | Zachary T Welch | 2009-11-10 | 1 | -1/+1 |
* | ARM720: bugfix | David Brownell | 2009-11-10 | 1 | -1/+2 |
* | target: MMU-aware init for memory read/write | David Brownell | 2009-11-10 | 1 | -23/+42 |
* | arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain | Michael Bruck | 2009-11-10 | 3 | -0/+142 |
* | ARM11: remove old mrc/mcr commands | Øyvind Harboe | 2009-11-10 | 1 | -102/+0 |
* | Target: minor cleanup | David Brownell | 2009-11-10 | 2 | -13/+21 |
* | ARM920: implement basic MMU ops | David Brownell | 2009-11-10 | 1 | -0/+22 |
* | ARM720: implement basic MMU ops | David Brownell | 2009-11-10 | 1 | -0/+22 |
* | Target: fix bad error messages | David Brownell | 2009-11-10 | 1 | -7/+10 |
* | svf,xsvf,arm7_9_common: trim forard declarations | Zachary T Welch | 2009-11-09 | 1 | -35/+38 |
* | target.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -103/+127 |
* | Revert "target: add target->type->has_mmu fn" | David Brownell | 2009-11-09 | 3 | -48/+5 |
* | finish removing deprecated/obsolete commands | David Brownell | 2009-11-09 | 3 | -6/+4 |
* | src/target: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 26 | -190/+296 |
* | target.h: remove extern keyword and wrap | Zachary T Welch | 2009-11-09 | 1 | -53/+72 |
* | EmbeddedICE: minor cleanups | David Brownell | 2009-11-09 | 1 | -52/+101 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 1 | -53/+30 |
* | Add private header for ARM11 internals. | Zachary T Welch | 2009-11-08 | 4 | -50/+74 |
* | ARM11: remove exports and forward decls | Zachary T Welch | 2009-11-08 | 2 | -164/+138 |
* | ARM: minor simulator cleanup | David Brownell | 2009-11-08 | 1 | -25/+49 |
* | Cortex-M3: fix (debug) message priority | David Brownell | 2009-11-08 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/... | David Brownell | 2009-11-06 | 1 | -0/+1 |
|\ |
|
| * | Fix arm11 vcr command parsing. | Zachary T Welch | 2009-11-06 | 1 | -0/+1 |
* | | target: don't swap MMU/no-MMU work areas | David Brownell | 2009-11-06 | 1 | -16/+17 |
|/ |
|
* | ARM: shrink offsets | David Brownell | 2009-11-05 | 6 | -8/+8 |
* | ARM: other code uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 6 | -104/+78 |
* | Cortex-A8: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 4 | -125/+51 |
* | ARM7TDMI uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -70/+28 |
* | ARM720 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -80/+30 |
* | XScale uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -190/+118 |
* | ARM9TDMI uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -109/+33 |
* | ARM966 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -52/+11 |
* | ARM926 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -125/+46 |
* | FA526 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -26/+7 |
* | ARM920 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -142/+71 |
* | Cortex-M3: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 4 | -135/+113 |
* | target: provide container_of() | David Brownell | 2009-11-05 | 12 | -0/+91 |
* | ARM7TDMI: remove forward decls | David Brownell | 2009-11-05 | 2 | -92/+88 |