summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove unused variable from run_commandZachary T Welch2009-11-171-3/+2
* add CMD_NAME variable in command_invocationZachary T Welch2009-11-172-8/+9
* add struct command_invocation for COMMAND_HANDLERZachary T Welch2009-11-172-9/+21
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-1751-620/+623
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-1763-521/+521
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-1764-311/+311
* add more command_handler conversion macrosZachary T Welch2009-11-171-1/+16
* target: simplify register get/set opsDavid Brownell2009-11-1714-136/+62
* jtag_registers: Avalon bridge flushing tweaksØyvind Harboe2009-11-171-1/+12
* zy1000: revC UART forwardingØyvind Harboe2009-11-171-4/+12
* zy1000: add version command to print FPGA version and timestampsØyvind Harboe2009-11-171-2/+29
* zy1000: fix bug when running on non-arm CPUØyvind Harboe2009-11-171-1/+8
* zy1000: fix trivial syntax error introduced by latest refactoringsØyvind Harboe2009-11-171-5/+5
* ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell2009-11-179-72/+45
* ARM7TDMI: remove now-needless "struct arm7tdmi"David Brownell2009-11-174-29/+21
* target: remove some more duplicate includesDavid Brownell2009-11-174-4/+1
* ARMv7-A: no exit() callsDavid Brownell2009-11-162-4/+3
* Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell2009-11-161-31/+16
* XScale: fewere exit() callsDavid Brownell2009-11-161-4/+4
* MIPS: no exit() callsDavid Brownell2009-11-162-7/+5
* ARMv7-M: no exit() callsDavid Brownell2009-11-161-4/+4
* ARMv4/ARMv5: no exit() callsDavid Brownell2009-11-161-6/+8
* ARM11: fewer exit() callsDavid Brownell2009-11-161-4/+6
* Cortex-M3: don't exit()David Brownell2009-11-161-24/+10
* ARMv7A: use standard disassemblerDavid Brownell2009-11-161-83/+0
* ARM11: register (most) standard ARM commandsDavid Brownell2009-11-162-1/+10
* ARM: "armv4_5" command prefix becomes "arm"David Brownell2009-11-162-9/+18
* JTAG: fix autoprobe failure.David Brownell2009-11-161-2/+10
* fileio: improve API typesZachary T Welch2009-11-1612-64/+66
* struct fileio: improve member typesZachary T Welch2009-11-166-7/+7
* helper/log: improve API parameter typesZachary T Welch2009-11-162-19/+16
* use Jim_CmdProc in jim_registerZachary T Welch2009-11-162-2/+4
* improve constness of open_file_from_pathZachary T Welch2009-11-162-2/+2
* make command line options constZachary T Welch2009-11-161-1/+1
* ARM: standard disassembler uses Thumb2 entryDavid Brownell2009-11-162-38/+38
* target: don't include "log.h" from "armv4_5.h"David Brownell2009-11-162-1/+1
* ARM: move mode functions out of headerDavid Brownell2009-11-162-40/+56
* JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell2009-11-161-1/+1
* binarybuffer: regression fixDavid Brownell2009-11-161-2/+4
* "types.h" doxygen fixDavid Brownell2009-11-161-2/+2
* target: less implicit inclusion of "etm.h"David Brownell2009-11-169-2/+13
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-1614-59/+49
* armv7m: make core reg read/write use unsignedZachary T Welch2009-11-162-6/+6
* remove TAP_SCAN_BYTES macroZachary T Welch2009-11-164-11/+9
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-1619-53/+60
* move container_of to types.hZachary T Welch2009-11-162-13/+15
* nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch2009-11-162-10/+11
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-1611-41/+41
* cleanup jtag minidriversZachary T Welch2009-11-162-31/+0
* Add 'nand verify' commandZachary T Welch2009-11-161-0/+65