aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-11-16Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell
2009-11-16XScale: fewere exit() callsDavid Brownell
2009-11-16MIPS: no exit() callsDavid Brownell
2009-11-16ARMv7-M: no exit() callsDavid Brownell
2009-11-16ARMv4/ARMv5: no exit() callsDavid Brownell
2009-11-16ARM11: fewer exit() callsDavid Brownell
2009-11-16Cortex-M3: don't exit()David Brownell
2009-11-16ARMv7A: use standard disassemblerDavid Brownell
2009-11-16ARM11: register (most) standard ARM commandsDavid Brownell
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell
2009-11-16JTAG: fix autoprobe failure.David Brownell
2009-11-16fileio: improve API typesZachary T Welch
2009-11-16struct fileio: improve member typesZachary T Welch
2009-11-16helper/log: improve API parameter typesZachary T Welch
2009-11-16use Jim_CmdProc in jim_registerZachary T Welch
2009-11-16improve constness of open_file_from_pathZachary T Welch
2009-11-16make command line options constZachary T Welch
2009-11-16ARM: standard disassembler uses Thumb2 entryDavid Brownell
2009-11-16target: don't include "log.h" from "armv4_5.h"David Brownell
2009-11-16ARM: move mode functions out of headerDavid Brownell
2009-11-16JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell
2009-11-16binarybuffer: regression fixDavid Brownell
2009-11-16"types.h" doxygen fixDavid Brownell
2009-11-16target: less implicit inclusion of "etm.h"David Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16armv7m: make core reg read/write use unsignedZachary T Welch
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-16move container_of to types.hZachary T Welch
2009-11-16nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch
2009-11-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch
2009-11-16cleanup jtag minidriversZachary T Welch
2009-11-16Add 'nand verify' commandZachary T Welch
2009-11-16Add FILEIO_NONE access mode.Zachary T Welch
2009-11-16Use nand_fileio_* in write/dump commands.Zachary T Welch
2009-11-16Add nand_fileio_* helper APIs.Zachary T Welch
2009-11-16binarybuffer: add API documentationZachary T Welch
2009-11-16improve inline binarybuffer helpersZachary T Welch
2009-11-16improve buf_set_buf helperZachary T Welch
2009-11-16improve buf_set_onesZachary T Welch
2009-11-16improve buf_cpy helperZachary T Welch