aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-19arm: add error propagation for enable/disable mmu cachesØyvind Harboe8-65/+162
2010-07-19arm: add error propagation to generic get_ttb fnØyvind Harboe8-18/+46
2010-07-19more careful luminary initDavid Brownell1-7/+12
2010-07-19cfg: add Amontec JTAGkey2p interface config (Issue #26)Spencer Oliver1-0/+11
2010-07-19flash: add nuc910 nand driverSpencer Oliver5-2/+309
2010-07-19nand: nand probe also outputs manufacturerSpencer Oliver1-1/+2
2010-07-19cfg: update rsc-w910 scriptSpencer Oliver1-1/+2
2010-07-19docs: missing parameter from nand check_bad_blocksSpencer Oliver1-1/+1
2010-07-19cortex a8: lots of error propagation fixesØyvind Harboe1-18/+53
2010-07-19cortex a8: mem_ap_read_buf_u32() error handlingØyvind Harboe1-1/+3
2010-07-19cortex a8: add missing error handling for cortex_a8_dap_write/read_coreregist...Øyvind Harboe1-3/+9
2010-07-19cortex a8: add missing error handling from cortex_a8_exec_opcode()Øyvind Harboe1-13/+52
2010-07-19cortex a8: add missing error handling for mem_ap_atomic_write_u32()Øyvind Harboe1-1/+5
2010-07-19cortex a8: add missing error handling for mem_ap_read_atomic_u32()Øyvind Harboe1-0/+11
2010-07-18comments for Luminary ICDI layoutDavid Brownell1-3/+27
2010-07-18spelling fixes in commentsØyvind Harboe1-5/+5
2010-07-18debug-feature: jtagtcpip, improve jtag performanceØyvind Harboe2-4/+76
2010-07-17lm3s811-ek uses generic stellaris target configDavid Brownell3-32/+5
2010-07-16ARM ADI-V5: cleanup CID/PID addressingDavid Brownell1-21/+23
2010-07-16flash: use bkpt for str9 flash algo algorithmSpencer Oliver1-3/+2
2010-07-16fix warningsØyvind Harboe1-2/+1
2010-07-16debug-feature: jtagtcpip, reduce performance impact of ping timesØyvind Harboe2-46/+103
2010-07-16debug feature: jtagtcpip, improve performanceØyvind Harboe2-0/+26
2010-07-16debug feature: jtagtcpip, improved performanceØyvind Harboe1-9/+22
2010-07-13ARM ADI-V5: PIDs and CIDs are 8 bitsDavid Brownell1-21/+41
2010-07-13cfg: add Avalue RSC-W910 configSpencer Oliver2-0/+89
2010-07-12jtag: fix shadow issues in adapter_initSpencer Oliver1-1/+0
2010-07-12arm9: revert change arm9tdmi cmd group name to arm9Spencer Oliver1-2/+2
2010-07-12docs: fix transport typoSpencer Oliver1-2/+2
2010-07-12adapter.c: missing space in handle_interface_commandSpencer Oliver1-1/+1
2010-07-09transport selection tweaksDavid Brownell5-15/+39
2010-07-09transport: fix bug/typo in transport_register cmdSpencer Oliver3-5/+3
2010-07-07transport: fix segfault in transport selectØyvind Harboe1-7/+6
2010-07-07transport: fix bug/typo in interface_transports commandØyvind Harboe1-1/+2
2010-07-05gdbserver: incorrect memory map for multiple targets (bug #24)sb-sf1-2/+4
2010-07-05transport: fix segfault in setup_command_handler()Stacey Sheldon1-0/+1
2010-07-02Fix minor openocd.texi bugDavid Brownell1-0/+1
2010-07-02initial "transport" frameworkDavid Brownell10-30/+633
2010-07-02ft2232: revert ft2232_read_scan changesSpencer Oliver1-10/+9
2010-07-01ft2232: bugfix from previous commitSpencer Oliver1-1/+1
2010-07-01ft2232: simplify ft2232_read_scanMarc Pignat1-9/+10
2010-07-01ft2232: cleanup ft2232_writeMarc Pignat1-42/+43
2010-06-25at91sam3s* supportOlaf Lüke5-51/+404
2010-06-23openocd: setup_command_handler() must not be staticØyvind Harboe1-2/+4
2010-06-23arm11: fix gaffe in no-ack transfersØyvind Harboe1-1/+1
2010-06-23error number: reviewAntonio Borneo3-11/+11
2010-06-22am3517 evm: use physical write to memory while target is runningØyvind Harboe1-3/+3
2010-06-22cortex a8: only physical read/write's are available when target is runningØyvind Harboe1-2/+9
2010-06-22target: $_TARGET mdw now has a phys optionØyvind Harboe1-8/+28
2010-06-22target: mwX on target object now supporst phys argumentØyvind Harboe1-8/+25