aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-11-16improve buf_cmp and buf_cmp_mask helpersZachary T Welch
2009-11-16improve str_to_buf and buf_to_str helpersZachary T Welch
2009-11-16binarybuffer: move variables to point of first useZachary T Welch
2009-11-16binarybuffer: fix whitespace related issuesZachary T Welch
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-15ARM11: use now-generic memory utilsDavid Brownell
2009-11-15ARM11: fixup method tableDavid Brownell
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell
2009-11-15target: make "examined" flag be per-targetDavid Brownell
2009-11-15arm-jtag-ew,jlink: switch to COMMAND_HANDLERZachary T Welch
2009-11-15rlink: fix overzealous sedZachary T Welch
2009-11-14remove unused arm_jtag_buf_to_* helpersZachary T Welch
2009-11-14remove unused buf_to_u32_handlerZachary T Welch
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch
2009-11-14Fix for md* commands, similar to mw*.Krzysztof Dziuba
2009-11-14lpc2900.h -- remove from Makefile.am tooDavid Brownell
2009-11-14flash: remove needless lpc2900.h headerDavid Brownell
2009-11-14remove annoying $URL$ startup messageDavid Brownell
2009-11-14Invalid command syntax errors with MWW.Dean Glazeski
2009-11-14add openocd.h for top-level declarationsZachary T Welch
2009-11-14compile with cygwin (32-bit)Ferdinand Postema
2009-11-13ARM11: ETM + ETB supportDavid Brownell
2009-11-13ARM11: revert etmr/etmw commandsDavid Brownell
2009-11-13iMX2* + ETB targets: hook up ETM and ETBDavid Brownell
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell
2009-11-13ETM: simplify ETM initialization code pathsDavid Brownell
2009-11-13ARM11: switch to new "arm" base typeDavid Brownell
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell
2009-11-13target.cfg: label ETBs correctlyDavid Brownell
2009-11-13ARM7/9: rm arm7_9_get_arch_pointers()David Brownell
2009-11-13update developer manual for new typesZachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13remove rlink structure typedefsZachary T Welch
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch
2009-11-13nand_device_t -> struct nand_deviceZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch