aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-19add support for naming flash banksZachary T Welch
2009-11-19refactor handle_flash_bank_commandZachary T Welch
2009-11-19rename flash and nand command helpersZachary T Welch
2009-11-19allow flash/nand banks commands to accept namesZachary T Welch
2009-11-19ARM: remove per-register mallocDavid Brownell
2009-11-19ARM: streamline register initDavid Brownell
2009-11-19Cortex-A8: parts of examine() run just onceDavid Brownell
2009-11-19nand_fileio_parse_args parses wrong param for sizeDean Glazeski
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell
2009-11-19ARMv7-A: use standard ARM core_mode symbolsDavid Brownell
2009-11-18fix zy1000 command handlerZachary T Welch
2009-11-18remove fast command and jim_global_longZachary T Welch
2009-11-18update src/hello.c with parsing examplesZachary T Welch
2009-11-18change all bool parsers to accept any valueZachary T Welch
2009-11-18add handle_command_parse_bool command helperZachary T Welch
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch
2009-11-18add COMMAND_PARSE_BOOL macro and friendsZachary T Welch
2009-11-18ARM: rework "arm reg" output for new modeDavid Brownell
2009-11-18Cortex-A8: xPSR handling updatesDavid Brownell
2009-11-18ARM: add a default full_context() methodDavid Brownell
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell
2009-11-18fix segfault at startupZachary T Welch
2009-11-18pass startup_tcl to command_initZachary T Welch
2009-11-18split startup.tcl file across modulesZachary T Welch
2009-11-18move startup.c to libopenocdZachary T Welch
2009-11-18fix regression in md/mw commandsZachary T Welch
2009-11-18jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.Øyvind Harboe
2009-11-17ARM: add is_arm_mode()David Brownell
2009-11-17ARM: add arm_mode_name()David Brownell
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-17remove unused variable from run_commandZachary T Welch
2009-11-17add CMD_NAME variable in command_invocationZachary T Welch
2009-11-17add struct command_invocation for COMMAND_HANDLERZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17add more command_handler conversion macrosZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-17jtag_registers: Avalon bridge flushing tweaksØyvind Harboe
2009-11-17zy1000: revC UART forwardingØyvind Harboe
2009-11-17zy1000: add version command to print FPGA version and timestampsØyvind Harboe
2009-11-17zy1000: fix bug when running on non-arm CPUØyvind Harboe
2009-11-17zy1000: fix trivial syntax error introduced by latest refactoringsØyvind Harboe
2009-11-17ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell
2009-11-17ARM7TDMI: remove now-needless "struct arm7tdmi"David Brownell
2009-11-17target: remove some more duplicate includesDavid Brownell
2009-11-16ARMv7-A: no exit() callsDavid Brownell