summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* The write and erase column in the --list-supported-wiki output were swappedCarl-Daniel Hailfinger2010-01-181-1/+1
* Support for Spansion S25FL008AMichael Karcher2010-01-122-0/+27
* Don't use "byte" as identifierMichael Karcher2010-01-123-14/+14
* Enable -Wshadow, clean code for thatMichael Karcher2010-01-125-13/+11
* Chipset: Fix sis5x0 register write verificationLuc Verhaegen2010-01-101-13/+3
* If neither internal (old default) nor dummy (safe default) programmer are sel...Carl-Daniel Hailfinger2010-01-101-2/+31
* Convert all messages in sb600spi.c to the new message infrastructureCarl-Daniel Hailfinger2010-01-101-30/+19
* Change a few probe timings to TIMING_FIXMECarl-Daniel Hailfinger2010-01-101-5/+5
* Convert all messages in it87spi.c to the new message infrastructureSean Nelson2010-01-101-16/+16
* Convert all messages in ft2232_spi.c to the new message infrastructure. Sean Nelson2010-01-101-40/+29
* Convert all messages in serprog.c to the new message infrastructureSean Nelson2010-01-101-58/+45
* Convert all messages in bitbang_spi.c to the new message infrastructureSean Nelson2010-01-091-4/+4
* Convert all messages in buspirate_spi.c to the new message infrastructureSean Nelson2010-01-091-40/+29
* Convert all messages in gfxnvidia.c to the new message infrastructureSean Nelson2010-01-091-1/+1
* Convert all messages in satasii.c to the new message infrastructureSean Nelson2010-01-091-1/+1
* Convert all messages in serial.c to the new message infrastructureSean Nelson2010-01-091-3/+3
* Convert all messages in wbsio_spi.c to the new message infrastructureSean Nelson2010-01-091-35/+24
* Commit 845 is wrong, as I deleted a wrong line when I wanted to remove debugg...Michael Karcher2010-01-091-1/+1
* Enable flashing on MSI 651M-LMichael Karcher2010-01-091-0/+32
* Fix Makefile dependencies if FT2232SPI is not selectedCarl-Daniel Hailfinger2010-01-091-2/+3
* Block eraser conversions and support for Eon EN25B seriesSean Nelson2010-01-094-52/+805
* Convert dummyflasher to msg_* and make good use of msg_pspewCarl-Daniel Hailfinger2010-01-091-29/+29
* The msg_* macros won't compile as is if you use more than one parameter (i.eCarl-Daniel Hailfinger2010-01-091-16/+16
* Use address mask in probe_jedecCarl-Daniel Hailfinger2010-01-092-3/+21
* Use the register mapping feature bitCarl-Daniel Hailfinger2010-01-096-51/+29
* Add support for NetBSDJonathan A. Kollasch2010-01-083-2/+63
* Fix Sharp LHF00L04Carl-Daniel Hailfinger2010-01-073-93/+32
* Converting fprintf(stderr), printf, and printf_debug into a common print inte...Sean Nelson2010-01-071-0/+51
* Converting fprintf(stderr), printf, and printf_debug into a common print inte...Sean Nelson2010-01-073-2/+21
* Programmer debug messages during programmer init/shutdown are useful because ...Carl-Daniel Hailfinger2010-01-075-34/+90
* Move the CLI related functions main() and cli_usage() to cli_classic.cCarl-Daniel Hailfinger2010-01-074-353/+401
* Buspiratespi support on mingwPatrick Georgi2010-01-062-6/+66
* Multiple unrelated changesPatrick Georgi2010-01-063-34/+11
* Move OS-dependent serial code from buspirate_spi.c to serial.c and rename a f...Carl-Daniel Hailfinger2010-01-063-56/+60
* Some programmers (most notably FT2232SPI) use fallback_* and noop_*, but thos...Carl-Daniel Hailfinger2010-01-064-78/+102
* The patch converts jedec functions into mask-based generics which can be used...Sean Nelson2010-01-0410-107/+145
* Drop multiple forwards to man page and add a single one more prominentlyStefan Reinauer2010-01-031-31/+2
* Fix Intel FWH decode sizeMichael Karcher2010-01-031-2/+2
* Drop known broken email addressesStefan Reinauer2010-01-031-3/+3
* This patch shouldn't affect anything else in patchworkSean Nelson2009-12-241-17/+29
* Only check for requested features in the MakefileCarl-Daniel Hailfinger2009-12-241-5/+14
* Internal.c was always compiled in because it hosted the function internal_del...Carl-Daniel Hailfinger2009-12-244-15/+16
* Factor out CLI code by moving generic stuff out of main()Carl-Daniel Hailfinger2009-12-242-60/+99
* Add VIA VT8233A identification, mark as testedCarl-Daniel Hailfinger2009-12-231-0/+1
* Convert the following chips to use struct eraseblockSean Nelson2009-12-235-19/+246
* Add blockwise erase to all supported chips of the SST25 familyCarl-Daniel Hailfinger2009-12-231-19/+127
* Convert the following chips to use struct eraseblockSean Nelson2009-12-231-27/+365
* Board: Add MSI K8N Neo4-FLuc Verhaegen2009-12-231-0/+9
* Chipset/Board: vt8237: Set All mem cycles to LPC in chipset enableLuc Verhaegen2009-12-233-152/+62
* Add a few FIXME comments to the generic SPI codeCarl-Daniel Hailfinger2009-12-221-0/+2
OpenPOWER on IntegriCloud