aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-19ETM: add "etm trigger_debug" commandDavid Brownell3-4/+74
2009-12-19ETM: more ETM_CTRL bit cleanupDavid Brownell2-56/+49
2009-12-19ETM: start cleaning up ETM_CTRL bit handlingDavid Brownell3-36/+63
2009-12-19ETM trigger_percent becomes an ETB commandDavid Brownell6-74/+82
2009-12-19NEWS: mention libftdi 0.17David Brownell1-0/+2
2009-12-18NOR FLASH: only erase/unlock whole sectorsDavid Brownell2-8/+38
2009-12-18Subject: flash fill[bwh] should use bulk i/oDavid Brownell1-2/+4
2009-12-18stellaris: fix min buffer length checksDavid Brownell1-7/+4
2009-12-18XScale: better {read,write}_phys()David Brownell1-2/+14
2009-12-18dsp563xx: cygwin build fixesDavid Brownell1-5/+5
2009-12-18stellaris: update bulk flash writesDavid Brownell1-20/+45
2009-12-18NAND write data page refactoring.Dean Glazeski2-59/+69
2009-12-18NAND read data page refactor.Dean Glazeski2-45/+25
2009-12-17target.cfg: update to use new flash configuration syntaxSpencer Oliver11-15/+15
2009-12-16Remove duplicate Olimex-"tiny" interfaceDavid Brownell1-10/+0
2009-12-16JTAG: shrink "scan_chain" outputDavid Brownell2-15/+15
2009-12-16stellaris: commentsDavid Brownell2-12/+34
2009-12-16stellaris: probe() cleanupsDavid Brownell1-86/+42
2009-12-16stellaris: remove needless codeDavid Brownell1-50/+1
2009-12-16stellaris: avoid chip writesDavid Brownell1-13/+10
2009-12-16NOR: bugfix "flash fill[bwh] ..." helptextDavid Brownell1-3/+3
2009-12-16zy1000: removed some redundant includeØyvind Harboe1-22/+4
2009-12-16ecos: crisper implementation of timeval_ms()Øyvind Harboe4-13/+87
2009-12-16server: server loop will exhaust data inputs before sleepingØyvind Harboe1-17/+31
2009-12-15more tcl/{board,target} cleanupDavid Brownell12-23/+48
2009-12-15testing/examples/.../*cfg: rm jtag_device callsDavid Brownell9-21/+10
2009-12-15XScale: use all-ones for BYPASS, not five-onesDavid Brownell1-1/+1
2009-12-15target: add basic dsp563xx supportmkdorg@users.sourceforge.net9-1/+1340
2009-12-15zy1000: keep up with command.h cleanupØyvind Harboe1-5/+15
2009-12-15command: retire obsolete macroØyvind Harboe1-11/+0
2009-12-15imx31: move srst delay into config scriptØyvind Harboe1-0/+2
2009-12-14ARM11: improved reset supportDavid Brownell1-48/+55
2009-12-14ARM: disassemble STM correctlyDavid Brownell1-2/+5
2009-12-14lm3748: use new Stellaris config fileDavid Brownell2-33/+1
2009-12-14Common target file for Stellaris chipsYegor Yefremov1-0/+49
2009-12-14stellaris: device IDsEric Wetzel1-150/+168
2009-12-14jtag: add '-ignore-version' optionDavid Brownell4-6/+44
2009-12-13target files shouldn't #include <target/...h>David Brownell25-39/+38
2009-12-13target: further shrink Jim-awarenessDavid Brownell4-7/+10
2009-12-12LPC2000: rename "r13_svc" as "sp_svc"David Brownell1-1/+1
2009-12-11ARM11: avoid pointless status returnsDavid Brownell2-16/+11
2009-12-11add missing call to add new NAND devicesZachary T Welch2-0/+4
2009-12-11fix 'write_image' usage informationZachary T Welch1-1/+1
2009-12-11ARM DPM: support updating HW breakpointsDavid Brownell2-52/+75
2009-12-11ARM: disassembly fixes for LDC/STC/MRRC/MCRRDavid Brownell1-18/+33
2009-12-11ARM11: minor cleanup, mostly ITR commentsDavid Brownell2-28/+43
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver3-3/+14
2009-12-11build: fix cygwin build warningsSpencer Oliver1-1/+1
2009-12-11gdb_server: use more local variables in inner loop of fetching packetstiny re...Øyvind Harboe1-31/+73
2009-12-11gdb_server: make struct gdb_connection privateØyvind Harboe2-19/+21