aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-19update 'flash bank' usage in scriptsZachary T Welch58-69/+138
2009-11-19add support for naming flash banksZachary T Welch2-2/+10
2009-11-19refactor handle_flash_bank_commandZachary T Welch1-17/+13
2009-11-19rename flash and nand command helpersZachary T Welch13-44/+44
2009-11-19allow flash/nand banks commands to accept namesZachary T Welch7-4/+154
2009-11-19ARM: remove per-register mallocDavid Brownell2-1/+2
2009-11-19ARM: streamline register initDavid Brownell1-74/+88
2009-11-19Cortex-A8: parts of examine() run just onceDavid Brownell1-4/+15
2009-11-19nand_fileio_parse_args parses wrong param for sizeDean Glazeski1-1/+1
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell5-31/+43
2009-11-19ARMv7-A: use standard ARM core_mode symbolsDavid Brownell2-16/+3
2009-11-18fix zy1000 command handlerZachary T Welch1-13/+11
2009-11-18remove fast command and jim_global_longZachary T Welch3-35/+2
2009-11-18update src/hello.c with parsing examplesZachary T Welch1-1/+54
2009-11-18change all bool parsers to accept any valueZachary T Welch2-6/+5
2009-11-18add handle_command_parse_bool command helperZachary T Welch3-51/+69
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch6-158/+41
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch5-50/+17
2009-11-18add COMMAND_PARSE_BOOL macro and friendsZachary T Welch1-0/+28
2009-11-18ARM: rework "arm reg" output for new modeDavid Brownell1-35/+113
2009-11-18Cortex-A8: xPSR handling updatesDavid Brownell1-17/+20
2009-11-18ARM: add a default full_context() methodDavid Brownell2-12/+27
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell3-188/+50
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell2-21/+53
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell4-5/+31
2009-11-18fix segfault at startupZachary T Welch1-1/+1
2009-11-18pass startup_tcl to command_initZachary T Welch5-5/+11
2009-11-18split startup.tcl file across modulesZachary T Welch11-232/+246
2009-11-18move startup.c to libopenocdZachary T Welch3-10/+25
2009-11-18fix regression in md/mw commandsZachary T Welch1-4/+2
2009-11-18jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.Øyvind Harboe1-11/+10
2009-11-17ARM: add is_arm_mode()David Brownell6-40/+39
2009-11-17ARM: add arm_mode_name()David Brownell9-30/+75
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell9-107/+39
2009-11-17allow documentation to be configuredZachary T Welch4-3/+26
2009-11-17update doxygen configuration to produce a PDFZachary T Welch2-8/+15
2009-11-17update command_handler documentationZachary T Welch2-21/+22
2009-11-17remove unused variable from run_commandZachary T Welch1-3/+2
2009-11-17add CMD_NAME variable in command_invocationZachary T Welch2-8/+9
2009-11-17add struct command_invocation for COMMAND_HANDLERZachary T Welch2-9/+21
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch51-620/+623
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch63-521/+521
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch64-311/+311
2009-11-17add more command_handler conversion macrosZachary T Welch1-1/+16
2009-11-17target: simplify register get/set opsDavid Brownell14-136/+62
2009-11-17jtag_registers: Avalon bridge flushing tweaksØyvind Harboe1-1/+12
2009-11-17zy1000: revC UART forwardingØyvind Harboe1-4/+12
2009-11-17zy1000: add version command to print FPGA version and timestampsØyvind Harboe1-2/+29
2009-11-17zy1000: fix bug when running on non-arm CPUØyvind Harboe1-1/+8
2009-11-17zy1000: fix trivial syntax error introduced by latest refactoringsØyvind Harboe1-5/+5