aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-17ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell9-72/+45
2009-11-17ARM7TDMI: remove now-needless "struct arm7tdmi"David Brownell4-29/+21
2009-11-17target: remove some more duplicate includesDavid Brownell4-4/+1
2009-11-16ARMv7-A: no exit() callsDavid Brownell2-4/+3
2009-11-16Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell1-31/+16
2009-11-16XScale: fewere exit() callsDavid Brownell1-4/+4
2009-11-16MIPS: no exit() callsDavid Brownell2-7/+5
2009-11-16ARMv7-M: no exit() callsDavid Brownell1-4/+4
2009-11-16ARMv4/ARMv5: no exit() callsDavid Brownell1-6/+8
2009-11-16ARM11: fewer exit() callsDavid Brownell1-4/+6
2009-11-16Cortex-M3: don't exit()David Brownell1-24/+10
2009-11-16ARMv7A: use standard disassemblerDavid Brownell2-101/+8
2009-11-16ARM11: register (most) standard ARM commandsDavid Brownell2-1/+10
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell9-22/+31
2009-11-16JTAG: fix autoprobe failure.David Brownell1-2/+10
2009-11-16fileio: improve API typesZachary T Welch12-64/+66
2009-11-16struct fileio: improve member typesZachary T Welch6-7/+7
2009-11-16helper/log: improve API parameter typesZachary T Welch2-19/+16
2009-11-16use Jim_CmdProc in jim_registerZachary T Welch2-2/+4
2009-11-16improve constness of open_file_from_pathZachary T Welch2-2/+2
2009-11-16make command line options constZachary T Welch1-1/+1
2009-11-16ARM: standard disassembler uses Thumb2 entryDavid Brownell2-38/+38
2009-11-16target: don't include "log.h" from "armv4_5.h"David Brownell2-1/+1
2009-11-16ARM: move mode functions out of headerDavid Brownell2-40/+56
2009-11-16JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell1-1/+1
2009-11-16binarybuffer: regression fixDavid Brownell1-2/+4
2009-11-16"types.h" doxygen fixDavid Brownell1-2/+2
2009-11-16target: less implicit inclusion of "etm.h"David Brownell9-2/+13
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch14-59/+49
2009-11-16armv7m: make core reg read/write use unsignedZachary T Welch2-6/+6
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch4-11/+9
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch19-53/+60
2009-11-16move container_of to types.hZachary T Welch2-13/+15
2009-11-16nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch2-10/+11