aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch55-327/+224
2009-11-13add command_handler_t typeZachary T Welch2-7/+6
2009-11-13add COMMAND_HANDLER and COMMAND_HELPER macrosZachary T Welch1-0/+42
2009-11-13add command_output_handler_tZachary T Welch2-4/+10
2009-11-13Cortex-A8: fix indentDavid Brownell1-28/+28
2009-11-12nand: rename device to nandZachary T Welch13-440/+440
2009-11-12ETM: start support for ETMv2+David Brownell3-26/+144
2009-11-12WinXP-x64: find right D2XX librariesLiam Redmond1-2/+2
2009-11-12parport: add support for the jtag_khz command.Jonas Horberg2-8/+100
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-11fix 'jtag interface' behaviorZachary T Welch1-1/+2
2009-11-11improve command registrationZachary T Welch1-31/+43
2009-11-11add help regardless of callbackZachary T Welch1-2/+2
2009-11-11eliminate duplicate helptext managementZachary T Welch1-31/+30
2009-11-11add command_name helperZachary T Welch2-32/+49
2009-11-11wrap help commandZachary T Welch1-9/+17
2009-11-11remove obsolete doxygen commentsZachary T Welch2-49/+1
2009-11-11remove more useless declarationsZachary T Welch5-97/+62
2009-11-11cortex_a8: remove declarations, use static keywordZachary T Welch2-112/+82
2009-11-11add const keyword to some APIsZachary T Welch15-20/+22
2009-11-11change argv to args in command handlersZachary T Welch3-28/+28
2009-11-11script_debug(): improve typesZachary T Welch2-5/+6
2009-11-11command.c: make private routines staticZachary T Welch1-2/+4
2009-11-11log: improve log_callback_fn signatureZachary T Welch4-6/+6
2009-11-11time_support: improve use of typesZachary T Welch2-26/+15
2009-11-11makefiles: improve build orderZachary T Welch2-85/+123
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 Brownell2-28/+51
2009-11-10target.cfg: (re)move some bogus reset_config linesDavid Brownell5-13/+3
2009-11-10stm32.cfg: remove reset_configThomas Kindler1-3/+0
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 Harboe5-129/+9
2009-11-10telo.cfg: fix search pathsØyvind Harboe2-8/+8
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-10httpd: fix warnings, more robust error handling, improved MIME handlingØyvind Harboe1-6/+9
2009-11-10tcl: HostOs now picks up eCos as well during compile timeØyvind Harboe1-0/+2
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch3-53/+55
2009-11-09command.c: make commands staticZachary T Welch1-50/+48
2009-11-09server: remove useless declarationsZachary T Welch4-52/+64
2009-11-09jtag: remove useless declarationsZachary T Welch6-295/+248
2009-11-09target.c: remove useless declarationsZachary T Welch1-103/+127