aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch18-67/+67
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch33-58/+58
2009-11-13fileio_t -> struct fileioZachary T Welch5-11/+11
2009-11-13remove accidental artifactZachary T Welch1-0/+0
2009-11-13command_handler_t: make argc unsignedZachary T Welch1-3/+3
2009-11-13add CMD_NAME macro for command handlersZachary T Welch7-16/+16
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch3-9/+10
2009-11-13s3c24xx: use COMMAND_HANDLER with command helperZachary T Welch1-0/+0
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch4-23/+18
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch3-12/+9
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch20-158/+93
2009-11-13Cortex-A8: fix indentDavid Brownell1-28/+28
2009-11-12ETM: start support for ETMv2+David Brownell2-23/+129
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell7-11/+8
2009-11-11ETM: use new toplevel ETM handleDavid Brownell1-58/+50
2009-11-11ETM: update port driversDavid Brownell3-42/+41
2009-11-11ETM: update arm[79]tdmi_examine()David Brownell2-8/+10
2009-11-11ARM: start generalized base typeDavid Brownell2-19/+34
2009-11-11remove more useless declarationsZachary T Welch1-13/+12
2009-11-11cortex_a8: remove declarations, use static keywordZachary T Welch2-112/+82
2009-11-11add const keyword to some APIsZachary T Welch5-7/+9
2009-11-11change argv to args in command handlersZachary T Welch1-5/+5
2009-11-11makefiles: improve build orderZachary T Welch1-51/+76
2009-11-11ETM cleanupDavid Brownell4-131/+120
2009-11-10fix bug in ARM720: bugfixZachary T Welch1-1/+1
2009-11-10ARM720: bugfixDavid Brownell1-1/+2
2009-11-10target: MMU-aware init for memory read/writeDavid Brownell1-23/+42
2009-11-10arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck3-0/+142
2009-11-10ARM11: remove old mrc/mcr commandsØyvind Harboe1-102/+0
2009-11-10Target: minor cleanupDavid Brownell2-13/+21
2009-11-10ARM920: implement basic MMU opsDavid Brownell1-0/+22
2009-11-10ARM720: implement basic MMU opsDavid Brownell1-0/+22
2009-11-10Target: fix bad error messagesDavid Brownell1-7/+10
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch1-35/+38
2009-11-09target.c: remove useless declarationsZachary T Welch1-103/+127
2009-11-09Revert "target: add target->type->has_mmu fn"David Brownell3-48/+5
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell3-6/+4
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch26-190/+296
2009-11-09target.h: remove extern keyword and wrapZachary T Welch1-53/+72
2009-11-09EmbeddedICE: minor cleanupsDavid Brownell1-52/+101
2009-11-09Overhaul time support APIZachary T Welch1-53/+30
2009-11-08Add private header for ARM11 internals.Zachary T Welch4-50/+74
2009-11-08ARM11: remove exports and forward declsZachary T Welch2-164/+138
2009-11-08ARM: minor simulator cleanupDavid Brownell1-25/+49
2009-11-08Cortex-M3: fix (debug) message priorityDavid Brownell1-1/+1
2009-11-06Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/...David Brownell1-0/+1
2009-11-06target: don't swap MMU/no-MMU work areasDavid Brownell1-16/+17
2009-11-06Fix arm11 vcr command parsing.Zachary T Welch1-0/+1
2009-11-05ARM: shrink offsetsDavid Brownell6-8/+8
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell6-104/+78