aboutsummaryrefslogtreecommitdiff
path: root/src/openocd.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-11split "interface" commands from "jtag" onesDavid Brownell1-0/+2
2010-03-08move a constant table to .rodata sectionDavid Brownell1-1/+1
2010-02-15gpl: fix GPL startup messageØyvind Harboe1-1/+2
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver1-2/+3
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch1-1/+1
2009-12-04remove flash.h from treeZachary T Welch1-1/+1
2009-12-04split NOR and NAND flash headersZachary T Welch1-0/+1
2009-12-04check top-level command registrationsZachary T Welch1-16/+34
2009-12-03fix another init regressionDavid Brownell1-4/+7
2009-12-03fix double 'init' regressionZachary T Welch1-1/+1
2009-12-03change #include "xsvf.h" to <xsvf/xsvf.h>Zachary T Welch1-1/+1
2009-12-03change #include "svf.h" to <svf/svf.h>Zachary T Welch1-1/+1
2009-12-03change #include "pld.h" to <pld/pld.h>Zachary T Welch1-1/+1
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch1-1/+1
2009-12-03change #include "httpd.h" to <server/httpd.h>Zachary T Welch1-1/+1
2009-12-03change #include "gdb_server.h" to <server/gdb_server.h>Zachary T Welch1-1/+1
2009-12-03change #include "nand.h" to <flash/nand.h>Zachary T Welch1-1/+1
2009-12-03change #include "mflash.h" to <flash/mflash.h>Zachary T Welch1-1/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "ioutil.h" to <helper/ioutil.h>Zachary T Welch1-1/+1
2009-12-03change #include "configuration.h" to <helper/configuration.h>Zachary T Welch1-1/+1
2009-12-02remove #if BUILD_HTTPDZachary T Welch1-4/+0
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch1-6/+1
2009-12-02remove #if logic for openocd_sleep_*ludeZachary T Welch1-14/+0
2009-12-02target: factor init to 'target init'Zachary T Welch1-5/+2
2009-12-02jtag: factor init into 'jtag init'Zachary T Welch1-7/+9
2009-12-02flash: factor init to 'flash init'Zachary T Welch1-3/+2
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch1-3/+2
2009-12-02nand: factor init to 'nand init'Zachary T Welch1-3/+2
2009-12-02pld: factor init to 'pld init'Zachary T Welch1-2/+3
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe1-3/+3
2009-12-01main: invoke jtag_interface_quit() explicitlyØyvind Harboe1-6/+2
2009-11-30do not extern 'interp' from command.cZachary T Welch1-1/+1
2009-11-30allow deferal of initZachary T Welch1-4/+23
2009-11-30move server_init() to openocd_main()Zachary T Welch1-18/+13
2009-11-30improve gdb_init() sequenceZachary T Welch1-1/+1
2009-11-28bugfix: 'init' changes state, not main()David Brownell1-1/+2
2009-11-25log: improve initializationZachary T Welch1-5/+4
2009-11-25improve command handling examplesZachary T Welch1-4/+0
2009-11-24httpd: use register_commands()Zachary T Welch1-5/+2
2009-11-24openocd: use register_commands()Zachary T Welch1-6/+18
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-20refactor command registrationZachary T Welch1-1/+1
2009-11-18pass startup_tcl to command_initZachary T Welch1-1/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-9/+9
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-16#include "target.h" less wildlyDavid Brownell1-1/+0
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-1/+0
2009-11-14remove annoying $URL$ startup messageDavid Brownell1-17/+0
2009-11-13command_context_t -> struct command_contextZachary T Welch1-6/+6