Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | NOR: make flash_write_unlock() pad to sector end | David Brownell | 2009-12-27 | 1 | -2/+42 | |
* | Driver for USB-JTAG, Altera USB-Blaster and compatibles | Catalin Patulea | 2009-12-26 | 4 | -0/+602 | |
* | ARM: add comment re register exports | David Brownell | 2009-12-26 | 2 | -0/+2 | |
* | NOR: messaging fix | David Brownell | 2009-12-26 | 1 | -2/+2 | |
* | NOR: Allocate the right amount of memory | David Brownell | 2009-12-26 | 1 | -1/+1 | |
* | cygwin 1.7 build fixes | David Brownell | 2009-12-26 | 6 | -14/+16 | |
* | PARPORT code cleanup: | Antonio Borneo | 2009-12-26 | 1 | -6/+5 | |
* | Packaging fix, NEWS update | David Brownell | 2009-12-21 | 1 | -1/+3 | |
* | Packaging fix | David Brownell | 2009-12-21 | 1 | -0/+1 | |
* | help: list all commands that match string | Oyvind Harboe | 2009-12-21 | 1 | -21/+35 | |
* | Cortex-M3: cleanup | David Brownell | 2009-12-20 | 1 | -45/+111 | |
* | ARM11: recognize ARM11 MPCore | David Brownell | 2009-12-20 | 1 | -5/+11 | |
* | arm7_9: Support VINITHI signal | Antonio Borneo | 2009-12-20 | 1 | -23/+0 | |
* | cygwin build fixes | David Brownell | 2009-12-19 | 2 | -6/+12 | |
* | AT91SAM9 NAND flash driver. | Dean Glazeski | 2009-12-19 | 3 | -1/+754 | |
* | oocd_trace buildfixes | David Brownell | 2009-12-19 | 1 | -4/+4 | |
* | ETM: add "etm trigger_debug" command | David Brownell | 2009-12-19 | 1 | -4/+62 | |
* | ETM: more ETM_CTRL bit cleanup | David Brownell | 2009-12-19 | 2 | -56/+49 | |
* | ETM: start cleaning up ETM_CTRL bit handling | David Brownell | 2009-12-19 | 3 | -36/+63 | |
* | ETM trigger_percent becomes an ETB command | David Brownell | 2009-12-19 | 4 | -52/+58 | |
* | NOR FLASH: only erase/unlock whole sectors | David Brownell | 2009-12-18 | 1 | -8/+36 | |
* | Subject: flash fill[bwh] should use bulk i/o | David Brownell | 2009-12-18 | 1 | -2/+4 | |
* | stellaris: fix min buffer length checks | David Brownell | 2009-12-18 | 1 | -7/+4 | |
* | XScale: better {read,write}_phys() | David Brownell | 2009-12-18 | 1 | -2/+14 | |
* | dsp563xx: cygwin build fixes | David Brownell | 2009-12-18 | 1 | -5/+5 | |
* | stellaris: update bulk flash writes | David Brownell | 2009-12-18 | 1 | -20/+45 | |
* | NAND write data page refactoring. | Dean Glazeski | 2009-12-18 | 2 | -59/+69 | |
* | NAND read data page refactor. | Dean Glazeski | 2009-12-18 | 2 | -45/+25 | |
* | JTAG: shrink "scan_chain" output | David Brownell | 2009-12-16 | 1 | -8/+8 | |
* | stellaris: comments | David Brownell | 2009-12-16 | 2 | -12/+34 | |
* | stellaris: probe() cleanups | David Brownell | 2009-12-16 | 1 | -86/+42 | |
* | stellaris: remove needless code | David Brownell | 2009-12-16 | 1 | -50/+1 | |
* | stellaris: avoid chip writes | David Brownell | 2009-12-16 | 1 | -13/+10 | |
* | NOR: bugfix "flash fill[bwh] ..." helptext | David Brownell | 2009-12-16 | 1 | -3/+3 | |
* | zy1000: removed some redundant include | Øyvind Harboe | 2009-12-16 | 1 | -22/+4 | |
* | ecos: crisper implementation of timeval_ms() | Øyvind Harboe | 2009-12-16 | 4 | -13/+87 | |
* | server: server loop will exhaust data inputs before sleeping | Øyvind Harboe | 2009-12-16 | 1 | -17/+31 | |
* | XScale: use all-ones for BYPASS, not five-ones | David Brownell | 2009-12-15 | 1 | -1/+1 | |
* | target: add basic dsp563xx support | mkdorg@users.sourceforge.net | 2009-12-15 | 6 | -1/+1290 | |
* | zy1000: keep up with command.h cleanup | Øyvind Harboe | 2009-12-15 | 1 | -5/+15 | |
* | command: retire obsolete macro | Øyvind Harboe | 2009-12-15 | 1 | -11/+0 | |
* | ARM11: improved reset support | David Brownell | 2009-12-14 | 1 | -48/+55 | |
* | ARM: disassemble STM correctly | David Brownell | 2009-12-14 | 1 | -2/+5 | |
* | stellaris: device IDs | Eric Wetzel | 2009-12-14 | 1 | -150/+168 | |
* | jtag: add '-ignore-version' option | David Brownell | 2009-12-14 | 3 | -6/+38 | |
* | target files shouldn't #include <target/...h> | David Brownell | 2009-12-13 | 25 | -39/+38 | |
* | target: further shrink Jim-awareness | David Brownell | 2009-12-13 | 4 | -7/+10 | |
* | LPC2000: rename "r13_svc" as "sp_svc" | David Brownell | 2009-12-12 | 1 | -1/+1 | |
* | ARM11: avoid pointless status returns | David Brownell | 2009-12-11 | 2 | -16/+11 | |
* | add missing call to add new NAND devices | Zachary T Welch | 2009-12-11 | 2 | -0/+4 |